@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@300;400;500;600;700&family=Poppins:wght@700&family=Yellowtail&display=swap");
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  max-height: 99999px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  transition: opacity .2s;
}
a:hover {
  opacity: 0.7;
}
a:active, a:visited, a:link {
  text-decoration: none;
}

a.hitarea {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
a.hitarea.mo::after {
  content: '';
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: white;
  transition: opacity .2s;
}
a.hitarea.mo:hover::after {
  opacity: 0.7;
}

@media (max-width: 1080px) {
  body {
    min-width: 100%;
    overflow-x: hidden;
  }
}
@media (max-width: 768px) {
  body {
    min-width: 100%;
    overflow-x: hidden;
  }
}

body.fixed {
  position: fixed;
  left: 0;
  top: 0;
  overflow-y: scroll;
}

h1, h2, h3, h4, h5, h6, p, div, li {
  margin: 0;
}

ul, ol {
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}

.onlysp {
  display: none;
}

@media (max-width: 768px) {
  .onlysp {
    display: block;
  }

  .onlypc {
    display: none;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.hdr {
  background-color: #FF0099;
  height: 132px;
}
.hdr__logo a, .hdr__logo a:link, .hdr__logo a:visited, .hdr__logo a:active, .hdr__logo a:hover {
  opacity: 1 !important;
}
.hdr__logo img {
  width: 460px;
  position: absolute;
  left: 60px;
  top: 23.5px;
  z-index: 2;
}
.hdr-sns {
  position: absolute;
  top: 13px;
  right: 143px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 135px;
}
.hdr-sns__item {
  opacity: 1 !important;
}
.hdr-sns__item img {
  width: 23px;
}
.hdr-sns__item img:hover {
  filter: invert(79%) sepia(50%) saturate(5358%) hue-rotate(140deg) brightness(112%) contrast(103%);
}
.hdr-sns__item--na {
  pointer-events: none;
  opacity: .5 !important;
}
.hdr-lang {
  position: absolute;
  top: 14px;
  right: 30px;
  font-family: 'Lexend', sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #111;
  z-index: 10;
  pointer-events: none;
}
.hdr-lang--on .hdr-lang__ttl::after {
  transform: scale(1, -1);
}
.hdr-lang__ttl {
  cursor: pointer;
  pointer-events: initial !important;
}
.hdr-lang__ttl span {
  vertical-align: middle;
}
.hdr-lang__ttl::after {
  content: '';
  display: inline-block;
  margin-bottom: 2px;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  margin-left: .75em;
  background-image: url(../images/ico-down.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.hdr-lang-inner {
  background-color: #FF0099;
  display: flex;
  flex-direction: column;
  padding: 1em;
  align-items: center;
  transition: opacity .5s;
  opacity: 0;
}
.hdr-lang-inner, .hdr-lang-inner * {
  pointer-events: none;
}
.hdr-lang-inner--on {
  opacity: 1;
}
.hdr-lang-inner--on, .hdr-lang-inner--on * {
  pointer-events: initial;
}
.hdr-lang__item {
  cursor: pointer;
  position: relative;
}
.hdr-lang__item--on {
  pointer-events: none !important;
}
.hdr-lang__item, .hdr-lang__item:link, .hdr-lang__item:visited, .hdr-lang__item:active, .hdr-lang__item:hover {
  color: #111;
  opacity: 1;
}
.hdr__close {
  display: none;
}
.hdr-nav {
  position: absolute;
  top: 33px;
  right: 20px;
  display: flex;
  align-items: center;
}
.hdr-nav__item {
  color: #fff;
  margin: 15px;
  padding: 19px 0 18px;
  font-family: 'Lexend', sans-serif;
  font-weight: normal;
  font-size: 18px;
}
.hdr-nav__item:link, .hdr-nav__item:visited, .hdr-nav__item:active, .hdr-nav__item:hover {
  color: #fff;
}
.hdr-nav__item--btn {
  background-color: #000;
  border-radius: 60px;
  padding: 19px 30px 18px;
  cursor: pointer;
}
@media (max-width: 1250px) {
  .hdr-nav__item--btn {
    position: absolute;
    right: 0;
    top: 65px;
    z-index: 11;
  }
}
.hdr-nav__item--metamask {
  display: none;
}

@media (max-width: 1080px) {
  .hdr-inner {
    opacity: 0;
    pointer-events: none;
    transition: opacity .5s;
    display: flex;
    flex-direction: column-reverse;
    position: fixed;
    inset: 0 0 0 0;
    z-index: 200;
    justify-content: flex-end;
    background-color: #FF0099;
  }
  .hdr-inner * {
    pointer-events: none;
  }
  .hdr-inner--on {
    z-index: 202;
    opacity: 1;
    pointer-events: initial;
  }
  .hdr-inner--on * {
    pointer-events: initial;
  }
  .hdr-sns2 {
    text-align: center;
    display: block !important;
    margin-top: 50px;
  }
  .hdr-sns2 a {
    vertical-align: middle;
  }
  .hdr-sns2__item--na {
    pointer-events: none;
    opacity: .5;
  }
  .hdr-sns2__item img {
    display: inline-block;
    width: 40px;
    margin: 0 15px;
  }
  .hdr-sns {
    right: 35px;
    top: 70px;
  }
  .hdr-lang {
    text-align: center;
    position: relative;
    top: auto;
    right: auto;
    padding-top: 1em;
  }
  .hdr-lang__ttl::after {
    display: none;
  }
  .hdr-lang-inner {
    pointer-events: initial;
    opacity: 1;
    flex-direction: initial;
    justify-content: center;
  }
  .hdr-lang__item:nth-of-type(n + 2)::before {
    content: '/';
    display: inline-block;
    margin-left: 1em;
    margin-right: 1em;
  }
  .hdr-lang__item--on::before {
    display: none;
  }
  .hdr__spmenu {
    display: block;
    position: absolute;
    right: 35px;
    top: 35px;
    z-index: 201;
  }
  .hdr__close {
    width: 25px;
    position: absolute;
    top: 35px;
    right: 35px;
    display: none;
    z-index: 2000;
  }
  .hdr__close--on {
    display: block;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  .hdr-nav {
    position: relative;
    top: auto;
    right: auto;
    flex-direction: column;
  }
  .hdr-nav__item {
    font-size: 3vw;
    padding: 0;
    margin: 3vw 0 0 0;
  }
  .hdr-nav__item--btn {
    padding: 4vw 6vw;
    font-size: 3vw;
    position: initial;
    right: auto;
    top: auto;
  }
}

@media (max-width: 768px) {
  .hdr {
    height: 25vw;
  }
  .hdr-inner {
    opacity: 0;
    pointer-events: none;
    transition: opacity .5s;
    position: fixed;
    inset: 18.5vw 0 0 0;
    z-index: 200;
    justify-content: flex-end;
    background-color: #FF0099;
  }
  .hdr-inner * {
    pointer-events: none;
  }
  .hdr-inner--on {
    opacity: 1;
    pointer-events: initial;
  }
  .hdr-inner--on * {
    pointer-events: initial;
  }
  .hdr-inner2 {
    display: flex;
    flex-direction: column-reverse;
    overflow-y: scroll;
  }
  .hdr__logo img {
    width: 53.3333333333vw;
    left: 5.3333333333vw;
    top: 5.7333333333vw;
  }
  .hdr-sns2 {
    text-align: center;
    margin-top: 7vw;
  }
  .hdr-sns2 a {
    vertical-align: middle;
  }
  .hdr-sns2__item--na {
    pointer-events: none;
    opacity: .5;
  }
  .hdr-sns2__item img {
    width: 9.2vw;
    display: inline-block;
    margin: 0 3vw;
  }
  .hdr-sns {
    top: 18.6666666667vw;
    right: 5.8666666667vw;
    width: 32vw;
  }
  .hdr-sns__item img {
    width: 6.1333333333vw;
  }
  .hdr-lang {
    text-align: center;
    position: relative;
    top: auto;
    right: auto;
    padding-top: 1em;
  }
  .hdr-lang__ttl::after {
    display: none;
  }
  .hdr-lang__item:nth-of-type(n + 2)::before {
    content: '/';
    display: inline-block;
    margin-left: 1em;
    margin-right: 1em;
  }
  .hdr-lang__item--on::before {
    display: none;
  }
  .hdr-lang-inner {
    pointer-events: initial;
    opacity: 1;
    flex-direction: initial;
    justify-content: center;
  }
  .hdr__spmenu {
    width: 6.1333333333vw;
    position: absolute;
    top: 9.3333333333vw;
    right: 8vw;
  }
  .hdr__spmenu--off {
    display: none;
  }
  .hdr__close {
    width: 6.1333333333vw;
    position: absolute;
    top: 8vw;
    right: 8vw;
    display: none;
  }
  .hdr__close--on {
    display: block;
  }
  .hdr-nav {
    position: relative;
    top: auto;
    right: auto;
    flex-direction: column;
  }
  .hdr-nav__item {
    font-size: 6vw;
    padding: 0;
    margin: 6vw 0 0 0;
  }
  .hdr-nav__item--btn {
    padding: 4vw 6vw;
    font-size: 5vw;
  }
  .hdr-nav__item--metamask {
    display: none;
  }
}
.mv {
  background-color: #FF0099;
  width: 100%;
  height: 635px;
  position: relative;
}
@media (max-width: 1366px) {
  .mv {
    height: 43vw;
  }
}
.mv-inner {
  width: 1366px;
  margin-left: auto;
  margin-right: auto;
}
.mv__pc {
  width: 1330px;
  display: block;
}
.mv img {
  position: absolute;
  top: -40px;
  left: calc(50% - 1330px / 2);
  z-index: 1;
}
@media (max-width: 1366px) {
  .mv img {
    width: 90vw;
    left: 5vw;
  }
}
.mv__copy {
  position: absolute;
  background-color: #000;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 27px;
  color: #fff;
  z-index: 1;
  left: calc(50% - 574px);
  top: 493px;
  padding: 7px 25px;
}
@media (max-width: 1366px) {
  .mv__copy {
    top: 30vw;
    left: 10vw;
  }
}
.mv__start {
  position: absolute;
  z-index: 1;
  left: calc(50% - 574px);
  top: 493px;
  background-color: #000;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 20px;
  border-radius: 60px;
  padding: 12px 35px 10px;
  cursor: pointer;
  border: 3px solid #FF0099;
  transition: opacity .3s;
  opacity: 1;
}
@media (max-width: 1366px) {
  .mv__start {
    left: 5vw;
    top: 33vw;
  }
}
.mv__start:hover {
  opacity: .7;
}

@media (max-width: 1080px) {
  .mv {
    height: 45vw;
  }
  .mv img {
    width: 90vw;
    left: 5vw;
  }
  .mv__copy {
    top: 30vw;
    left: 10vw;
  }
}
@media (max-width: 768px) {
  .mv {
    height: 128vw;
  }
  .mv-inner {
    width: 100%;
  }
  .mv__pc {
    display: none;
  }
  .mv img {
    width: 100%;
    position: absolute;
    top: -4vw;
    left: 0;
    pointer-events: none;
  }
  .mv__copy {
    font-size: 5vw;
    left: 5vw;
    top: 83vw;
    padding: 1.8666666667vw 6.6666666667vw;
  }
  .mv__start {
    font-size: 5vw;
    left: 7vw;
    top: 83vw;
    font-size: 5.3333333333vw;
    border-radius: 16vw;
    padding: 3.2vw 9.3333333333vw 2.6666666667vw;
    border: 0.8vw solid #FF0099;
  }
}
.mobile_no_metamask .mv__start {
  display: none;
}
.mobile_no_metamask .hdr-nav .connect {
  display: none;
}
.mobile_no_metamask .hdr-nav .hdr-nav__item--metamask {
  display: block !important;
}

.is {
  position: relative;
  background-color: #111;
  padding-top: 54px;
  overflow: hidden;
}
.is__bg {
  position: absolute;
  left: calc(50% - 0.5 * 1366px - 100px);
  top: 76px;
  width: 1366px;
  z-index: 2;
  pointer-events: none;
}
.is__bg2 {
  width: 700px;
  position: absolute;
  top: 100px;
  left: calc(50% - 0.5 * 1366px - 280px);
  z-index: 1;
}
.is__bg3 {
  width: 700px;
  position: absolute;
  z-index: 1;
  top: -18px;
  left: calc(50% + 0.5 * 1366px - 510px);
}
.is-ttl-outer {
  position: relative;
  width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.is__ttl {
  text-align: left;
  font-size: 55px;
  padding-bottom: 5px;
}
.is__ttl2 {
  padding-bottom: 5px;
}
.is__the {
  font-family: 'Lexend', sans-serif;
  font-weight: normal;
  font-size: 33px;
  color: #fff;
  vertical-align: bottom;
  padding-bottom: 20px;
  display: inline-block;
  margin-right: 16px;
}
.is__logo {
  display: inline-block;
  vertical-align: bottom;
}
.is__logo img {
  width: 340px;
}
.is__desc {
  font-family: 'Lexend', sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  width: 680px;
  margin-top: 79px;
  margin-left: calc(50% - 0.5 * 1366px + 560px);
  max-width: 680px;
}
@media (max-width: 1366px) {
  .is__desc {
    width: calc(100% - 430px - 40px);
  }
}
.is__desc--jp {
  line-height: 32px;
}
.is__desc--2 {
  margin-top: 50px;
  margin-left: calc(50% - 0.5 * 1366px);
}
@media (max-width: 1450px) {
  .is__desc--2 {
    margin-left: 50px;
  }
}
.is__btn {
  margin-left: calc(50% - 0.5 * 1366px + 560px);
  margin-top: 35px;
  z-index: 10;
  position: relative;
}
.is__p1 {
  width: 560px;
  position: absolute;
  top: 220px;
  left: calc(50% - 0.5 * 1366px);
  z-index: 10;
  transition: all .5s;
}
@media (max-width: 1366px) {
  .is__p1 {
    width: 420px;
    left: calc(50% - 530px);
  }
}
.is__p2 {
  width: 435px;
  height: 564px;
  position: absolute;
  top: 10px;
  left: calc(50% + 178px);
  z-index: 11;
  transition: all .5s;
}
@media (max-width: 1366px) {
  .is__p2 {
    width: 350px;
    height: auto;
  }
}
.is-inner1 {
  min-height: 465px;
  transition: all .5s;
}
@media (max-width: 1366px) {
  .is-inner1 {
    min-height: 400px;
  }
}
.is-inner2 {
  padding-top: 25px;
  position: relative;
  min-height: 570px;
  position: relative;
  z-index: 3;
}
.is .accordion {
  height: initial;
  max-height: initial;
}
.is .accordion__btn {
  display: none;
}

@media (max-width: 1080px) {
  .is {
    overflow: hidden;
    padding-bottom: 4vw;
    padding-left: 6vw;
    padding-right: 6vw;
    padding-top: 10vw;
  }
  .is__bg {
    display: none;
  }
  .is__bg2 {
    pointer-events: none;
    display: block;
    position: absolute;
    z-index: 8;
    left: auto;
    top: 72vw;
    right: -46vw;
    width: 100vw;
  }
  .is__bg3 {
    pointer-events: none;
    display: block;
    position: absolute;
    z-index: 8;
    left: auto;
    width: 200vw;
    top: 12vw;
    right: -146vw;
    top: 44vw;
    right: -46vw;
    width: 100vw;
  }
  .is__bg4 {
    display: none;
  }
  .is-ttl-outer {
    width: 100%;
    z-index: 10;
    position: relative;
  }
  .is-ttl-outer::before {
    content: '';
    display: block;
    width: 10vw;
    height: 10vw;
    background-image: url(../images/is-tb-1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    left: 5vw;
    top: 5vw;
  }
  .is-ttl-outer::after {
    content: '';
    display: block;
    width: 9vw;
    height: 9vw;
    background-image: url(../images/is-tb-2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    right: 5vw;
    top: 11vw;
  }
  .is__spbg1 {
    position: absolute;
    z-index: 9;
    width: 88vw;
    top: 5vw;
    left: 5vw;
  }
  .is__spbg2 {
    position: absolute;
    z-index: 9;
    width: 46vw;
    top: 175vw;
    left: 61vw;
  }
  .is__spbg3 {
    z-index: 7;
    position: absolute;
    width: 80vw;
    left: -45vw;
    bottom: 77vw;
  }
  .is__ttl {
    font-family: 'Yellowtail', cursive;
    color: #FF0099;
    font-weight: normal;
    font-size: 12vw;
    letter-spacing: 0.02em;
    margin-left: 5vw !important;
    text-align: left !important;
    margin-left: 23vw !important;
  }
  .is__the {
    margin-top: .5vw;
    display: block;
    font-family: 'Lexend', sans-serif;
    font-weight: normal;
    font-size: 8.8vw;
    color: #fff;
    margin-left: 6vw;
    margin-right: 0;
    padding-bottom: 0;
    font-size: 5vw;
    margin-left: 23vw;
  }
  .is__logo {
    display: block;
  }
  .is__logo img {
    width: 73.3493333333vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 1.5vw;
    width: 40vw;
  }
  .is__desc {
    position: relative;
    z-index: 11;
    margin-top: 9.3333333333vw;
    font-family: 'Lexend', sans-serif;
    font-weight: 300;
    font-size: 4.8vw;
    line-height: 8vw;
    color: #fff;
    margin-left: 0;
    width: 100%;
    max-width: initial;
    max-height: initial;
    height: auto;
    margin-top: 30px;
    font-size: 18px;
    line-height: 30px;
  }
  .is__p1 {
    width: 100vw;
    margin-left: -5vw;
    position: relative;
    top: auto;
    left: auto;
    display: block;
    margin-top: 11vw;
    margin-top: 5vw;
    width: 60vw;
    margin-left: auto;
    margin-right: auto;
  }
  .is__p2 {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    display: block;
    margin-left: 3vw;
    width: 60vw;
    margin-left: auto;
    margin-right: auto;
  }
  .is .accordion__btn {
    display: none;
  }
}
@media (max-width: 768px) {
  .is {
    overflow: hidden;
    padding-top: 28vw;
    padding-bottom: 4vw;
    padding-left: 6vw;
    padding-right: 6vw;
  }
  .is__bg {
    display: none;
  }
  .is__bg2 {
    pointer-events: none;
    display: block;
    position: absolute;
    z-index: 8;
    left: auto;
    width: 200vw;
    top: 65vw;
    right: -146vw;
  }
  .is__bg3 {
    pointer-events: none;
    display: block;
    position: absolute;
    z-index: 8;
    left: auto;
    width: 200vw;
    top: 12vw;
    right: -146vw;
  }
  .is__bg4 {
    pointer-events: none;
    display: block;
    position: absolute;
    z-index: 8;
    left: auto;
    width: 200vw;
    top: 12vw;
    top: 180vw;
    left: -146vw;
  }
  .is-ttl-outer {
    width: 100%;
    z-index: 10;
  }
  .is-ttl-outer::before, .is-ttl-outer::after {
    display: none;
  }
  .is__spbg1 {
    position: absolute;
    z-index: 9;
    width: 88vw;
    top: 5vw;
    left: 5vw;
    mix-blend-mode: screen;
  }
  .is__spbg2 {
    position: absolute;
    z-index: 9;
    width: 46vw;
    top: 175vw;
    left: 61vw;
    mix-blend-mode: screen;
  }
  .is__spbg3 {
    z-index: 7;
    position: absolute;
    width: 80vw;
    left: -45vw;
    bottom: 77vw;
    mix-blend-mode: screen;
  }
  .is__ttl {
    font-family: 'Yellowtail', cursive;
    color: #FF0099;
    font-weight: normal;
    font-size: 12vw;
    letter-spacing: 0.02em;
    margin-left: 5vw !important;
    text-align: left !important;
  }
  .is__the {
    margin-top: .5vw;
    display: block;
    font-family: 'Lexend', sans-serif;
    font-weight: normal;
    font-size: 8.8vw;
    color: #fff;
    margin-left: 6vw;
    margin-right: 0;
    padding-bottom: 0;
  }
  .is__logo {
    display: block;
  }
  .is__logo img {
    width: 73.3493333333vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 1.5vw;
  }
  .is__desc {
    position: relative;
    z-index: 11;
    margin-top: 9.3333333333vw;
    font-family: 'Lexend', sans-serif;
    font-weight: 300;
    font-size: 4.8vw;
    line-height: 8vw;
    color: #fff;
    margin-left: 0;
    width: 100%;
  }
  .is__desc--jp {
    line-height: 8.5333333333vw;
  }
  .is__btn {
    margin: auto;
    display: block !important;
    width: 70vw;
    text-align: center;
    margin-top: 9.3333333333vw;
  }
  .is__p1 {
    width: 100vw;
    margin-left: -5vw;
    position: relative;
    top: auto;
    left: auto;
    display: block;
    margin-top: 11vw;
  }
  .is__p2 {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    display: block;
    margin-top: 10vw;
    margin-left: 3vw;
  }
  .is .accordion {
    height: 60.5333333333vw;
    max-height: 60.5333333333vw;
  }
  .is .accordion__btn {
    display: block;
  }
}
.is2 img {
  width: 100%;
}
.is2 img.onlypc {
  display: block;
}

@media (max-width: 768px) {
  .is2 img.onlypc {
    display: none;
  }
  .is2 img.onlysp {
    display: block;
  }
}
.tl {
  padding-top: 41px;
  padding-bottom: 122px;
  background-image: url(../images/tl-1.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.tl__desc {
  font-family: 'Lexend', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}
.tl-phase {
  margin-top: 50px;
  background-color: #000;
  width: 900px;
  margin-left: calc(50% - 900px * 0.5 - 160px);
  padding: 40px;
}
@media (max-width: 1366px) {
  .tl-phase {
    margin-left: 50px;
  }
}
.tl-phase__ttl {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #fff;
}
.tl-phase__name {
  margin-top: 15px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
}
.tl-phase__name:nth-of-type(n + 2) {
  margin-top: 35px;
}
.tl-phase__name span {
  display: inline-block;
  margin-right: .25em;
  font-size: 28px;
}
.tl-phase-cards {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.tl-phase-cards--sp {
  margin-top: 24px;
}
.tl-phase-cards--sp .tl-phase__card {
  background-image: url(../images/tl-2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 1px;
  border: none !important;
  padding: 1px;
  color: #fff !important;
  margin-top: 0 !important;
  border-radius: 8px;
}
.tl-phase-cards--sp::after {
  content: '';
  width: 91px;
  height: 66px;
  display: block;
  position: absolute;
  top: 10px;
  right: -10px;
  background-image: url(../images/tl-1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  mix-blend-mode: screen;
}
.tl-phase-card-inner {
  border-radius: 6px;
  background-color: #000;
  padding: 20px;
}
.tl-phase__card {
  margin-top: 24px;
  border-radius: 8px;
  font-family: 'Lexend', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  padding: 20px;
  width: 260px;
}
.tl-phase__card:nth-of-type(3n + 2), .tl-phase__card:nth-of-type(3n + 3) {
  margin-left: 19px;
}
.tl-phase__card:nth-of-type(4n + 1) {
  border: 2px solid #ff33ad;
  color: #ff33ad;
}
.tl-phase__card:nth-of-type(4n + 2) {
  border: 2px solid #2EDFE6;
  color: #2EDFE6;
}
.tl-phase__card:nth-of-type(4n + 3) {
  border: 2px solid #DD80FF;
  color: #DD80FF;
}
.tl-phase__card:nth-of-type(4n + 4) {
  border: 2px solid #28EBAA;
  color: #28EBAA;
}
.tl-phase__card--m {
  width: 398px;
}
.tl-phase__card--l {
  width: 100%;
  margin-left: 0 !important;
}

@media (max-width: 1080px) {
  .tl__desc {
    width: 80vw;
  }
  .tl-phase {
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 40px 40px 21px;
  }
  .tl-phase__ttl {
    padding-left: 19px;
  }
  .tl-phase__name {
    padding-left: 19px;
  }
  .tl-phase__card {
    margin-left: 19px;
  }
  .tl-phase__card--l {
    margin-left: 19px  !important;
  }
}
@media (max-width: 768px) {
  .tl {
    padding: 10vw 6vw 130vw;
    background-image: url(../images/tl-1-sp.jpg), url(../images/tl-2-sp.jpg);
    background-position: center bottom, center top;
    background-repeat: no-repeat, repeat;
    background-size: contain, contain;
  }
  .tl__desc {
    width: 100%;
    margin-top: 4vw;
    font-size: 4.8vw;
  }
  .tl-phase {
    position: relative;
    margin-top: 13.3333333333vw;
    width: 100%;
    margin-left: 0;
    padding: 10.6666666667vw;
    overflow: hidden;
    max-height: 55vw;
    transition: max-height 1s;
  }
  .tl-phase--on {
    max-height: 250vh;
  }
  .tl-phase--on .tl__expand {
    transform: rotate(180deg);
  }
  .tl-phase__ttl {
    font-size: 9.6vw;
    padding-left: 0;
  }
  .tl-phase__name {
    min-height: 3.2em;
    margin-top: 4vw;
    font-size: 6.4vw;
    padding-left: 0;
  }
  .tl-phase__name:nth-of-type(n + 2) {
    margin-top: 9.3333333333vw;
  }
  .tl-phase__name span {
    font-size: 7.4666666667vw;
    display: block;
  }
  .tl-phase-cards--sp {
    margin-top: 6.4vw;
  }
  .tl-phase-cards--sp .tl-phase__card {
    border-radius: 2.1333333333vw;
  }
  .tl-phase-cards--sp::after {
    width: 24.2666666667vw;
    height: 17.6vw;
    top: auto;
    bottom: -3vw;
    right: -5vw;
  }
  .tl-phase-card-inner {
    border-radius: 1.6vw;
    padding: 5.3333333333vw;
  }
  .tl-phase__card {
    margin-top: 6.4vw;
    border-radius: 2.1333333333vw;
    font-size: 4.8vw;
    line-height: 8vw;
    padding: 5.3333333333vw;
    width: 69.3333333333vw;
    margin-left: 0 !important;
  }
  .tl__expand {
    position: absolute;
    top: 24vw;
    right: 6vw;
    width: 3.5vw;
    height: 3.5vw;
  }
}
.about {
  position: relative;
  padding-top: 37px;
  padding-bottom: 84px;
  overflow: hidden;
}
.about-vid-outer {
  overflow: hidden;
  position: absolute;
  inset: 0 0 0 0;
  z-index: 1;
}
.about-vid-outer::after {
  content: '';
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  inset: 0 0 0 0;
}
.about-vid-outer video {
  width: 100%;
  margin-top: -340px;
}
.about-inner {
  position: relative;
  z-index: 2;
}
.about__copy {
  text-align: center;
  font-family: 'Lexend', sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #fff;
  margin-top: 15px;
}
.about__desc {
  color: #fff;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Lexend', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  margin-top: 17px;
}
.about-slider-outer {
  margin-top: 27px;
  width: 1366px;
  max-width: 1366px;
  margin-left: calc(0.5 * (100% - 1366px));
}
@media (max-width: 1366px) {
  .about-slider-outer {
    width: 900px;
    margin-left: calc(0.5 * (100% - 900px));
  }
}
.about__slide {
  width: 240px;
  cursor: pointer;
}
.about__slide img {
  width: 240px;
  margin: auto;
  display: block;
  border-radius: 240px;
}
.about .slick-slide:nth-of-type(5n + 1) {
  background-image: url(../images/prof-bg-1.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.about .slick-slide:nth-of-type(5n + 2) {
  background-image: url(../images/prof-bg-2.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.about .slick-slide:nth-of-type(5n + 3) {
  background-image: url(../images/prof-bg-3.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.about .slick-slide:nth-of-type(5n + 4) {
  background-image: url(../images/prof-bg-4.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.about .slick-slide:nth-of-type(5n + 5) {
  background-image: url(../images/prof-bg-5.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.about__team {
  text-align: center;
  font-family: 'Lexend', sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #fff;
  margin-top: 75px;
}
.about__name {
  width: 240px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Lexend', sans-serif;
  font-weight: 500;
  font-size: 24px;
  text-align: center;
  color: #fff;
}
.about__name2 {
  width: 240px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Lexend', sans-serif;
  font-weight: 300;
  font-size: 18px;
  margin-top: 5px;
  color: #fff;
  text-align: center;
}
.about .slick-list {
  overflow: visible !important;
}
.about .accordion__btn {
  display: none;
}
.about .slick-prev {
  width: 24px;
  height: 44px;
  background-image: url(../images/ico-prev-pink.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  left: 30px;
  top: calc(50% - 25px);
  left: calc(50px - 0.5 * (100vw - 100%));
  z-index: 10;
}
.about .slick-prev::before {
  display: none;
}
.about .slick-next {
  width: 24px;
  height: 44px;
  background-image: url(../images/ico-next-pink.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  right: 30px;
  top: calc(50% - 25px);
  right: calc(50px - 0.5 * (100vw - 100%));
  z-index: 10;
}
.about .slick-next::before {
  display: none;
}

@media (max-width: 1080px) {
  .about-vid-outer video {
    margin-top: -25vw;
  }
  .about__desc {
    width: 80vw;
  }
  .about-slider-outer {
    width: 900px;
    margin-left: calc(0.5 * (100% - 900px));
  }
  .about__slide img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .about__name {
    width: 100%;
  }
  .about__name2 {
    width: 100%;
  }
  .about .slick-prev {
    display: none !important;
  }
  .about .slick-next {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .about {
    padding: 10vw 6vw;
  }
  .about-vid-outer video {
    margin-top: 0;
  }
  .about__copy {
    font-size: 6.4vw;
    margin-top: 4vw;
  }
  .about__desc {
    width: 100%;
    font-size: 4.8vw;
    line-height: 8vw;
    margin-top: 4.5333333333vw;
  }
  .about .accordion {
    height: 60.5333333333vw;
    max-height: 60.5333333333vw;
  }
  .about-slider-outer {
    width: 70vw;
    margin: auto;
    margin-top: 7.2vw;
  }
  .about__slide {
    width: 70vw;
    padding: 0 5vw;
  }
  .about__slide img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60vw;
    border-radius: 60vw;
  }
  .about__team {
    font-size: 6.4vw;
    margin-top: 20vw;
  }
  .about__name {
    width: 100%;
  }
  .about__name2 {
    width: 100%;
  }
  .about .accordion__btn {
    display: block;
  }
}
.faq {
  position: relative;
  background-color: #111;
  padding-top: 37px;
  padding-bottom: 50px;
  background-image: url(../images/faq-bg.svg);
  background-repeat: no-repeat;
  background-position: center top;
}
.faq__desc {
  margin-top: 15px;
  font-family: 'Lexend', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #fff;
}
.faq-qa-rows {
  width: 1366px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1366px) {
  .faq-qa-rows {
    width: 100%;
  }
}
.faq-qa-row {
  position: relative;
  margin-top: 40px;
}
.faq-qa-row--1 {
  min-height: 470px;
}
.faq-qa-row--2 {
  min-height: 530px;
  z-index: 9;
}
.faq-qa-row--3 {
  min-height: 600px;
  z-index: 9;
}
.faq-qa {
  position: relative;
  z-index: 10;
}
.faq__q {
  width: 432px;
  min-height: 250px;
  padding: 75px 30px 75px 40px;
  font-family: 'Lexend', sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 34px;
  color: #111;
  z-index: 10;
}
.faq__q::before {
  content: 'Q.';
  position: absolute;
  left: 38px;
  top: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #111;
}
.faq__q--1 {
  position: absolute;
  left: 200px;
  top: 0px;
}
@media (max-width: 1450px) {
  .faq__q--1 {
    left: calc(15px + (100% - 1080px) / 3);
  }
}
.faq__q--2 {
  position: absolute;
  left: 812px;
  top: 80px;
}
@media (max-width: 1450px) {
  .faq__q--2 {
    left: calc(50% + 0.5 * (100% - 1080px) / 3);
  }
}
.faq__q--pink {
  background-color: #FF0099;
}
.faq__q--blue {
  background-color: #00F0FA;
}
.faq__q--purple {
  background-color: #BC62FF;
}
.faq__a {
  width: 365px;
  background-color: #fff;
  font-family: 'Lexend', sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  color: #111;
  z-index: 11;
}
.faq__a::before {
  content: 'A.';
  position: absolute;
  left: 38px;
  top: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #111;
}
.faq__a::after {
  content: '';
  position: absolute;
  left: 110px;
  bottom: -37px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 39.0px 22.5px 0 22.5px;
  border-color: #ffffff transparent transparent transparent;
}
.faq__a span {
  display: block;
  padding: 75px 35px 55px 35px;
}
.faq__a span::after {
  content: '';
  position: absolute;
  left: 0;
  top: -30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 30px 365px;
  border-color: transparent transparent #ffffff transparent;
  border-style: inset;
}
.faq__a span::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 365px 20px 0;
  border-color: transparent #ffffff transparent transparent;
  border-style: inset;
}
.faq__a--1 {
  position: absolute;
  left: 352px;
  top: 193px;
}
@media (max-width: 1450px) {
  .faq__a--1 {
    left: calc(150px + (100% - 1080px) / 3);
  }
}
.faq__a--2 {
  position: absolute;
  left: 1000px;
  top: 240px;
}
@media (max-width: 1450px) {
  .faq__a--2 {
    left: calc(150px + 50% + 0.5 * (100% - 1080px) / 3);
  }
}
.faq__p {
  position: absolute;
}
.faq__p--1 {
  left: calc(50% - 690px);
  top: 250px;
  width: 452px;
  z-index: 10;
}
@media (max-width: 1450px) {
  .faq__p--1 {
    width: 350px;
    top: 320px;
    left: calc(50% - 585px - (100% - 1080px) / 3);
  }
}
.faq__p--2 {
  left: calc(50% + 13px);
  top: 300px;
  width: 340px;
  z-index: 12;
}
@media (max-width: 1450px) {
  .faq__p--2 {
    width: 280px;
    top: 380px;
    left: calc(50% + 13px - 60px + (100% - 1080px) / 3);
  }
}
.faq__p--3 {
  z-index: 10;
  top: 175px;
  left: calc(50% - 720px);
  width: 670px;
}
@media (max-width: 1450px) {
  .faq__p--3 {
    width: 500px;
    top: 260px;
    left: calc(50% - 630px - (100% - 1080px) / 3);
  }
}
.faq__p--4, .faq__p--6 {
  display: none;
}
.faq__p--5 {
  display: block;
  width: 530px;
  right: -100px;
  top: 190px;
}

@media (max-width: 1080px) {
  .faq {
    overflow: hidden;
    padding: 10vw 5vw 30vw;
    background-image: none;
  }
  .faq__desc {
    text-align: left;
    margin-top: 4vw;
    font-size: 4.8vw;
    line-height: 8vw;
    font-size: 18px;
    line-height: 30px;
  }
  .faq-qa-rows {
    width: 100%;
  }
  .faq-qa-row {
    margin-top: 0;
  }
  .faq-qa-row--1 {
    min-height: initial;
    background-image: url(../images/faq-bg-tb-1.svg);
    background-repeat: no-repeat;
    background-size: 26vw;
    background-position: left bottom 14vw;
  }
  .faq-qa-row--2 {
    min-height: initial;
    background-image: url(../images/faq-bg-tb-2.svg);
    background-repeat: no-repeat;
    background-size: 26vw;
    background-position: right calc(50% - 10vw);
  }
  .faq-qa-row--3 {
    min-height: initial;
    background-image: url(../images/faq-bg-tb-3.svg);
    background-repeat: no-repeat;
    background-size: 26vw;
    background-position: left bottom;
  }
  .faq-qa {
    margin-top: 150px;
  }
  .faq__q {
    width: 430px;
    min-height: 66.6666666667vw;
    padding: 20vw 5vw 15vw;
    min-height: initial;
    font-size: 5.8666666667vw;
    line-height: 9.0666666667vw;
    font-size: 2.25vw;
    line-height: 3vw;
    padding: 12vw 5vw 14vw;
  }
  .faq__q::before {
    left: 4.5vw;
    top: 5.3333333333vw;
    font-size: 4vw;
  }
  .faq__q--1 {
    position: relative;
    left: auto;
    top: auto;
  }
  .faq__q--2 {
    position: relative;
    left: auto;
    top: auto;
    margin-left: calc(-100px + 100% - 430px);
  }
  .faq__a {
    font-size: 5.3333333333vw;
    line-height: 8vw;
    width: 60vw;
    margin-left: 10vw;
    margin-top: -7vw;
    width: 430px;
    font-size: 2.25vw;
    line-height: 3vw;
  }
  .faq__a::before {
    left: 4vw;
    top: 5.3333333333vw;
    font-size: 4vw;
  }
  .faq__a::after {
    left: 28vw;
    bottom: -9.8666666667vw;
    border-width: 10.4vw 6vw 0 6vw;
  }
  .faq__a span {
    padding: 12vw 5vw 6vw 4vw;
  }
  .faq__a span::after {
    top: -6.9vw;
    border-width: 0 0 7vw 430px;
  }
  .faq__a span::before {
    bottom: -4.9vw;
    border-width: 0 430px 5vw 0;
  }
  .faq__a--1 {
    position: relative;
    left: auto;
    top: auto;
  }
  .faq__a--2 {
    position: relative;
    left: auto;
    top: auto;
    margin-left: calc(100% - 430px);
  }
  .faq__p--1 {
    z-index: 20;
    width: 45vw;
    top: -50vw;
    right: auto;
    left: 500px;
  }
  .faq__p--2 {
    z-index: 20;
    left: 0;
    right: auto;
    top: 12vw;
    width: 35vw;
  }
  .faq__p--3 {
    z-index: 20;
    top: -48vw;
    right: -15vw;
    left: auto;
    transform: initial;
    width: 55vw;
  }
  .faq__p--4 {
    width: 50vw;
    position: absolute;
    left: 570px;
    top: -43vw;
  }
  .faq__p--5 {
    width: 50vw;
    position: absolute;
    left: -10vw;
    top: 20vw;
  }
  .faq__p--6 {
    width: 50vw;
    position: absolute;
    top: -34vw;
    right: auto;
    left: 520px;
    z-index: 1;
  }
}
@media (max-width: 768px) {
  .faq {
    overflow: hidden;
    padding: 10vw 5vw 30vw;
    background-image: url(../images/faq-bg-sp.svg);
    background-repeat: no-repeat;
    background-position: center top;
  }
  .faq__desc {
    text-align: left;
    margin-top: 4vw;
    font-size: 4.8vw;
    line-height: 8vw;
  }
  .faq-qa-rows {
    width: 100%;
  }
  .faq-qa-row {
    margin-top: 10.6666666667vw;
  }
  .faq-qa-row--1 {
    min-height: initial;
  }
  .faq-qa-row--1 .faq-qa:nth-of-type(1) {
    margin-top: 10vw;
  }
  .faq-qa-row--1 .faq-qa:nth-of-type(2) {
    margin-top: 45vw;
  }
  .faq-qa-row--2 {
    min-height: initial;
  }
  .faq-qa-row--2 .faq-qa:nth-of-type(2) {
    margin-top: 40vw;
  }
  .faq-qa-row--3 {
    min-height: initial;
  }
  .faq-qa-row--3 .faq-qa:nth-of-type(2) {
    margin-top: 35vw;
  }
  .faq-qa {
    margin-top: 25vw;
  }
  .faq__q {
    width: 82vw;
    min-height: 66.6666666667vw;
    padding: 20vw 5vw 15vw;
    min-height: initial;
    font-size: 5.8666666667vw;
    line-height: 9.0666666667vw;
  }
  .faq__q::before {
    left: 6vw;
    top: 5.3333333333vw;
    font-size: 8.5333333333vw;
  }
  .faq__q--1 {
    position: relative;
    left: auto;
    top: auto;
  }
  .faq__q--2 {
    position: relative;
    left: auto;
    top: auto;
    margin-left: 0;
  }
  .faq__a {
    font-size: 5.3333333333vw;
    line-height: 8vw;
    width: 80vw;
    margin-left: 10vw;
    margin-top: -7vw;
  }
  .faq__a::before {
    left: 8vw;
    top: 5.3333333333vw;
    font-size: 8.5333333333vw;
  }
  .faq__a::after {
    left: 28vw;
    bottom: -9.8666666667vw;
    border-width: 10.4vw 6vw 0 6vw;
  }
  .faq__a span {
    padding: 20vw 5vw 8vw 8vw;
  }
  .faq__a span::after {
    top: -6.5vw;
    border-width: 0 0 7vw 80vw;
  }
  .faq__a span::before {
    bottom: -4.5vw;
    border-width: 0 80vw 5vw 0;
  }
  .faq__a--1 {
    position: relative;
    left: auto;
    top: auto;
  }
  .faq__a--2 {
    position: relative;
    left: auto;
    top: auto;
  }
  .faq__p--1 {
    z-index: 20;
    left: auto;
    top: -40vw;
    width: 90vw;
    right: -10vw;
  }
  .faq__p--2 {
    z-index: 20;
    left: auto;
    right: -10vw;
    width: 70vw;
    top: -46vw;
  }
  .faq__p--3 {
    z-index: 20;
    width: 125vw;
    left: -18vw;
    right: auto;
    transform: rotate(353deg);
    top: -56vw;
  }
  .faq__p--4, .faq__p--5, .faq__p--6 {
    display: none;
  }
}
.olay {
  position: fixed;
  width: 1240px;
  background-color: #fff;
  top: 10vh;
  height: 80vh;
  padding-top: 5vh;
  padding-bottom: 5vh;
  left: calc(50% - 0.5 * 1240px);
  z-index: 100;
  opacity: 0;
  overflow-y: scroll;
  transition: opacity .5s;
}
@media (max-width: 1366px) {
  .olay {
    max-width: initial;
    width: calc(100% - 40px);
    left: 20px;
  }
}
.olay-outer {
  position: fixed;
  inset: 0 0 0 0;
  z-index: 99;
  display: none;
}
.olay-outer--on {
  display: block;
}
.olay, .olay * {
  pointer-events: none;
}
.olay--on {
  opacity: 1;
}
.olay--on, .olay--on * {
  pointer-events: initial !important;
}
.olay-inner {
  height: 100%;
}
.olay__close {
  width: 32px;
  top: 40px;
  right: 40px;
  cursor: pointer;
  position: absolute;
  z-index: 1;
}
.olay__slide {
  text-align: center;
}
.olay__slide img {
  display: block;
  width: 240px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 240px;
}
.olay__name {
  margin-top: 10px;
  font-family: 'Lexend', sans-serif;
  font-weight: 500;
  font-size: 24px;
  text-align: center;
  color: #4e4e4e;
}
.olay__name2 {
  margin-top: 8px;
  font-family: 'Lexend', sans-serif;
  font-weight: 300;
  font-size: 18px;
  text-align: center;
  color: #4e4e4e;
}
.olay__desc {
  margin-top: 22px;
  max-width: 1080px;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Lexend', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  color: #4e4e4e;
  padding-bottom: 2em;
}
.olay .slick-prev {
  width: 20px;
  height: 40px;
  background-image: url(../images/ico-prev-pink.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  left: 30px;
  z-index: 1;
}
.olay .slick-prev::before {
  display: none;
}
.olay .slick-next {
  width: 20px;
  height: 40px;
  background-image: url(../images/ico-next-pink.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  right: 30px;
  z-index: 1;
}
.olay .slick-next::before {
  display: none;
}

@media (max-width: 768px) {
  .olay {
    padding-top: 0;
    padding-bottom: 0;
    overflow-y: scroll;
    width: 100%;
    inset: 0 0 0 0;
    height: 100vh;
  }
  .olay__close {
    position: fixed;
    width: 5.3333333333vw;
    top: 5.3333333333vw;
    right: 5.3333333333vw;
  }
  .olay__slide {
    width: 100vw;
  }
  .olay__slide img {
    width: 64vw;
    border-radius: 64vw;
    margin-top: 10vw;
  }
  .olay__name {
    margin-top: 2.6666666667vw;
    font-size: 6.4vw;
  }
  .olay__name2 {
    margin-top: 2.1333333333vw;
    font-size: 4.8vw;
  }
  .olay__desc {
    padding: 0 10vw 10vw;
    margin-top: 5.8666666667vw;
    width: 100%;
    font-size: 4.8vw;
    line-height: 8vw;
  }
  .olay .slick-prev {
    width: 3.7333333333vw;
    height: 7.4666666667vw;
    left: 20px;
    top: 86vw;
    z-index: 50;
  }
  .olay .slick-next {
    width: 3.7333333333vw;
    height: 7.4666666667vw;
    right: 20px;
    top: 86vw;
    z-index: 50;
  }
}
.connect--off {
  pointer-events: none;
  cursor: initial;
  opacity: .5;
}
.connect span:nth-of-type(2) {
  display: none;
}
.connect--on {
  pointer-events: none;
  cursor: initial;
}
.connect--on::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 12px;
  background-image: url(../images/ico-check.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  vertical-align: middle;
  margin-right: .5em;
}
.connect--on span {
  vertical-align: middle;
}
.connect--on span:nth-of-type(1) {
  display: none;
}
.connect--on span:nth-of-type(2) {
  display: inline;
}

.ttl {
  font-family: 'Yellowtail', cursive;
  color: #FF0099;
  font-weight: normal;
  font-size: 48px;
  letter-spacing: 0.02em;
  text-align: center;
}
.ttl--line::after {
  content: '';
  display: block;
  background-image: url(../images/ttl-1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 343.78px;
  height: 53.89px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -30px;
}

@media (max-width: 768px) {
  .ttl {
    font-size: 11.5vw;
  }
  .ttl--line::after {
    width: 91.6746666667vw;
    height: 14.3706666667vw;
    margin-top: -8vw;
  }
}
.btn {
  display: inline-block;
  font-family: 'Lexend', sans-serif;
  font-weight: normal;
  font-size: 18px;
  background-color: #FF0099;
  border-radius: 60px;
  padding: 19px 30px 18px;
  color: #fff;
  transition: background-color .2s;
}
.btn:hover {
  background-color: #9000FA;
}

@media (max-width: 768px) {
  .btn {
    font-size: 4.8vw;
    border-radius: 16vw;
    padding: 4vw 9vw 4vw;
  }
}
@media (max-width: 768px) {
  .accordion {
    position: relative;
    transition: max-height .5s;
    overflow: hidden;
  }
  .accordion--on {
    height: initial !important;
    max-height: 100vh !important;
  }
  .accordion__btn {
    position: absolute;
    width: 100%;
    height: 27.7333333333vw;
    display: block;
    left: 0;
    bottom: 0;
    background-image: url(../images/mask.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    font-family: 'Lexend', sans-serif;
    font-weight: normal;
    font-size: 6.4vw;
    text-align: center;
    color: #FF0099;
    padding-top: 16vw;
    transition: opacity .5s;
  }
  .accordion__btn--off {
    opacity: 0;
    pointer-events: none;
  }
  .accordion__btn--grey {
    background-image: url(../images/mask-grey.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
  }
}
.ftr {
  background-color: #000;
  padding-bottom: 38px;
}
.ftr__mv {
  display: block;
  width: 100%;
}
.ftr-nav {
  display: flex;
  margin-top: 40px;
  justify-content: center;
}
.ftr-nav a {
  display: inline-block;
  font-family: 'Lexend', sans-serif;
  font-weight: 500;
  font-size: 16px;
  transition: color .2s;
}
.ftr-nav a, .ftr-nav a:link, .ftr-nav a:visited, .ftr-nav a:active {
  color: #fff;
}
.ftr-nav a:hover {
  color: #FF0099;
  opacity: 1 !important;
}
.ftr-nav a:nth-of-type(n + 2) {
  margin-left: 43px;
}
.ftr__logo {
  display: block;
  width: 278px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 39px;
}
.ftr-sns {
  display: flex;
  width: 190px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  justify-content: space-between;
  align-items: center;
}
.ftr-sns__item {
  pointer-events: none;
  opacity: .3;
}
.ftr-sns a:hover {
  opacity: 1 !important;
}
.ftr-sns a img {
  width: 34px;
}
.ftr-sns a img:hover {
  filter: invert(44%) sepia(80%) saturate(741%) hue-rotate(154deg) brightness(97%) contrast(103%);
}
.ftr__copyright {
  margin-top: 24px;
  font-family: 'Lexend', sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 1em;
  text-align: center;
  color: #bababa;
}
.ftr__cc {
  margin-top: 10px;
  font-family: 'Lexend', sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 1em;
  text-align: center;
  color: #bababa;
}

@media (max-width: 768px) {
  .ftr {
    padding-bottom: 10.1333333333vw;
  }
  .ftr-nav {
    flex-direction: column;
    align-items: center;
    margin-top: 10.6666666667vw;
  }
  .ftr-nav a {
    font-size: 4.2666666667vw;
  }
  .ftr-nav a:nth-of-type(n + 2) {
    margin-left: initial;
    margin-top: 7vw;
  }
  .ftr__logo {
    width: 68.2666666667vw;
    margin-top: 10.4vw;
  }
  .ftr-sns {
    width: 50.6666666667vw;
    margin-top: 6.6666666667vw;
  }
  .ftr-sns a img {
    width: 9.0666666667vw;
  }
  .ftr__copyright {
    margin-top: 6.4vw;
    font-size: 3.7333333333vw;
  }
  .ftr__cc {
    margin-top: 2.6666666667vw;
    font-size: 2.6666666667vw;
  }
}
.mint {
  width: 600px;
  height: 320px;
  background-color: #000;
  text-align: center;
  color: #fff;
  padding-top: 51px;
  position: relative;
  position: absolute;
  left: calc(50% - 300px);
  top: calc(50vh - 160px);
  z-index: 2;
}
.mint-outer1 {
  position: fixed;
  inset: 0 0 0 0;
  z-index: 100;
  transition: opacity .5s;
  opacity: 0;
}
.mint-outer1, .mint-outer1 * {
  pointer-events: none;
}
.mint-outer1--on {
  opacity: 1;
}
.mint-outer1--on, .mint-outer1--on * {
  pointer-events: initial;
}
.mint__bg {
  position: absolute;
  inset: 0 0 0 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.mint__start {
  cursor: pointer;
}
.mint__start--locked, .mint__start--locked * {
  pointer-events: none;
  cursor: initial;
}
.mint__window {
  font-weight: normal;
  font-size: 24px;
  text-align: center;
  color: #fff;
}
.mint-outer, .mint-conn-outer {
  width: 100%;
  padding: 1em;
  position: absolute;
  left: 0;
  bottom: 30px;
}
.mint-outer--loading, .mint-outer--loading *, .mint-conn-outer--loading, .mint-conn-outer--loading * {
  opacity: .5;
  pointer-events: none;
}
.mint-outer--off, .mint-outer--off *, .mint-conn-outer--off, .mint-conn-outer--off * {
  opacity: 0;
  pointer-events: none;
}
.mint-outer--minted, .mint-conn-outer--minted {
  display: none;
}
.mint__num {
  width: 136px;
  height: 54px;
  border-radius: 12px;
  background: #333;
  border: 2px solid #ccc;
  font-weight: normal;
  font-size: 28px;
  text-align: center;
  color: #fff;
}
.mint__btn, .mint__conn {
  display: inline-block;
  margin-left: 10px;
  border-radius: 30px;
  background: #f09;
  color: #fff;
  padding-top: .6em;
  padding-bottom: .4em;
  border: none;
  font-size: 20px;
}
@keyframes minting {
  0% {
    opacity: .75;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: .75;
  }
}
.mint__btn--minting, .mint__conn--minting {
  animation-name: minting;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}
.mint__btn {
  width: 144px;
}
.mint__conn {
  width: 256px;
}
.mint__status_conn, .mint__status_wl {
  font-weight: normal;
  font-size: 18px;
  text-align: center;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  margin-top: .5em;
}
.mint__status_conn--on::before, .mint__status_wl--on::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 17px;
  background-image: url(../images/ico-check.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  vertical-align: middle;
}
.mint__status_conn span, .mint__status_wl span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 24px;
}
.mint-stat {
  margin-top: .5em;
}
.mint-stat--minted {
  display: none;
}
.mint-stat span {
  font-weight: normal;
  font-size: 18px;
  color: #fff;
}
.mint__supply {
  display: inline-block;
}
.mint__price_info {
  display: inline-block;
  margin-left: 1em;
}
.mint__close {
  width: 16px;
  position: absolute;
  cursor: pointer;
  top: 20px;
  right: 20px;
}
.mint__ret {
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  color: #00ffd4;
  margin-top: .5em;
}
.mint__ret span {
  vertical-align: middle;
  line-height: 1em;
  display: inline-block;
  margin-left: 0.5em;
  padding-top: 0.2em;
}
.mint__ret a, .mint__ret a:link, .mint__ret a:visited, .mint__ret a:active, .mint__ret a:hover {
  color: #00ffd4;
}
.mint__ret--err {
  color: #FA0060;
}
.mint__ret--err a, .mint__ret--err a:link, .mint__ret--err a:visited, .mint__ret--err a:active, .mint__ret--err a:hover {
  color: #FA0060;
}
.mint__ret--err::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 21px;
  background-image: url(../images/ico-error.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .mint {
    width: 90vw;
    padding-top: 13.3333333333vw;
    height: auto;
    position: relative;
    left: auto;
    top: auto;
  }
  .mint-outer1 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mint__window {
    font-size: 6.4vw;
  }
  .mint-outer, .mint-conn-outer {
    bottom: 8vw;
  }
  .mint-outer {
    position: relative;
    left: auto;
    bottom: auto;
  }
  .mint__num {
    width: 26.6666666667vw;
    height: 14.4vw;
    border-radius: 3.2vw;
    font-size: 6.6666666667vw;
  }
  .mint__btn, .mint__conn {
    margin-left: 2.6666666667vw;
    border-radius: 8vw;
    font-size: 5.3333333333vw;
  }
  .mint__btn {
    width: 34.6666666667vw;
  }
  .mint__conn {
    width: 68.2666666667vw;
  }
  .mint__status_conn, .mint__status_wl {
    font-size: 4.8vw;
  }
  .mint__status_conn--on::before, .mint__status_wl--on::before {
    width: 3.2vw;
    height: 4.5333333333vw;
  }
  .mint__status_conn span, .mint__status_wl span {
    margin-left: 6.4vw;
  }
  .mint-stat span {
    font-size: 4.8vw;
  }
  .mint__close {
    width: 4.2666666667vw;
    top: 5.3333333333vw;
    right: 5.3333333333vw;
  }
  .mint__ret {
    font-size: 4.8vw;
    line-height: 8.5333333333vw;
  }
  .mint__ret--err::before {
    width: 6.4vw;
    height: 5.6vw;
  }
}
