@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  background: #000000;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #FFFFFF;
  font-family: "Noto Sans JP", "sans-serif";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  overflow-x: hidden;
}

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

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 {
  border: 0;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  outline: none;
  text-decoration: none;
  display: inline-block;
}

img {
  border: none;
  height: auto;
  max-width: 100%;
  vertical-align: top;
  display: inline-block;
}

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

table {
  border: 1px solid #eee;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
}

th,
td {
  border: 1px solid #eee;
  padding: 4px 6px;
  text-align: left;
  vertical-align: top;
}

.l-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 66, 227, 0)), color-stop(4.5%, rgba(249, 73, 226, 0.05)), color-stop(11%, rgba(239, 84, 226, 0.11)), color-stop(16%, rgba(232, 92, 226, 0.16)), color-stop(21.5%, rgba(224, 101, 225, 0.22)), color-stop(24.5%, rgba(220, 105, 225, 0.25)), color-stop(28%, rgba(215, 111, 225, 0.28)), color-stop(35%, rgba(205, 122, 224, 0.35)), color-stop(39.5%, rgba(199, 129, 224, 0.4)), color-stop(43.5%, rgba(193, 136, 224, 0.44)), color-stop(50%, rgba(184, 146, 223, 0.5)), color-stop(53%, rgba(180, 151, 223, 0.53)), color-stop(60%, rgba(170, 162, 223, 0.6)), color-stop(63%, rgba(166, 167, 222, 0.63)), color-stop(69%, rgba(157, 176, 222, 0.69)), color-stop(74%, rgba(150, 184, 222, 0.74)), color-stop(79%, rgba(143, 192, 221, 0.79)), color-stop(82%, rgba(139, 197, 221, 0.82)), color-stop(85.5%, rgba(134, 203, 221, 0.86)), color-stop(89%, rgba(129, 208, 221, 0.89)), color-stop(92.5%, rgba(124, 214, 221, 0.93)), color-stop(95.5%, rgba(119, 219, 220, 0.95)), to(#71E2DC));
  background: linear-gradient(180deg, rgba(255, 66, 227, 0) 0%, rgba(249, 73, 226, 0.05) 4.5%, rgba(239, 84, 226, 0.11) 11%, rgba(232, 92, 226, 0.16) 16%, rgba(224, 101, 225, 0.22) 21.5%, rgba(220, 105, 225, 0.25) 24.5%, rgba(215, 111, 225, 0.28) 28%, rgba(205, 122, 224, 0.35) 35%, rgba(199, 129, 224, 0.4) 39.5%, rgba(193, 136, 224, 0.44) 43.5%, rgba(184, 146, 223, 0.5) 50%, rgba(180, 151, 223, 0.53) 53%, rgba(170, 162, 223, 0.6) 60%, rgba(166, 167, 222, 0.63) 63%, rgba(157, 176, 222, 0.69) 69%, rgba(150, 184, 222, 0.74) 74%, rgba(143, 192, 221, 0.79) 79%, rgba(139, 197, 221, 0.82) 82%, rgba(134, 203, 221, 0.86) 85.5%, rgba(129, 208, 221, 0.89) 89%, rgba(124, 214, 221, 0.93) 92.5%, rgba(119, 219, 220, 0.95) 95.5%, #71E2DC 100%);
  background-attachment: fixed;
  position: relative;
}
.l-body__wrap {
  position: relative;
  width: 100%;
  max-width: 890px;
  z-index: 5;
}
@media (max-width: 1023px) {
  .l-body__wrap {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .l-body__wrap {
    width: 100%;
  }
}
.l-body .pc_star {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 3;
  background-attachment: fixed;
  -o-object-fit: cover;
  object-fit: cover;
}
.l-body .star01 {
  -webkit-animation: flashing 4s infinite;
  animation: flashing 4s infinite;
}
.l-body .star02 {
  -webkit-animation: flashing 4s infinite;
  animation: flashing 4s infinite;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.l-body .star03 {
  -webkit-animation: flashing 4s infinite;
  animation: flashing 4s infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}
.l-body .star04 {
  -webkit-animation: flashing 4s infinite;
  animation: flashing 4s infinite;
  -webkit-animation-delay: -3s;
  animation-delay: -3s;
}

@-webkit-keyframes flashing {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes flashing {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.l-header {
  position: absolute;
  z-index: 500;
  top: 24px;
  left: 24px;
}
.l-header__logo img {
  height: 34px;
  width: auto;
}

.l-main {
  background-color: #000000;
  width: 100%;
  max-width: 390px;
  position: relative;
  margin: 0 0 0 auto;
}
@media (max-width: 767px) {
  .l-main {
    margin: 0 auto;
  }
}

.l-section.fv {
  min-height: 850px;
  position: relative;
}
.l-section.fv::after {
  position: absolute;
  content: "";
  background-image: url(../img/fv-bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-section.fv .star {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
.l-section.fv .star01 {
  -webkit-animation: flashing 3s infinite;
  animation: flashing 3s infinite;
}
.l-section.fv .star02 {
  -webkit-animation: flashing 3s infinite;
  animation: flashing 3s infinite;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.l-section.fv .star03 {
  -webkit-animation: flashing 3s infinite;
  animation: flashing 3s infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}
.l-section.about {
  position: relative;
}
.l-section.about .star {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 31px;
  left: 0;
  z-index: 3;
}
.l-section.about .star01 {
  -webkit-animation: flashing 3s infinite;
  animation: flashing 3s infinite;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.l-section.about .star02 {
  -webkit-animation: flashing 3s infinite;
  animation: flashing 3s infinite;
  -webkit-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
.l-section.about .star03 {
  -webkit-animation: flashing 3s infinite;
  animation: flashing 3s infinite;
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}
.l-section.benefits {
  position: relative;
}
.l-section.benefits .star {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 31px;
  left: 0;
  z-index: 0;
}
.l-section.benefits .star01 {
  -webkit-animation: flashing 2s infinite;
  animation: flashing 2s infinite;
}
.l-section.merit {
  position: relative;
}
.l-section.merit .star {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.l-section.merit .star01 {
  -webkit-animation: flashing 2s infinite;
  animation: flashing 2s infinite;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.l-section.story {
  position: relative;
  overflow-x: hidden;
}
.l-section.story::before {
  position: absolute;
  content: "";
  background-image: url(../img/story_bg.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-section.story .star {
  position: absolute;
  width: 345px;
  height: 202px;
  bottom: 20px;
  left: 18px;
  z-index: 3;
}
.l-section.story .star01 {
  -webkit-animation: flashing 2s infinite;
  animation: flashing 2s infinite;
}
.l-section.story .star02 {
  -webkit-animation: flashing 2s infinite;
  animation: flashing 2s infinite;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.l-section.message {
  position: relative;
  overflow-x: hidden;
}
.l-section.message::before {
  position: absolute;
  content: "";
  background-image: url(../img/message_bg.png);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-section.message .star {
  position: absolute;
  width: 345px;
  height: 375px;
  bottom: 25px;
  left: 18px;
  z-index: 3;
}
.l-section.message .star01 {
  -webkit-animation: flashing 2s infinite;
  animation: flashing 2s infinite;
}
.l-section.message .star02 {
  -webkit-animation: flashing 2s infinite;
  animation: flashing 2s infinite;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.l-section__inner.benefits {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-inline: 24px;
  position: relative;
  z-index: 3;
}
.l-section__inner.rule {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-inline: 23px;
}
.l-section__inner.flow {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-inline: 24px;
}
.l-section__inner.story {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
.l-section__inner.merit {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  z-index: 3;
}
.l-section__inner.tvcm {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-inline: 24px;
}
.l-section__inner.message {
  padding-top: 40px;
  padding-bottom: 35px;
  position: relative;
}
.l-section__inner.faq {
  padding-top: 80px;
  padding-bottom: 40px;
  padding-inline: 24px;
}

@keyframes flashing {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.c-cta {
  padding-inline: 23px;
}
.c-cta__button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 16px 24px;
  border-radius: 8px;
  border: 2px solid #FFFFFF;
  background: -webkit-gradient(linear, left top, left bottom, from(#06C755), to(#05A948));
  background: linear-gradient(180deg, #06C755 0%, #05A948 100%);
  -webkit-box-shadow: 0px 0px 10px 0px #F0F0F0;
  box-shadow: 0px 0px 10px 0px #F0F0F0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 auto;
}
.c-cta__button:hover {
  opacity: 0.7;
}
.c-cta__button span {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media (max-width: 389px) {
  .c-cta__button span {
    font-size: 18px;
  }
}
.c-cta__button img {
  width: 24px;
}
.c-cta.cta-sec {
  padding: 0;
  margin-bottom: 8px;
}
.c-cta.cta-sec .c-cta__button {
  padding: 14px 11px 17px 10px;
  gap: 4px;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(51, 51, 51, 0.25);
  box-shadow: 0px 2px 10px 0px rgba(51, 51, 51, 0.25);
}
.c-cta.cta-sec span {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media (max-width: 389px) {
  .c-cta.cta-sec span {
    font-size: 16px;
  }
}
.c-cta.fixed {
  position: fixed;
  bottom: 24px;
  z-index: 500;
}
@media (max-width: 389px) {
  .c-cta.fixed {
    width: 100%;
  }
}

.c-title {
  position: relative;
  margin-bottom: 24px;
  padding-inline: 24px;
}
.c-title.about {
  padding-inline: 34px;
}
.c-title.benefits {
  padding-inline: 10px;
  margin-bottom: 16px;
}
.c-title.rule {
  padding-inline: 10px;
}
.c-title.flow {
  padding-inline: 10px;
}
.c-title.merit {
  padding-inline: 34px;
}
.c-title.tvcm {
  padding: 0;
}
.c-title.message {
  padding-inline: 34px;
}
.c-title.faq {
  padding-inline: 10px;
  margin-bottom: 16px;
}
.c-title__sub {
  text-align: center;
  position: relative;
  margin-bottom: 6px;
}
.c-title__sub::before {
  position: absolute;
  content: "";
  background-image: url(../img/sub_side.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 105px;
  height: 11px;
  top: 50%;
  left: -4px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-title__sub::after {
  position: absolute;
  content: "";
  background-image: url(../img/sub_side.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 105px;
  height: 11px;
  top: 50%;
  right: -4px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-title__sub span {
  margin: 0 -5.5px;
}
.c-title__sub span.right {
  margin-right: -7.5px;
}
.c-title__sub span.left {
  margin-left: -7.5px;
}
.c-title__sub span img {
  height: 23px;
  width: auto;
}
.c-title__exp {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.c-title__main {
  position: relative;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-shadow: 0px 0px 10px #42BBB5;
}
.c-title__main .large {
  font-size: 32px;
}
@media (max-width: 389px) {
  .c-title__main .large {
    font-size: 28px;
  }
}
.c-title__main.about .large {
  position: relative;
  z-index: 1;
}
.c-title__main.about .large::before {
  position: absolute;
  content: "アスビジョ、";
  top: 0;
  left: 0;
  text-align: center;
  color: #42BBB5;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #42BBB5;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  z-index: -1;
}
.c-title__main.about .small {
  position: relative;
  z-index: 1;
}
.c-title__main.about .small::before {
  position: absolute;
  content: "とは？";
  top: 0;
  left: 0;
  text-align: center;
  color: #42BBB5;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #42BBB5;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  z-index: -1;
}
.c-title__main.benefits .large {
  position: relative;
  z-index: 1;
}
.c-title__main.benefits .large::before {
  position: absolute;
  content: "イベント上位者特典";
  top: 0;
  left: 0;
  text-align: center;
  color: #42BBB5;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #42BBB5;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  z-index: -1;
}
.c-title__main.rule .large {
  position: relative;
  z-index: 1;
}
.c-title__main.rule .large::before {
  position: absolute;
  content: "アスビジョのルール";
  top: 0;
  left: 0;
  text-align: center;
  color: #42BBB5;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #42BBB5;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  z-index: -1;
}
.c-title__main.flow .large {
  position: relative;
  z-index: 1;
}
.c-title__main.flow .large::before {
  position: absolute;
  content: "イベント参加の流れ";
  top: 0;
  left: 0;
  text-align: center;
  color: #42BBB5;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #42BBB5;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  z-index: -1;
}
.c-title__main.merit .large .first {
  position: relative;
  z-index: 1;
}
.c-title__main.merit .large .first::before {
  position: absolute;
  content: "ASTERISK";
  top: 0;
  left: 0;
  text-align: center;
  color: #42BBB5;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #42BBB5;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  z-index: -1;
}
.c-title__main.merit .large .second {
  position: relative;
  z-index: 1;
}
.c-title__main.merit .large .second::before {
  position: absolute;
  content: "(アスタリスク)に";
  top: 0;
  left: 0;
  text-align: center;
  color: #42BBB5;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #42BBB5;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  z-index: -1;
}
.c-title__main.merit .large .third {
  position: relative;
  z-index: 1;
}
.c-title__main.merit .large .third::before {
  position: absolute;
  content: "所属するメリット";
  top: 0;
  left: 0;
  text-align: center;
  color: #42BBB5;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #42BBB5;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  z-index: -1;
}
.c-title__main.tvcm .exp {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-shadow: none;
}
.c-title__main.tvcm .large {
  position: relative;
  z-index: 1;
}
.c-title__main.tvcm .large::before {
  position: absolute;
  content: "過去のTVCMもご紹介";
  top: 0;
  left: 0;
  text-align: center;
  color: #42BBB5;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #42BBB5;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  z-index: -1;
}
.c-title__main.message .large {
  position: relative;
  z-index: 1;
}
.c-title__main.message .large::before {
  position: absolute;
  content: "イベントの想い";
  top: 0;
  left: 0;
  text-align: center;
  color: #42BBB5;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #42BBB5;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  z-index: -1;
}
.c-title__main.faq .large {
  position: relative;
  z-index: 1;
}
.c-title__main.faq .large::before {
  position: absolute;
  content: "よくある質問";
  top: 0;
  left: 0;
  text-align: center;
  color: #42BBB5;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #42BBB5;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  z-index: -1;
}

.c-title__sub span {
  opacity: 0;
  /* 初期は透明 */
}

.c-title__sub.is-active span {
  -webkit-animation: fadeIn 0.5s forwards;
  animation: fadeIn 0.5s forwards;
}

.c-title__sub.is-active span:nth-child(1) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.c-title__sub.is-active span:nth-child(2) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.c-title__sub.is-active span:nth-child(3) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.c-title__sub.is-active span:nth-child(4) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.c-title__sub.is-active span:nth-child(5) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.c-title__sub.is-active span:nth-child(6) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.c-title__sub.is-active span:nth-child(7) {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.c-title__sub.is-active span:nth-child(8) {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

/* opacityのアニメーション */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.p-about__text {
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #71E2DC), to(#FF42E3));
  background: linear-gradient(90deg, #71E2DC 20%, #FF42E3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 40px;
}
.p-about__text .small {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (max-width: 389px) {
  .p-about__text .small {
    font-size: 14px;
  }
}
.p-about__text .large {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (max-width: 389px) {
  .p-about__text .large {
    font-size: 22px;
  }
}
.p-about__countdown {
  position: relative; /* 疑似要素の位置基準 */
  margin: 18px 24px 41px;
  padding: 32px 22px;
  border-radius: 8px;
  background: transparent; /* 背景色を指定（コンテンツの背景） */
  text-align: center;
}
.p-about__countdown::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit; /* 親要素から継承 */
  padding: 2px; /* borderの太さ */
  background: -webkit-gradient(linear, left top, right top, from(#71E2DC), to(#FF42E3));
  background: linear-gradient(to right, #71E2DC, #FF42E3);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); /* 擬似要素で枠を作る */
  -webkit-mask-composite: xor; /* 中央をくり抜く */
  mask-composite: exclude;
  pointer-events: none; /* 擬似要素を無効化 */
}
.p-about__countdown--title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding-inline: 24px;
  position: absolute;
  top: -18px;
  background-color: #000000;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.p-about__countdown--year {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.p-about__countdown--date {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
}
@media (max-width: 389px) {
  .p-about__countdown--date {
    font-size: 25px;
  }
}
.p-about__countdown--text {
  color: #71E2DC;
}
.p-about__countdown--timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-about__countdown--timer p {
  width: 56px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #71E2DC;
  position: relative;
  font-family: "Roboto", sans-serif;
}
.p-about__countdown--timer p.colon {
  position: relative;
}
.p-about__countdown--timer p.colon::after {
  content: ":";
  position: absolute;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.p-about__countdown--timer__day::before {
  content: "days";
  position: absolute;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
  width: 100%;
  text-align: center;
  bottom: -11px;
  left: 0;
}
.p-about__countdown--timer__hour::before {
  content: "hours";
  position: absolute;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
  width: 100%;
  text-align: center;
  bottom: -11px;
  left: 0;
}
.p-about__countdown--timer__min::before {
  content: "minutes";
  position: absolute;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
  width: 100%;
  text-align: center;
  bottom: -11px;
  left: 0;
}
.p-about__countdown--timer__sec::before {
  content: "seconds";
  position: absolute;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
  width: 100%;
  text-align: center;
  bottom: -11px;
  left: 0;
}

.p-benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.p-benefits__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.p-benefits__card--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.p-benefits__card--title p {
  font-family: "Roboto", sans-serif;
  width: 48px;
  height: 48px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1875;
  letter-spacing: 0em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: -3px -3px 0px 0px #FE2C55, 3px 3px 0px 0px #00FFE6;
  box-shadow: -3px -3px 0px 0px #FE2C55, 3px 3px 0px 0px #00FFE6;
}
.p-benefits__card--title h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (max-width: 389px) {
  .p-benefits__card--title h3 {
    font-size: 18px;
  }
}

.p-cta {
  margin-inline: 24px;
  position: relative;
  background-image: url(../img/cta_bg.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 40px 9px 10px;
  text-align: center;
}
.p-cta__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding: 4px 32px;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #71E2DC), to(#FF42E3));
  background: linear-gradient(90deg, #71E2DC 20%, #FF42E3 100%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 8px;
  border: 2px solid #FFFFFF;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 389px) {
  .p-cta__title {
    font-size: 20px;
  }
}
.p-cta__text {
  width: 276px;
  margin-bottom: 12px;
}
@media (max-width: 389px) {
  .p-cta__text {
    width: 240px;
  }
}
.p-cta__attention {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #333;
}

.p-faq__content--question {
  padding: 16px 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 8px;
  border-bottom: 1px solid #71E2DC;
}
.p-faq__content--question .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  width: 93%;
  max-width: 304px;
}
.p-faq__content--question .title .mark {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0em;
  color: #71E2DC;
}
.p-faq__content--question .title .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.p-faq__content--question .faq-open {
  width: 16px;
  height: 16px;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16px;
  flex: 0 0 16px;
}
.p-faq__content--question .faq-open .open-bar {
  background-color: #71E2DC;
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.p-faq__content--question .faq-open .open-bar.bar1 {
  width: 16px;
  height: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-faq__content--question .faq-open .open-bar.bar2 {
  width: 2px;
  height: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.p-faq__content--question .faq-open.is-open .bar1 {
  background-color: #71E2DC;
}
.p-faq__content--question .faq-open.is-open .bar2 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: #71E2DC;
}
.p-faq__content--answer {
  padding: 16px 26px 16px 8px;
  display: none;
}
.p-faq__content--answer .answer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.p-faq__content--answer .mark {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0em;
  color: #71E2DC;
  font-family: "Roboto", sans-serif;
}
.p-faq__content--answer .text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.p-flow__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
}
.p-flow__wrap {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.p-flow__wrap--card {
  width: 100%;
  padding: 16px 0;
  text-align: center;
  border: 1px solid #71E2DC;
  position: relative;
}
.p-flow__wrap--card .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #71E2DC;
  padding-inline: 16px;
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "Roboto", sans-serif;
}
.p-flow__wrap--card .text {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #71E2DC;
}
.p-flow__wrap--arrow {
  width: 16px;
  aspect-ratio: 2/1;
}

.p-footer {
  padding: 40px 24px 24px;
}
@media (max-width: 767px) {
  .p-footer {
    padding-bottom: 130px;
  }
}
.p-footer__caution {
  margin-bottom: 48px;
}
.p-footer__caution--title {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding: 8px 0;
  border: 1px solid #FE2C55;
  margin-bottom: 16px;
}
.p-footer__caution--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.p-footer__caution--list li .title {
  padding-left: 23px;
  position: relative;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.p-footer__caution--list li .title::before {
  position: absolute;
  content: "■ ";
  top: calc(50% + 1px);
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #FE2C55;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.p-footer__caution--list li .text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.p-footer__company--title {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding: 8px 0;
  border: 1px solid #71E2DC;
  margin-bottom: 16px;
}
.p-footer__company--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.p-footer__company--list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 389px) {
  .p-footer__company--list li {
    gap: 12px;
  }
}
.p-footer__company--list li .title {
  width: 46px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.p-footer__company--list li .text {
  width: calc(100% - 68px);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.p-footer__company--list li .text .small {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media (max-width: 389px) {
  .p-footer__company--list li .text {
    width: calc(100% - 56px);
  }
}

.p-fv {
  position: relative;
  width: 100%;
  min-height: 850px;
}
.p-fv__title {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 273px;
}
.p-fv__point {
  position: absolute;
  bottom: 71px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 100;
  width: calc(100% - 31px);
}

.p-merit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  margin-bottom: 24px;
}
.p-merit__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.p-merit__card.left {
  margin-right: 24px;
}
.p-merit__card.right {
  margin-left: 24px;
}
.p-merit__card--image {
  width: 100%;
  max-width: 340px;
  margin-bottom: 16px;
}
.p-merit__card--image.left {
  -webkit-box-shadow: 4px 4px 0px 0px #71E2DC;
  box-shadow: 4px 4px 0px 0px #71E2DC;
}
.p-merit__card--image.right {
  -webkit-box-shadow: -4px 4px 0px 0px #71E2DC;
  box-shadow: -4px 4px 0px 0px #71E2DC;
  margin-right: 0;
  margin-left: auto;
}
.p-merit__card--title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding-bottom: 8px;
  margin-bottom: 8px;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #71E2DC), to(#FF42E3));
  background: linear-gradient(90deg, #71E2DC 20%, #FF42E3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 389px) {
  .p-merit__card--title {
    font-size: 20px;
  }
}
.p-merit__card--title::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #71E2DC), to(#FF42E3));
  background: linear-gradient(90deg, #71E2DC 20%, #FF42E3 100%);
  bottom: 0;
  left: 0;
}
.p-merit__card--title.left {
  padding-left: 18px;
}
.p-merit__card--title.right {
  padding-left: 25px;
}
.p-merit__card--text {
  padding-left: 24px;
  padding-right: 26px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.p-merit__other {
  padding-inline: 24px;
}
.p-merit__other--title {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #71E2DC;
  margin-bottom: 24px;
}
.p-merit__other--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px 24px;
}
.p-merit__other--wrap .card {
  padding: 10px 10px;
  border: 2px solid #71E2DC;
  border-radius: 8px;
  width: 142px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 10px 0px #71E2DC, 0px 0px 8px 0px #71E2DC;
  box-shadow: 0px 0px 10px 0px #71E2DC, 0px 0px 8px 0px #71E2DC;
}
.p-merit__other--wrap .card img {
  width: 40px;
  aspect-ratio: 1/1;
}
.p-merit__other--wrap .card p {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.05em;
  color: #71E2DC;
}

.p-message__subtitle {
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #71E2DC), to(#FF42E3));
  background: linear-gradient(90deg, #71E2DC 20%, #FF42E3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
}
.p-message__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin-bottom: 40px;
}
.p-message__text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.p-message__image .image {
  display: block;
  -webkit-box-shadow: 4px 4px 4px 0px rgba(51, 51, 51, 0.1);
  box-shadow: 4px 4px 4px 0px rgba(51, 51, 51, 0.1);
}
.p-message__image .image01 {
  border-radius: 0 8px 8px 0;
  width: 234.38px;
  height: auto;
  position: relative;
  z-index: 5;
}
.p-message__image .image02 {
  border-radius: 8px 0 0 8px;
  width: 210.67px;
  height: auto;
  margin-right: 0;
  margin-left: auto;
  margin-top: -84px;
  position: relative;
  z-index: 4;
}
.p-message__image .image03 {
  border-radius: 8px;
  width: 223px;
  height: auto;
  margin-top: -9px;
  margin-left: 43px;
  position: relative;
  z-index: 5;
}

.p-sidebar {
  width: 310px;
  height: 100vh;
  position: fixed;
}
.p-sidebar__contents {
  width: 310px;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 48px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.p-sidebar__contents--tvcm .title {
  margin-bottom: 22px;
}
.p-sidebar__contents--tvcm .title .small {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}
.p-sidebar__contents--tvcm .title .large {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.p-sidebar__contents--tvcm .video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 44px;
}
.p-sidebar__contents--tvcm .video div {
  width: 310px;
  height: 174px;
  position: relative;
  z-index: 2;
}
.p-sidebar__contents--tvcm .video div::before {
  position: absolute;
  content: "";
  width: 310px;
  height: 174px;
  border: 2px solid #71E2DC;
  top: -7px;
  left: -7px;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 8px 0px #71E2DC, 0px 0px 10px 0px #71E2DC;
  box-shadow: 0px 0px 8px 0px #71E2DC, 0px 0px 10px 0px #71E2DC;
}
.p-sidebar__contents--tvcm .video div::after {
  position: absolute;
  content: "";
  width: 310px;
  height: 174px;
  border: 2px solid #71E2DC;
  bottom: -7px;
  right: -7px;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 8px 0px #71E2DC, 0px 0px 10px 0px #71E2DC;
  box-shadow: 0px 0px 8px 0px #71E2DC, 0px 0px 10px 0px #71E2DC;
}
.p-sidebar__contents--tvcm .video video {
  width: 310px;
  position: relative;
  z-index: 2;
}
.p-sidebar__contents--line .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 16px;
}
.p-sidebar__contents--line .title img {
  width: 27px;
  height: 26px;
}
.p-sidebar__contents--line .title span {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.p-sidebar__contents--line .qr {
  width: 140px;
  aspect-ratio: 1/1;
}

.p-story {
  text-align: center;
}
.p-story__first p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.p-story__first .small {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}
.p-story__first .large {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}
.p-story__first .arrow {
  width: 12px;
  aspect-ratio: 12/30;
  margin-bottom: 16px;
}
.p-story__first .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}
.p-story__first .logo img {
  width: 231px;
}
.p-story__first .bg {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding-inline: 24px;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #71E2DC), to(#FF42E3));
  background: linear-gradient(90deg, #71E2DC 20%, #FF42E3 100%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 16px;
}
.p-story__second {
  padding-top: 30px;
  padding-bottom: 49px;
  position: relative;
  margin-top: -12px;
}
.p-story__second::before {
  position: absolute;
  content: "";
  background-image: url(../img/story01.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-story__second p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  position: relative;
}
.p-story__second .large {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.p-tvcm {
  width: 100%;
}
.p-tvcm video {
  width: 100%;
  height: auto;
}

.slick-dots {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
  margin-top: 19px;
}

.slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0;
}

.slick-dots li button {
  font-size: 0;
  background-color: #969696;
  border: none;
  border-radius: 999px;
  width: 8px;
  height: 8px;
  padding: 0;
}
.slick-dots li button::before {
  display: none;
}

.slick-dots li.slick-active button {
  background-color: #FFFFFF;
}

@media (max-width: 1023px) {
  .pc-only {
    display: none;
  }
}

.pc-none {
  display: none;
}
@media (max-width: 1023px) {
  .pc-none {
    display: block;
  }
}

.sp-only {
  display: none;
}
@media (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

@media (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

.class {
  display: block;
}
/*# sourceMappingURL=style.css.map */
