@charset "UTF-8";
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,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: inherit;
  font-variant: inherit;
  font-weight: inherit;
  font-stretch: inherit;
  font-size: inherit;
  line-height: inherit;
  vertical-align: baseline;
}

html {
  overflow-y: scroll;
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

a {
  text-decoration: none;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section, summary {
  display: block;
}

img {
  vertical-align: bottom;
}

* {
  box-sizing: border-box;
}

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

[disabled] {
  cursor: not-allowed;
}

a {
  -webkit-tap-highlight-color: transparent;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
}

/* ------ ブレークポイント------ */
/* ------ font ------ */
/*追加*/
body {
  font-family: "Yu Gothic", "Yu Gothic Bold", "游ゴシック", YuGothic, -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
  font-weight: bold;
}

/* ------ 共通 ------ */
.is-sp {
  display: block;
}
@media screen and (min-width:769px) {
  .is-sp {
    display: none;
  }
}

.is-pc {
  display: none;
}
@media screen and (min-width:769px) {
  .is-pc {
    display: block;
  }
}

/* 基本カラー
------------------------ */
body {
  background: #191919;
  color: #f0f0f0;
}

.wrapper {
  width: 100%;
  margin-top: 0;
  background-image: url("/games/memorial-nft/s/img/dracula/bg_sp01.png"), url("/games/memorial-nft/s/img/dracula/bg_sp02.png");
  background-repeat: no-repeat, no-repeat;
  background-position: top 1830px center, top 10973px center;
  background-size: contain, contain;
  /*@include mq(pc) {
    margin-top: 24vw;
  }*/
}
@media screen and (min-width:769px) {
  .wrapper {
    background-image: url("/games/memorial-nft/s/img/dracula/bg_pc.png");
    background-position: top 1080px center;
    background-size: contain;
  }
}

header {
  top: 0;
  z-index: 999;
  background-color: #121212;
  position: sticky;
  position: -webkit-sticky;
  width: 100%;
}
@media screen and (min-width:1025px) {
  header {
    display: flex;
    flex-wrap: nowrap;
    height: 74px;
    overflow: hidden;
  }
}

.konami-logo {
  width: auto;
  height: 37px;
}
.konami-logo img {
  width: 130px;
  height: 37px;
}
@media screen and (min-width:769px) {
  .konami-logo {
    width: 130px;
  }
}

.title_logo {
  width: 100%;
  margin: 0 auto;
  padding: 12px 3%;
  box-sizing: border-box;
}
.title_logo .logo-nft {
  width: 100%;
  height: 40px;
  background: url("/games/memorial-nft/s/img/nft-logo.png") no-repeat 50% 50%;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (min-width:769px) {
  .title_logo {
    padding-top: 16px;
  }
}
@media screen and (min-width:1600px) {
  .title_logo .logo-nft {
    position: absolute;
    right: 0;
    left: 0;
    padding: 0;
    box-sizing: border-box;
    margin: 0 2%;
  }
}

.link_area {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width:1600px) {
  .link_area {
    margin-left: auto;
    width: 100%;
  }
}
.link_area .btn_auctionsLink {
  width: 100%;
  text-align: center;
}
.link_area .btn_auctionsLink.body a {
  padding: 5% 8% 5% 5%;
  box-sizing: border-box;
}
.link_area .btn_auctionsLink.body a span {
  font-size: 1.2857142857rem;
}
@media screen and (min-width:980px) {
  .link_area .btn_auctionsLink.body a {
    padding: 3% 6% 3% 5%;
  }
  .link_area .btn_auctionsLink.body a span {
    font-size: 1.7142857143rem;
  }
}
.link_area .btn_auctionsLink a {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  padding: 12px 40px 6px;
  border-radius: 100vh 100vh;
  background: #b60000;
  box-shadow: 0 4px 3px 0px #530000, -3px -3px 3px 0px rgba(40, 40, 40, 0);
  background: linear-gradient(90deg, #cd0000 0%, #ff3c00 100%);
}
.link_area .btn_auctionsLink a::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 100vh 100vh;
  background: #cd0000;
  background: linear-gradient(90deg, #b60014 0%, #cf0017 100%);
  transition: all 0.3s;
}
.link_area .btn_auctionsLink a:hover::after {
  opacity: 0;
}
@media screen and (min-width:980px) {
  .link_area .btn_auctionsLink a {
    width: auto;
    padding: 12px 40px 12px;
  }
}
.link_area .btn_auctionsLink a span {
  position: relative;
  font-size: 1.2857142857rem;
  display: inline-block;
  z-index: 2;
}
.link_area .btn_auctionsLink a span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -18px;
  width: 1rem;
  height: 1rem;
  background: url("/games/memorial-nft/s/img/icon_link.png") no-repeat 0 0;
  background-size: contain;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.link_area .btn_auctionsLink a b.note {
  display: block;
  font-size: 0.7142857143rem;
  padding-top: 6px;
  letter-spacing: 0.1em;
  color: #661111;
}
.link_area .btn_auctionsLink.fixed a {
  border-radius: 0 0;
  width: 100%;
}
.link_area .btn_auctionsLink.fixed a::after {
  border-radius: 0 0;
}
@media screen and (min-width:980px) {
  .link_area .btn_auctionsLink.fixed a {
    text-align: center;
    padding: 28px 42px 4px 28px;
    border-radius: 100vh 100vh;
    width: auto;
  }
  .link_area .btn_auctionsLink.fixed a::after {
    border-radius: 100vh 100vh;
  }
}
@media screen and (min-width:1025px) {
  .link_area .btn_auctionsLink.fixed {
    margin-left: auto;
    max-width: 340px;
  }
  .link_area .btn_auctionsLink.fixed span {
    font-size: 1.0714285714rem;
  }
  .link_area .btn_auctionsLink.fixed span::after {
    top: 25%;
    right: -24px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .link_area .btn_auctionsLink.fixed b.note {
    padding-top: 10px;
    font-size: 0.5714285714rem;
  }
}

.language {
  display: none;
}
@media screen and (min-width:1025px) {
  .language {
    display: flex;
    width: 10%;
    min-width: 128px;
    align-items: center;
    color: #f0f0f0;
    margin-left: auto;
    z-index: 3;
  }
  .language a {
    display: inline-block;
    font-size: 0.8571428571rem;
    color: #f0f0f0;
    padding: 0 0.5em;
    transition: all 0.2s;
    font-weight: bold;
  }
  .language a:hover {
    color: #b60014;
  }
}

/* global nav
---------------------------------------------*/
.global-nav {
  width: 50px;
  min-height: 50px;
  position: absolute;
  display: block;
  right: 0;
  left: auto;
  top: 0;
  background: #dbdbdb;
  text-align: center;
  font-weight: bold;
  line-height: 18px;
  /*------------*/
}
.global-nav .btn {
  z-index: 1;
  width: 50px;
  height: 50px;
  margin: 0;
  position: absolute;
  color: #FFFFFF;
  background-color: #121212;
  border: 1px solid #dbdbdb;
  text-align: center;
  line-height: 50px;
  -webkit-transition: -webkit-transform ease-out 200ms;
  transition: -webkit-transform ease-out 200ms;
  left: 0;
  /*@include mq(pc) {
    display: none;
  }*/
}
.global-nav .btn .btn-line {
  display: block;
  position: relative;
  width: 26px;
  height: 2px;
  top: 0;
  left: 0;
  margin: auto;
  background-color: #dbdbdb;
  transition: 0.2s;
  /*開閉時*/
}
.global-nav .btn .btn-line::before, .global-nav .btn .btn-line::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d6d5d5;
  transition: 0.3s;
  top: 0;
  left: 0;
  margin: auto;
}
.global-nav .btn .btn-line::before {
  transform: translateY(-8px);
}
.global-nav .btn .btn-line::after {
  transform: translateY(8px);
}
.global-nav .btn .btn-line.open {
  background-color: transparent;
}
.global-nav .btn .btn-line.open::before, .global-nav .btn .btn-line.open::after {
  content: "";
  transition: 0.2s;
}
.global-nav .btn .btn-line.open::before {
  transform: rotate(45deg);
}
.global-nav .btn .btn-line.open::after {
  transform: rotate(-45deg);
}
.global-nav .btn .menu {
  display: flex;
  flex-direction: row;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100px;
}
.global-nav nav {
  width: 100%;
}
.global-nav nav .menu {
  position: fixed;
  top: 50px;
  right: -70%;
  width: 70%;
  height: auto;
  display: flex;
  flex-direction: column;
  background-color: #191919;
  margin-left: auto;
  color: #f0f0f0;
  transition: 0.3s;
  z-index: 99;
}
.global-nav nav .menu > li {
  width: 100%;
  align-items: center;
  text-align: left;
  /* &.current a {
     color: $clGlobalNavBg;
     background: $clhigHlightedText;
   }*/
}
.global-nav nav .menu > li .lang {
  display: flex;
  align-items: center;
}
.global-nav nav .menu > li a {
  display: block;
  font-size: 1.1428571429rem;
  padding: 18px 6%;
  box-sizing: border-box;
  color: #dbdbdb;
  transition: all 0.2s;
}
.global-nav nav .menu > li a:hover {
  color: #b60014;
}
.global-nav nav .menu > li .sub {
  box-shadow: inset -1px 1px 2px #000096, inset 0 -1px 1px rgba(0, 0, 150, 0.3);
}
.global-nav nav .menu > li .sub li a {
  padding-left: 24px;
}
.global-nav nav .menu.open {
  right: 0;
}
@media screen and (min-width:1025px) {
  .global-nav {
    display: none;
  }
}

/*------------*/
.menu-open {
  display: none;
}

.menu-open-button {
  z-index: 1;
  width: 50px;
  height: 50px;
  margin: 0;
  position: absolute;
  color: #FFFFFF;
  text-align: center;
  line-height: 50px;
  -webkit-transition: -webkit-transform ease-out 200ms;
  transition: -webkit-transform ease-out 200ms;
  left: 0;
}
@media screen and (min-width:980px) {
  .menu-open-button {
    display: none;
  }
}

.menu-open:checked + .menu-open-button {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transform: scale(0.8, 0.8) translate3d(0, 0, 0);
  transform: scale(0.8, 0.8) translate3d(0, 0, 0);
}

/*icon*/
.lines {
  width: 25px;
  height: 2px;
  background: #f0f0f0;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12.5px;
  margin-top: -1.5px;
  -webkit-transition: -webkit-transform 200ms;
  transition: -webkit-transform 200ms;
  transition: transform 200ms;
  transition: transform 200ms, -webkit-transform 200ms;
}

.menu-open:checked + .menu-open-button + .menu-btn nav {
  height: auto;
}

.menu-open:checked + .menu-open-button + .menu-btn .menu-list {
  position: absolute;
  background-color: #3232ff;
  width: 300px;
  top: 50px;
  right: 0;
}

.menu-btn .menu-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  height: 0;
  overflow: hidden;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .menu-btn .menu-inner {
    height: auto;
    padding-top: 0;
  }
}
.menu-btn .menu-inner .menu-toggle {
  display: none;
}
.menu-btn .menu-inner .menu-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  transition: all 0.2s;
}
.menu-btn .menu-inner .menu-list .menu-toggle {
  display: none;
}

#top,
#item_list,
#detail,
#benefits,
#flow,
#faq,
#terms_of_use {
  padding-top: 180px;
  margin-top: -180px;
}

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

.nft-1st {
  margin: 0 auto;
  padding: 2%;
  box-sizing: border-box;
  max-width: 420px;
}
@media screen and (min-width:769px) {
  .nft-1st {
    max-width: 600px;
  }
}
.nft-1st h1 {
  width: 100%;
  text-align: center;
  /*letter-spacing: 1em;
  color: $CL_KEY_COLOR;
  @include fontSize(16);*/
  /*    max-width: 617px;
      max-height: 370px;*/
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../../s/img/header_text_sp.png") 50% 50% no-repeat;
  background-size: contain;
  margin: 4% auto;
  padding: 4% 0;
}
@media screen and (min-width:769px) {
  .nft-1st h1 {
    font-size: 1.2857142857rem;
    background: url("../../s/img/header_text_pc.png") 50% 50% no-repeat;
    background-size: contain;
  }
}
.nft-1st img {
  width: 100%;
  max-width: 607px;
}

h2 img {
  margin: 0 auto;
  width: 100%;
  max-width: 617px;
}
@media screen and (min-width:769px) {
  h2 img {
    margin: 0 auto;
    max-width: 976px;
  }
}

.ttl {
  position: relative;
  margin: 0 auto 20px;
  padding-bottom: 3px;
  border-bottom: 2px solid #dbdbdb;
  width: 100%;
}
.ttl span {
  position: relative;
  top: 5px;
  display: inline-block;
  padding-bottom: 6px;
  border-bottom: 2px solid #b60014;
  color: #ffffff;
  font-size: 1.5714285714rem;
  line-height: 1.2;
  font-weight: bold;
}
@media screen and (min-width:769px) {
  .ttl {
    margin: 0 auto 40px;
    font-size: 40px;
    border-bottom: 4px solid #dbdbdb;
  }
  .ttl span {
    top: 7px;
    font-size: 40px;
    border-bottom: 4px solid #b60014;
    font-weight: bold;
  }
}

.sub-ttl {
  text-align: center;
}
.sub-ttl p {
  display: inline-block;
  margin-top: 15px;
  padding: 0 20px;
  font-size: 40px;
  font-size: 9.3457943925vw;
  font-weight: bold;
}
@media screen and (min-width:769px) {
  .sub-ttl {
    text-align: left;
  }
  .sub-ttl p {
    margin-top: 60px;
    font-size: 32px;
    border-right: none;
  }
}

.date {
  position: relative;
  margin: 0 auto;
  padding: 4% 0;
  box-sizing: border-box;
  max-width: 980px;
  width: 100%;
}
.date .text_finished {
  position: absolute;
  border: 5px solid #b60014;
  z-index: 1;
  color: #f0f0f0;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  padding: 2%;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.5;
  width: 100%;
}
@media screen and (min-width:769px) {
  .date .text_finished {
    font-size: 1.2857142857rem;
    width: 70%;
  }
}
.date > dl {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(182, 0, 20, 0.5);
  align-items: center;
  margin: 0 auto;
  position: relative;
}
.date > dl::after {
  position: absolute;
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
}
.date > dl dt {
  display: inline-block;
  width: 100%;
  font-weight: bold;
  text-align: center;
  padding: 2%;
  box-sizing: border-box;
  font-size: 1.5714285714rem;
  background-color: #b60014;
}
.date > dl dd {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8571428571rem;
  font-weight: bold;
  padding: 3% 0;
  box-sizing: border-box;
  list-style-type: none;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
}
.date > dl dd ul {
  display: flex;
  flex-direction: column;
}
.date > dl dd ul li {
  text-align: center;
  color: #b60014;
  padding: 2% 2% 4%;
  box-sizing: border-box;
  font-size: 1.2857142857rem;
  line-height: 1.5;
}
.date > dl dd ul li.start, .date > dl dd ul li.end {
  position: relative;
  padding-right: 72px;
}
.date > dl dd ul li.start::before, .date > dl dd ul li.end::before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 26px;
  top: 4px;
  bottom: 0;
  right: -1em;
  left: auto;
  background-repeat: no-repeat;
  background-size: contain;
}
.date > dl dd ul li.start:lang(ja), .date > dl dd ul li.end:lang(ja) {
  padding-right: 36px;
}
.date > dl dd ul li.start:lang(ja)::before, .date > dl dd ul li.end:lang(ja)::before {
  right: 0;
}
.date > dl dd ul li.start:lang(en)::before, .date > dl dd ul li.end:lang(en)::before {
  right: -5px;
  width: 72px;
  top: 3px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2274%22%20height%3D%2231%22%20viewBox%3D%220%200%2074%2031%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23b60014%3B%20fill-rule%3A%20evenodd%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20id%3D%22images_ADC_date_txt_mon_eng.svg%22%20data-name%3D%22images_ADC%2Fdate%2Ftxt_mon_eng.svg%22%20class%3D%22cls-1%22%20d%3D%22M4089.5%2C1011h43a15.5%2C15.5%2C0%2C0%2C1%2C0%2C31h-43A15.5%2C15.5%2C0%2C0%2C1%2C4089.5%2C1011Zm10.86%2C5.74-2.38%2C9.55q-0.285%2C1.14-.69%2C2.88c-0.37%2C1.62-.62%2C2.69-0.75%2C3.22h-0.34q-0.555-2.97-1.35-6.14l-2.34-9.51h-5.26v18.62h2.86V1026c0-2.26-.03-4.47-0.07-6.62h0.34q1.35%2C5.61%2C1.58%2C6.46l2.45%2C9.52h3.78l2.52-9.64c0.42-1.53.94-3.64%2C1.54-6.34h0.34q-0.045%2C4.41-.05%2C6.57v9.41h3.09v-18.62h-5.27Zm10.68%2C6.79a7.233%2C7.233%2C0%2C0%2C0-1.87%2C5.3%2C7.6%2C7.6%2C0%2C0%2C0%2C1.43%2C4.8%2C5.425%2C5.425%2C0%2C0%2C0%2C4.53%2C2.07%2C5.5%2C5.5%2C0%2C0%2C0%2C4.12-1.63%2C7.243%2C7.243%2C0%2C0%2C0%2C1.85-5.31%2C7.567%2C7.567%2C0%2C0%2C0-1.44-4.79%2C5.413%2C5.413%2C0%2C0%2C0-4.51-2.07%2C5.507%2C5.507%2C0%2C0%2C0-4.11%2C1.63h0Zm6.97%2C5.26q0%2C4.725-2.88%2C4.73-2.865%2C0-2.86-4.73%2C0-4.71%2C2.88-4.71t2.86%2C4.71h0Zm5.96-6.6v13.17H4127v-8.63a5.709%2C5.709%2C0%2C0%2C1%2C1.33-1.56%2C2.87%2C2.87%2C0%2C0%2C1%2C1.74-.68c1.22%2C0%2C1.83.74%2C1.83%2C2.21v8.66h3.09v-9.5a4.01%2C4.01%2C0%2C0%2C0-.94-2.79%2C3.559%2C3.559%2C0%2C0%2C0-2.82-1.17%2C4.427%2C4.427%2C0%2C0%2C0-2.26.62%2C6.277%2C6.277%2C0%2C0%2C0-2.07%2C1.98v-2.31h-2.93Z%22%20transform%3D%22translate(-4074%20-1011)%22%2F%3E%3C%2Fsvg%3E");
}
.date > dl dd ul li.start.end, .date > dl dd ul li.end.end {
  padding-bottom: 0;
  /* &:lang(ja) {
     &::before {
       //日曜日
       background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2231%22%20height%3D%2231%22%20viewBox%3D%220%200%2031%2031%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23b60014%3B%20fill-rule%3A%20evenodd%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20id%3D%22images_ADC_date_txt_sun_jp.svg%22%20data-name%3D%22images_ADC%2Fdate%2Ftxt_sun_jp.svg%22%20class%3D%22cls-1%22%20d%3D%22M4432.68%2C969.116a15.445%2C15.445%2C0%2C1%2C0%2C7.82-2.126%2C15.3%2C15.3%2C0%2C0%2C0-7.82%2C2.126h0Zm12.59%2C22.28v1.175a0.215%2C0.215%2C0%2C0%2C0%2C.26.221h2.37a0.2%2C0.2%2C0%2C0%2C0%2C.23-0.221l-0.07-4.493V977.383l0.07-4.427a0.2%2C0.2%2C0%2C0%2C0-.23-0.222l-3.86.063h-7.14l-3.84-.063a0.2%2C0.2%2C0%2C0%2C0-.22.222l0.07%2C4.491v10.631l-0.07%2C4.588a0.2%2C0.2%2C0%2C0%2C0%2C.22.221h2.38a0.215%2C0.215%2C0%2C0%2C0%2C.26-0.221V991.4h9.57Zm-9.57-8.284h9.57v5.777h-9.57v-5.777Zm0-7.775h9.57v5.3h-9.57v-5.3Z%22%20transform%3D%22translate(-4425%20-967)%22%2F%3E%3C%2Fsvg%3E');
     }
   }*/
}
.date > dl dd ul li.start.end:lang(en), .date > dl dd ul li.end.end:lang(en) {
  /*&::before {
    //right: -2.5em;
    right: -5px;
    width: 72px;
    top: 5px;
    //sun
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2274%22%20height%3D%2231%22%20viewBox%3D%220%200%2074%2031%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23b60014%3B%20fill-rule%3A%20evenodd%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20id%3D%22images_ADC_date_txt_sun_eng.svg%22%20data-name%3D%22images_ADC%2Fdate%2Ftxt_sun_eng.svg%22%20class%3D%22cls-1%22%20d%3D%22M4171.5%2C1011h43a15.5%2C15.5%2C0%2C0%2C1%2C0%2C31h-43A15.5%2C15.5%2C0%2C0%2C1%2C4171.5%2C1011Zm6.33%2C5.42a6.874%2C6.874%2C0%2C0%2C0-4.39%2C1.32%2C4.522%2C4.522%2C0%2C0%2C0-1.83%2C3.77%2C5%2C5%2C0%2C0%2C0%2C.97%2C3.25%2C8.6%2C8.6%2C0%2C0%2C0%2C4.27%2C2.35l0.96%2C0.28a8.106%2C8.106%2C0%2C0%2C1%2C2.85%2C1.23%2C2.47%2C2.47%2C0%2C0%2C1%2C.78%2C1.99q0%2C2.67-3.56%2C2.67a3.716%2C3.716%2C0%2C0%2C1-2.36-.77%2C4.362%2C4.362%2C0%2C0%2C1-1.51-2.6l-3.09.99a6.21%2C6.21%2C0%2C0%2C0%2C2.26%2C3.47%2C7.84%2C7.84%2C0%2C0%2C0%2C4.77%2C1.36%2C7.69%2C7.69%2C0%2C0%2C0%2C4.8-1.35%2C4.925%2C4.925%2C0%2C0%2C0%2C1.93-4.17%2C4.806%2C4.806%2C0%2C0%2C0-.98-3.17%2C8.743%2C8.743%2C0%2C0%2C0-4.47-2.33l-0.99-.29a7.385%2C7.385%2C0%2C0%2C1-2.61-1.13%2C2.451%2C2.451%2C0%2C0%2C1-.81-1.99%2C2.194%2C2.194%2C0%2C0%2C1%2C.7-1.69%2C3.545%2C3.545%2C0%2C0%2C1%2C2.41-.74c1.72%2C0%2C2.83%2C1.02%2C3.31%2C3.05l3.14-.85c-0.98-3.1-3.17-4.65-6.55-4.65h0Zm18.06%2C5.77v8.66a4.791%2C4.791%2C0%2C0%2C1-1.24%2C1.54%2C2.929%2C2.929%2C0%2C0%2C1-1.81.72c-1.23%2C0-1.85-.72-1.85-2.17v-8.75h-3.09v9.62a3.917%2C3.917%2C0%2C0%2C0%2C.97%2C2.79%2C3.743%2C3.743%2C0%2C0%2C0%2C2.84%2C1.1%2C4.526%2C4.526%2C0%2C0%2C0%2C2.29-.62%2C5.327%2C5.327%2C0%2C0%2C0%2C1.98-1.99v2.27h2.93v-13.17h-3.02Zm7.08%2C0v13.17h3.02v-8.63a5.569%2C5.569%2C0%2C0%2C1%2C1.34-1.56%2C2.823%2C2.823%2C0%2C0%2C1%2C1.73-.68c1.22%2C0%2C1.83.74%2C1.83%2C2.21v8.66h3.09v-9.5a4.053%2C4.053%2C0%2C0%2C0-.93-2.79%2C3.58%2C3.58%2C0%2C0%2C0-2.83-1.17%2C4.454%2C4.454%2C0%2C0%2C0-2.26.62%2C6.25%2C6.25%2C0%2C0%2C0-2.06%2C1.98v-2.31h-2.93Z%22%20transform%3D%22translate(-4156%20-1011)%22%2F%3E%3C%2Fsvg%3E');
  }*/
}
.date > dl dd ul li span {
  display: block;
}
.date > dl dd ul li.start {
  position: relative;
}
.date > dl dd ul li.start::after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform: rotate(90deg);
  background-image: url("data:image/svg+xml;charset=utf8,%20%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224px%22%20height%3D%2232px%22%20viewBox%3D%220%200%2024%2032%22%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(182%2C%200%2C%2020)%22%20d%3D%22M12.714%2C15.995%20L0.0%2C0.712%20L23.283%2C15.995%20L0.0%2C31.280%20L12.714%2C15.995%20Z%22%2F%3E%20%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}
@media screen and (min-width:980px) {
  .date > dl {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .date > dl dt {
    position: relative;
    width: 26%;
    padding: 0;
    height: 100px;
    box-sizing: border-box;
  }
  .date > dl dt:lang(ja) {
    width: 36%;
  }
  .date > dl dt:lang(en) {
    height: 350px;
  }
  .date > dl dt > span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
  }
  .date > dl dt > span:lang(en) {
    height: 60px;
  }
  .date > dl dd {
    padding: 20px;
    font-size: 2.1428571429rem;
    justify-content: left;
  }
  .date > dl dd ul li {
    padding: 6px;
    box-sizing: border-box;
    text-align: left;
  }
  .date > dl dd ul li.start {
    position: relative;
    padding-right: 20px;
  }
  .date > dl dd ul li.start:lang(en) {
    padding-right: 70px;
  }
  .date > dl dd ul li.start::before {
    transform: rotate(0);
    right: -20px;
  }
  .date > dl dd ul li.end {
    right: -20px;
  }
  .date > dl dd ul li span {
    font-size: 1.2857142857rem;
  }
  .date > dl dd ul li svg {
    width: 24px;
  }
  .date > dl dd ul li.start::after {
    top: 6px;
    right: -50px;
    left: auto;
    bottom: auto;
    transform: rotate(0deg);
  }
}

.date_note {
  font-size: 0.8571428571rem;
  padding: 0 2%;
  box-sizing: border-box;
  line-height: 1.5;
}

.contents .item_text {
  font-size: 1.1428571429rem;
  padding: 2% 0;
}
.contents .title_area {
  position: relative;
}
.contents .contents_inner {
  max-width: 980px;
  margin: 0 auto;
  background-color: rgba(25, 25, 25, 0.9);
  /* box-shadow */
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.25);
  padding: 6% 3% 3% 3%;
  margin-top: 4%;
}
.contents > section {
  margin: 6% auto;
  padding: 3%;
  box-sizing: border-box;
}
@media screen and (min-width:1600px) {
  .contents > section {
    padding: 0;
    max-width: 980px;
  }
}
@media screen and (min-width:980px) {
  .contents {
    padding: 0;
  }
}
.contents.dracula {
  padding: 0 6%;
  box-sizing: border-box;
  background-size: auto 100%;
}
@media screen and (min-width:980px) {
  .contents.dracula {
    background-size: auto 100%;
  }
}
.contents.dracula .logo-dracula {
  width: 100%;
  min-height: 200px;
  max-height: 326px;
  height: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0 auto;
  background: url("/games/memorial-nft/s/img/dracula/logo_akuma_sp.png") no-repeat 50% 50%;
  background-size: contain;
}
@media screen and (min-width:980px) {
  .contents.dracula .logo-dracula {
    min-height: 256px;
    background: url("/games/memorial-nft/s/img/dracula/logo_akuma_jp_pc.png") no-repeat 50% 50%;
    background-size: contain;
  }
}

