@charset "UTF-8";
/*======================================================
Reset
======================================================*/
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  word-break: normal;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

/*======================================================
Foundation
======================================================*/
body {
  width: 100%;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.3px;
  line-height: 1.5;
  position: relative;
  word-wrap: break-word;
}
@media (max-width: 560px) {
  body {
    font-size: 14px;
  }
}

main {
  max-width: 768px;
  width: 100%;
  margin: 0 auto;
}

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

li {
  list-style: none;
}

a {
  text-decoration: none;
  transition: opacity 0.3s ease-in-out;
  color: rgb(40, 40, 211);
}

del {
  text-decoration: line-through;
}

select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}

@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}
.mv {
  margin-bottom: 20px;
  text-align: center;
}
.mv .mv_wrap {
  padding: 20px;
}
.mv .mv_wrap a {
  display: block;
  width: 100%;
  font-size: 21px;
  padding: 15px 10px 15px 30px;
  background-color: #e73a8e;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 15px;
  position: relative;
}
@media (max-width: 520px) {
  .mv .mv_wrap a {
    text-align: left;
  }
}
.mv .mv_wrap a::after {
  content: "▼";
  position: absolute;
  top: calc(50% + 1px);
  right: 15px;
  transform: translateY(-50%) rotate(-90deg);
  color: #fff;
  font-size: 16px;
}
.mv .mv_linkbtn {
  margin: 20px auto 30px;
}
.mv .mv_frame {
  border: 2px solid #000;
  padding: 25px 20px;
  border-radius: 10px;
}
.mv .mv_frame > p {
  text-align: left;
}
.mv .mv_frame .pop_image {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.mv .mv_frame .pop_image img {
  width: calc((100% - 10px) / 2);
  height: auto;
  border-radius: 20px;
}
@media (max-width: 520px) {
  .mv .mv_frame .pop_image img {
    border-radius: 10px;
  }
}
.mv .mv_frame .pop_image img:first-child {
  width: 49%;
}
.mv .mv_frame .pop_image img:last-child {
  width: 44.5%;
}
.mv .mv_frame .pop_image + p {
  margin-top: 20px;
}

.step {
  padding: 40px 20px;
  background-color: #f0f0f0;
}
.step h2 {
  position: relative;
}
.step h3 {
  padding-left: 20px;
  margin-top: 50px;
  position: relative;
}
.step h3::before {
  content: "";
  display: block;
  width: 10px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #000;
}
.step h4 {
  margin-bottom: 20px;
  padding: 10px;
  background-color: #dadada;
}
.step h4 span {
  display: inline-block;
  padding: 3px 6px;
  margin-left: 5px;
  font-size: 14px;
  background-color: #444;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
}
.step section {
  margin-top: 40px;
}
.step nav {
  margin: 20px 0;
  padding: 10px;
}
.step nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 560px) {
  .step nav ul {
    flex-direction: column;
  }
}
.step nav ul li {
  width: 50%;
}
@media (max-width: 560px) {
  .step nav ul li {
    width: 100%;
  }
}
.step nav ul li a {
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
  border-radius: 40px;
  position: relative;
}
.step nav ul li a::after {
  content: "▼";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(-90deg);
  color: #fff;
  font-size: 12px;
}
.step ol {
  margin-top: 25px;
  counter-reset: item;
}
.step ol li {
  counter-increment: item;
  position: relative;
  padding-left: 2em;
}
.step ol li::before {
  content: counter(item) ". ";
  position: absolute;
  left: 0;
  font-weight: bold;
}
.step ol li img {
  margin-top: 15px;
}
.step ol li + li {
  margin-top: 30px;
}/*# sourceMappingURL=metaverse.css.map */