@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  margin: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/* ***************************
 Reset Extenstion
*************************** */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

main {
  display: block;
}

template,
[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed !important;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button {
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: inherit;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: inherit;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

html {
  font-family: "Avenir Next Condensed", sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 14px;
    line-height: 26px;
  }
}
body {
  overflow-x: hidden;
  font: inherit;
}

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

button {
  font: inherit;
  cursor: pointer;
}

.p-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.25rem;
  line-height: 1.25;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
.l-main {
  height: 700px;
}

body {
  position: relative;
  min-height: 820.5px;
}
@media screen and (max-width: 768px) {
  body {
    min-height: 100vh;
  }
}

#video-area {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  /*最背面に設定*/
  overflow: hidden;
}

.video {
  /*天地中央配置*/
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  /*縦横幅指定*/
  width: 178.5vh;
  /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  min-width: 100%;
  height: 56.25vw;
  /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .video {
    background-image: url(../images//background_sp.png);/*mogi change*/
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.video.sp {
  /*天地中央配置*/
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.img-head {
  position: absolute;
  top: 10px;
  right: 8px;
  display: block;
  width: 459px;
}
@media screen and (max-width: 1200px) {
  .img-head {
    top: auto;
    right: auto;
    bottom: 2px;
    left: 52%;
    width: 346px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.img-head img {
  width: 100%;
}

.contents-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 820px;
  -webkit-transform: translatex(45px);
  transform: translatex(45px);
}
@media screen and (max-width: 768px) {
  .contents-wrap {
    min-height: 721px;
    -webkit-transform: translatex(0px);
    transform: translatex(0px);
  }
}

.contents {
  position: absolute;
  top: 72%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .contents {
    top: 62%;
  }
}

.number {
  display: inline-block;
  padding: 22px 14px 22px 22px;
  font-family: "Impact", sans-serif;
  font-size: 28px;
  font-weight: 900;
  color: #232403;
  text-shadow: 2px 2px 0 #bdff76, -2px 2px 0 #bdff76, 2px -2px 0 #bdff76, -2px -2px 0 #bdff76;
  letter-spacing: 0.4em;
  background: rgba(0, 0, 0, 0.63);
  border: solid #24f4fe 5px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .number {
    padding: 6px 8px 6px 16px;
    font-size: 26px;
    letter-spacing: 0.17em;
  }
}

.number-wrap {
  position: absolute;
  top: 36%;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 36px;
  -webkit-transform: translatex(-50%);
  transform: translatex(-50%);
}
@media screen and (max-width: 768px) {
  .number-wrap {
    top: 32%;
    margin-bottom: 0;
  }
}

.desc {
  display: inline-block;
  padding: 10px 5px;
  font-family: "Titillium Web", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 4px #fffdde, 4px 4px 4px #3b3b1f;
  letter-spacing: 0.01em;
  background: rgba(0, 0, 0, 0.63);
  border: solid #24f4fe 5px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .desc {
    padding: 6px 6px 6px 6px;
    font-size: 12px;
    letter-spacing: 0.04em;
  }
}

.desc-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .desc-wrap {
    margin-bottom: 0;
  }
}

.text-big {
  margin-bottom: 20px;
  font-size: 46px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 5px #fffffd, 3px 2px 31px #3b3b1f, -3px 2px 31px #3b3b1f, 3px -2px 31px #3b3b1f, -3px -2px 31px #3b3b1f;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 768px) {
  .text-big {
    margin-bottom: -3px;
    font-size: 24px;
    letter-spacing: 0.13em;
  }
}

.text-md {
  margin-bottom: -10px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 5px #fffffd, 3px 2px 20px #3b3b1f, -3px 2px 20px #3b3b1f, 3px -2px 20px #3b3b1f, -3px -2px 20px #3b3b1f;
  letter-spacing: 0.21em;
}
@media screen and (max-width: 768px) {
  .text-md {
    font-size: 20px;
    line-height: 2;
    letter-spacing: 0.12em;
  }
}

.quantity-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 306px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .quantity-area {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 204px;
  }
}

.num-button {
  position: relative;
  width: 100%;
  height: 108.5px;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .num-button {
    width: 80px;
    height: 84px;
  }
}

.num-button.dec:after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 103.5px;
  height: 100%;
  visibility: visible;
  content: "";
  background-image: url(../images/button-dec.png);
  background-size: cover;
  -webkit-transform: translatex(-50%);
  transform: translatex(-50%);
}
@media screen and (max-width: 768px) {
  .num-button.dec:after {
    width: 80px;
    height: 84px;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

.num-button.add:after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 103.5px;
  height: 100%;
  visibility: visible;
  content: "";
  background-image: url(../images/button-add.png);
  background-size: cover;
  -webkit-transform: translatex(-50%);
  transform: translatex(-50%);
}
@media screen and (max-width: 768px) {
  .num-button.add:after {
    width: 80px;
    height: 84px;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

.quantity {
  font-size: 52px;
  font-weight: bold;
  text-shadow: 0px 0px 1px #f4f1be;
  -webkit-transform: scaleX(1.38);
  transform: scaleX(1.38);
}
@media screen and (max-width: 768px) {
  .quantity {
    font-size: 48px;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.max {
  margin-bottom: 20px;
  font-size: 33px;
  font-weight: bold;
  text-align: center;
  text-shadow: 0px 0px 1px #f4f1be;
  -webkit-transform: scaleX(1.38);
  transform: scaleX(1.38);
}
@media screen and (max-width: 768px) {
  .max {
    margin-top: -5px;
    font-size: 22px;
    letter-spacing: 0.15em;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button-mint {
  padding: 10px 33px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 0px 0px 1px #fff, 3px 3px 0.5px rgba(95, 52, 103, 0.31);
  letter-spacing: 0.24em;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .button-mint {
    padding: 6px 10px;
    margin-bottom: 6px;
    font-family: "Titillium Web", sans-serif;
    letter-spacing: 0.01em;
  }
}
.button-mint:active {
  overflow: hidden;
  text-indent: 120%;
  white-space: nowrap;
}

.button-mint-warning {
  color: #9553f7;
  background: #ffeb00;
  border: solid #eafe06 9px;
}
@media screen and (max-width: 768px) {
  .button-mint-warning {
    border: solid #eafe06 6px;
  }
}

.button-mint-secondary {
  color: #fefefe;
  background: #a0a0a0;
  border: solid #7000ff 9px;
}
@media screen and (max-width: 768px) {
  .button-mint-secondary {
    border: solid #7000ff 6px;
  }
}

.contents-message {
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.036em;
}
@media screen and (max-width: 768px) {
  .contents-message {
    font-size: 12px;
    letter-spacing: 0.09em;
  }
}

.foot {
  position: absolute;
  right: 10px;
  bottom: 30px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  width: 346.5px;
  margin-top: -140px;
  -webkit-transform: translatex(-45px);
  transform: translatex(-45px);
}
@media screen and (max-width: 1200px) {
  .foot {
    top: 5px;
    right: -5px;
    margin-top: 0px;
    -webkit-transform: scale(0.57) translatex(-79px);
    transform: scale(0.57) translatex(-79px);
    -webkit-transform-origin: top right;
    transform-origin: top right;
  }
}
@media screen and (max-width: 768px) {
  .foot {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-transform: scale(0.57) translatex(0px);
    transform: scale(0.57) translatex(0px);
  }
}

.foot-contents {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .foot-contents {
    text-align: right;
  }
}

.foot-text {
  margin-bottom: -10px;
  font-size: 20px;
  color: #eaffea;
  text-shadow: 0px 0px 5px #fffffd, 2px 2px 10px #3b3b1f, -2px 2px 10px #3b3b1f, 2px -2px 10px #3b3b1f, -2px -2px 10px #3b3b1f;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1200px) {
  .foot-text {
    width: 346.5px;
    margin-left: auto;
    text-align: center;
  }
}

.button-wallet {
  width: 346.5px;
  height: 153.5px;
  padding-top: 5px;/*mogi change 60->*/
  font-family: "Arial Black", sans-serif;
  font-size: 22.5px;
  color: #f8fcff;
  text-shadow: 0px 0px 9px #b1d8fb;
  cursor: pointer;
  background-image: url(../images/button-wallet.png);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .button-wallet {
    width: 346.5px;
    margin-top: -3px;
  }
}

.foot-id {
  margin-top: -15px;
  font-size: 13px;
  letter-spacing: 0.03em;
}
.foot-id span {
  padding: 0px 5px;
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .foot-id {
    margin-top: -10px;
    margin-right: 20px;
    font-family: "Titillium Web", sans-serif;
    font-size: 13px;
  }
}

/*---------------------------------
 component
 ---------------------------------*/
/*---------------------------------
 project
 ---------------------------------*/
/*---------------------------------
 utility
 ---------------------------------*/

/*# sourceMappingURL=styles.css.map */