@media screen and (min-width:980px) {
  .item {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
  }
}
.item ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 980px;
}
@media screen and (min-width:769px) {
  .item ul {
    justify-content: center;
  }
}
.item ul li {
  width: calc(50% - 20px);
  margin: 80px 10px 0 10px;
  max-width: 224px;
  position: relative;
  /*特典*/
}
.item ul li .name {
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  margin: auto;
  padding-top: 38px;
  color: #3f271a;
  text-shadow: -1px -1px 0 rgba(238, 167, 49, 0.75);
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: bold;
  background: url("/games/memorial-nft/s/img/dracula/award01_jp.png") no-repeat 0 50%;
  background-size: 100% auto;
  /*
  &::after {
    content: '';
    display: block;
    position: absolute;
    height: 80px;
    width: 100%;
    top: 0;

  }
  */
  /* &:lang(en) {
     &::after {
       background: url("/games/memorial-nft/s/img/dracula/award01_en.png") no-repeat 0 50%;
       background-size: 100% auto;
     }
   }*/
}
.item ul li .name:lang(en) {
  background: url("/games/memorial-nft/s/img/dracula/award01_en.png") no-repeat 0 50%;
  background-size: 100% auto;
}
.item ul li video {
  width: 100%;
}
@media screen and (min-width:980px) {
  .item ul li {
    width: calc(100% / 4 - 20px);
  }
  .item ul li:nth-child(4n) {
    margin-right: 0;
  }
}
.item ul li a img {
  width: 100%;
}
.item ul li p {
  padding: 10px 0;
  text-align: center;
  font-weight: bold;
  font-size: 0.8571428571rem;
  line-height: 1.2;
}
@media screen and (min-width:769px) {
  .item ul li p {
    font-size: 1.0714285714rem;
  }
}
.item ul li p > span {
  display: inline-block;
}
.item .trademarks_note {
  font-size: 0.8571428571rem;
  padding-top: 4%;
  line-height: 1.5;
}

/*movie
------------------------------------------------------*/
.movie {
  max-width: 980px;
  margin: 50px auto;
}
.movie .inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.movie .inner a img {
  width: 100%;
}

/*item
------------------------------------------------------*/
.item-detail,
.benefits,
.flow,
.terms_of_use {
  width: 100%;
  max-width: 980px;
  margin: 6% auto 0;
}
.item-detail .sp-center,
.benefits .sp-center,
.flow .sp-center,
.terms_of_use .sp-center {
  text-align: center;
}
@media screen and (min-width:769px) {
  .item-detail .sp-center,
.benefits .sp-center,
.flow .sp-center,
.terms_of_use .sp-center {
    text-align: left;
  }
}
.item-detail .list,
.benefits .list,
.flow .list,
.terms_of_use .list {
  padding: 2%;
  box-sizing: border-box;
}
.item-detail .list li,
.benefits .list li,
.flow .list li,
.terms_of_use .list li {
  position: relative;
  padding: 0 0 3% 10px;
  line-height: 1.8;
  word-break: break-all;
}
@media screen and (min-width:769px) {
  .item-detail .list li,
.benefits .list li,
.flow .list li,
.terms_of_use .list li {
    font-size: 1.2857142857rem;
  }
}
.item-detail .list li::before,
.benefits .list li::before,
.flow .list li::before,
.terms_of_use .list li::before {
  content: "-";
  position: absolute;
  left: 0;
}
@media screen and (min-width:769px) {
  .item-detail .list.terms_of_use_list li,
.benefits .list.terms_of_use_list li,
.flow .list.terms_of_use_list li,
.terms_of_use .list.terms_of_use_list li {
    font-size: 0.8571428571rem;
  }
}

.text {
  padding: 2%;
  box-sizing: border-box;
  font-size: 0.8571428571rem;
  line-height: 1.5;
}
@media screen and (min-width:769px) {
  .text {
    font-size: 1.2857142857rem;
    padding-top: 20px;
    line-height: 2;
  }
}

.flow ol {
  counter-reset: li;
}
.flow ol li {
  padding: 3% 0;
  line-height: 1.5;
  position: relative;
  counter-increment: li;
}
.flow ol li::after {
  content: "";
  display: block;
  width: 100%;
  height: 31px;
  max-width: 620px;
  background: url("/games/memorial-nft/s/img/dracula/flow_line_sp.png") no-repeat 0 0;
  background-size: contain;
  margin-top: 30px;
}
@media screen and (min-width:769px) {
  .flow ol li::after {
    background: url("/games/memorial-nft/s/img/dracula/flow_line_pc.png") no-repeat 0 0;
    background-size: contain;
    max-width: 980px;
    margin-top: 4%;
  }
}
.flow ol li:last-child::after {
  background: none;
}
.flow ol li dl {
  padding-top: 100px;
  font-weight: bold;
  position: relative;
}
.flow ol li dl::after {
  position: absolute;
  display: block;
  content: "step";
  top: 10px;
  right: 0;
  left: 0;
  margin: auto;
  width: 90px;
  height: 90px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 0;
  font-weight: bold;
}
.flow ol li dl::before {
  position: absolute;
  display: block;
  content: counter(li);
  font-size: 2.5714285714rem;
  font-weight: bold;
  right: 0;
  left: 0;
  top: 0;
  margin: auto;
  width: 90px;
  height: 90px;
  text-align: center;
  padding-top: 20px;
  background-color: #c40016;
  border-radius: 50%;
}
.flow ol li dl dt {
  text-align: center;
  font-size: 1.4285714286rem;
}
.flow ol li dl dt span {
  display: block;
}
.flow ol li dl dt span.icon {
  display: inline-block;
  font-size: 1.1428571429rem;
  vertical-align: middle;
  line-height: 1.5;
  padding: 2px 6px;
  box-sizing: border-box;
  border-radius: 6px;
  border: 1px solid #f0f0f0;
  margin: 0;
}
.flow ol li dl dd {
  margin-top: 3%;
}
@media screen and (min-width:769px) {
  .flow ol li {
    /*&::after {
      position: absolute;
      display: block;
      top: 42px;
      left: 0;
      right: auto;
    }

    &::before {
      text-align: center;
      padding-top: 20px;
      right: auto;
      left: 0;
    }

    @include mq(sp) {
      &::after {
        top: 36px;
      }
    }*/
  }
  .flow ol li dl::after {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: auto;
  }
  .flow ol li dl::before {
    text-align: center;
    padding-top: 20px;
    right: auto;
    left: 0;
    width: 90px;
    height: 90px;
  }
}
@media screen and (min-width:769px) and (min-width:769px) {
  .flow ol li dl::after {
    top: 12px;
  }
}
@media screen and (min-width:769px) {
  .flow ol li dl dt {
    line-height: 2;
    text-align: left;
  }
  .flow ol li dl dt span {
    display: inline-block;
  }
  .flow ol li dl dt span.icon {
    font-size: 0.8571428571rem;
    margin-left: 1.5em;
  }
}
@media screen and (min-width:769px) {
  .flow ol li dl dd {
    margin: 0;
  }
}
@media screen and (min-width:769px) {
  .flow ol li dl {
    padding: 0 0 0 130px;
  }
}

.benefits {
  width: 100%;
  max-width: 980px;
}

.qa {
  max-width: 980px;
  margin: 0 auto;
  font-weight: bold;
}
.qa dl {
  line-height: 1.5;
}
.qa dl dt {
  position: relative;
  margin-top: 10px;
  padding: 20px 10px 20px 56px;
  font-size: 1rem;
  background-color: #121212;
  border-radius: 15px;
}
.qa dl dt:before {
  display: block;
  position: absolute;
  top: 18px;
  left: 18px;
  content: "Q";
  width: 30px;
  height: 30px;
  background-color: #00c6ff;
  border-radius: 150%;
  line-height: 30px;
  text-align: center;
}
@media screen and (min-width:769px) {
  .qa dl dt {
    font-size: 1.2857142857rem;
  }
}
.qa dl dd {
  position: relative;
  margin: 10px 10px 20px 10px;
  padding: 20px 10px 20px 56px;
  font-size: 1rem;
  background-color: #121212;
  border-radius: 15px;
  word-break: break-all;
}
.qa dl dd:last-child {
  margin-bottom: 0;
}
.qa dl dd:before {
  display: block;
  position: absolute;
  top: 18px;
  left: 18px;
  content: "A";
  width: 30px;
  height: 30px;
  background-color: #ff0066;
  border-radius: 150%;
  line-height: 30px;
  text-align: center;
}
.qa dl dd a {
  color: #008aff;
}
.qa dl dd strong {
  display: block;
}
@media screen and (min-width:769px) {
  .qa dl dd {
    font-size: 20px;
  }
}

.comingsoon {
  position: relative;
  margin: 3% 0;
}
.comingsoon::before, .comingsoon::after {
  position: absolute;
  display: inline-block;
  content: "";
  background: #ffffff;
  width: 3px;
  height: 30px;
}
.comingsoon::before {
  transform: rotate(-45deg);
  left: 10px;
  top: 0;
}
.comingsoon::after {
  transform: rotate(45deg);
  left: 10px;
  bottom: 0;
}
.comingsoon .inner {
  position: relative;
}
.comingsoon .inner::before, .comingsoon .inner::after {
  position: absolute;
  display: inline-block;
  content: "";
  background: #ffffff;
  width: 3px;
  height: 30px;
}
.comingsoon .inner::before {
  transform: rotate(45deg);
  right: 10px;
  top: 0;
}
.comingsoon .inner::after {
  transform: rotate(-45deg);
  right: 10px;
  bottom: 0;
}
@media screen and (min-width:769px) {
  .comingsoon::before, .comingsoon::after {
    left: 25vw;
  }
  .comingsoon::before {
    top: -20px;
  }
  .comingsoon::after {
    bottom: -20px;
  }
  .comingsoon .inner::before, .comingsoon .inner::after {
    right: 25vw;
  }
  .comingsoon .inner::before {
    top: -20px;
  }
  .comingsoon .inner::after {
    bottom: -20px;
  }
}
.comingsoon p {
  position: relative;
  font-size: 1.2857142857rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
  padding: 3%;
  margin-bottom: 3%;
}
.comingsoon p span {
  display: inline-block;
}
@media screen and (min-width:980px) {
  .comingsoon p {
    font-size: 1.4285714286rem;
    padding: 0 3%;
  }
}

/* ------ ドラキュラ色変更等 ------ */
.dracula {
  color: #f0f0f0;
}
.dracula .sub-ttl {
  margin: 6% 0;
  font-size: 1.4285714286rem;
}
.dracula .sub-ttl span {
  border-left: 8px solid #ffffff;
  border-right: 8px solid #ffffff;
  padding: 0 10px;
}
@media screen and (min-width:769px) {
  .dracula .sub-ttl {
    margin: 2% 0;
  }
  .dracula .sub-ttl span {
    border-right: none;
  }
}

/* -------------------------------------------------------------------------- */
.main_slider {
  /*position: relative;
    display: block;
    padding: 20px 0;
    margin: 4% 0;
    height: 40vw;
    max-height: 390px;
    width: 100%;
    overflow: hidden;
  */
}
@media screen and (min-width:769px) {
  .main_slider {
    height: 50vh;
    max-height: 420px;
  }
}
.main_slider .slider-list {
  width: 100%;
}
.main_slider .slider-list li img {
  width: auto;
  height: 100%;
}

/* Loading Block */
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #121212;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.loader {
  top: 40vh;
  font-size: 10px;
  color: #f0f0f0;
  margin: 50px auto;
  text-indent: -9999em;
  width: 6em;
  height: 6em;
  border-radius: 50%;
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.loader:before {
  width: 50%;
  height: 50%;
  background: #ffffff;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

.loader:after {
  background: #121212;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.loaded {
  opacity: 0;
  visibility: hidden;
}

/* -------------------------------------------------------------------------- */
.slider-list {
  margin: 2% 0;
  /*
  max-height: 30vh;
  height: 340px;
  */
}
.slider-list .infiniteslide img {
  width: auto;
  height: 100%;
}

.slide_margin li {
  margin-right: 20px;
}

/* -------------------------------------------------------------------------- */
footer {
  padding: 10px;
  background-color: #121212;
  color: #ffffff;
  font-size: 0.8571428571rem;
}
footer .copyright {
  padding-top: 10px;
  text-align: center;
}
footer .support {
  margin: 20px auto;
  max-width: 980px;
  text-align: center;
}
footer .support ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
footer .support ul li {
  display: inline-block;
  line-height: 1.5;
  padding: 6px 30px;
}
footer .support ul li:nth-child(4):after {
  content: none;
}
footer .support ul li a {
  color: #008aff;
  display: inline-block;
}
@media screen and (min-width:769px) {
  footer .support ul {
    display: block;
    text-align: center;
  }
  footer .support ul li {
    box-sizing: border-box;
    padding: 0;
  }
  footer .support ul li:after {
    content: "｜";
  }
}

/* -------------------------------------------------------------------------- */

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