@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@500&family=Noto+Serif+JP:wght@400;600&display=swap");
*[class*=ratio-] {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
*[class*=ratio-]::before {
  width: 100%;
  content: "";
  display: block;
  position: relative;
}

.ratio-16by9:before {
  padding-top: 56.25%;
}
.ratio-4by3:before {
  padding-top: 75%;
}
.ratio-3by2:before {
  padding-top: 66.6666666667%;
}
.ratio-1by1:before {
  padding-top: 100%;
}
.ratio-golden:before {
  padding-top: 61.804697157%;
}
@keyframes menu-bar-1 {
  0% {
    transform: translateY(10px) rotate(45deg);
  }
  50% {
    transform: translateY(10px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar-2 {
  0% {
    transform: translateY(-10px) rotate(-45deg);
  }
  50% {
    transform: translateY(-10px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes active-menu-bar-1 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(10px) rotate(0);
  }
  100% {
    transform: translateY(10px) rotate(45deg);
  }
}
@keyframes active-menu-bar-2 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(0);
    -webkit-transform: translateY(-10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -webkit-transform: translateY(-10px) rotate(-45deg);
  }
}
@keyframes checkbox-check {
  0% {
    width: 0;
    height: 0;
    border-color: #FFF;
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
  33% {
    width: 0.4em;
    height: 0;
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
  100% {
    width: 0.4em;
    height: 0.7em;
    border-color: #FFF;
    transform: translate3d(0, -0.7em, 0) rotate(45deg);
  }
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

picture {
  display: block;
  line-height: 0;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
}

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

input,
textarea {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  display: none;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  color: #333;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO !important";
  font-weight: 400;
  line-height: 1.7;
  font-feature-settings: "palt";
  position: relative;
}

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

blockquote,
q {
  quotes: none;
}

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

body * {
  box-sizing: border-box;
  word-break: break-word;
}

a {
  color: #ce3d88;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
}
@media (min-width: 768px) {
  a:hover {
    color: #ac2c6e;
    text-decoration: underline;
  }
}

::-moz-selection {
  background: #E9E9F0;
  color: #212121;
}

::selection,
::-moz-selection {
  background: #E9E9F0;
  color: #212121;
}

h1,
h2,
h3,
h4,
h5,
h6,
li {
  font-size: 100%;
}

img {
  max-width: 100%;
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.w0 {
  width: 0% !important;
}

.w5 {
  width: 500% !important;
}

.w10 {
  width: 1000% !important;
}

.w15 {
  width: 1500% !important;
}

.w20 {
  width: 2000% !important;
}

.w25 {
  width: 2500% !important;
}

.w30 {
  width: 3000% !important;
}

.w35 {
  width: 3500% !important;
}

.w40 {
  width: 4000% !important;
}

.w45 {
  width: 4500% !important;
}

.w50 {
  width: 5000% !important;
}

.w55 {
  width: 5500% !important;
}

.w60 {
  width: 6000% !important;
}

.w65 {
  width: 6500% !important;
}

.w70 {
  width: 7000% !important;
}

.w75 {
  width: 7500% !important;
}

.w80 {
  width: 8000% !important;
}

.w85 {
  width: 8500% !important;
}

.w90 {
  width: 9000% !important;
}

.w95 {
  width: 9500% !important;
}

.w100 {
  width: 10000% !important;
}

.center {
  text-align: center !important;
}

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

.vat {
  vertical-align: top !important;
}

.vam {
  vertical-align: middle !important;
}

.vab {
  vertical-align: bottom !important;
}

.tel-sp {
  pointer-events: none;
}

.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

.disp-pc {
  display: block !important;
}

.disp-sp {
  display: none !important;
}

.line {
  text-decoration: underline;
}

.clr-red {
  color: #db584b;
}

.is-hide {
  display: none !important;
}

@media (max-width: 767px) {
  .tel-sp {
    pointer-events: auto;
  }
  .disp-pc {
    display: none !important;
  }
  .disp-sp {
    display: block !important;
  }
}
.bg-grade-2 {
  background: #9148c9;
  background: linear-gradient(to right, #9148c9 0%, #bb48c9 100%);
}

.bg-grade-3, .header .btn-h-area ul li a.is-active {
  background: #c948bb;
  background: linear-gradient(to right, #c948bb 0%, #c94879 100%);
}

.img-h {
  transition: all 0.3s ease-in-out 0s;
}
@media (min-width: 768px) {
  .img-h:hover {
    opacity: 0.7;
  }
}

.h-link {
  cursor: pointer;
}
.h-link .h-img {
  overflow: hidden;
}
.h-link .h-img img {
  transition: all 0.3s ease-in-out 0s;
}
.h-link .h-shadow {
  position: relative;
}
.h-link .h-shadow img {
  position: relative;
  z-index: 2;
}
.h-link .h-shadow:after {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: #ce3d88;
  position: absolute;
  right: -5px;
  bottom: -5px;
  z-index: 1;
}
.h-link .h-shadow img {
  transition: all 0.3s ease-in-out 0s;
}
@media (min-width: 768px) {
  .h-link:hover .h-img img {
    transform: scale(1.1);
  }
  .h-link:hover .h-shadow img {
    transform: translate(5px, 5px);
  }
}

.clm-box .clm-alink {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}

.arr-btm, .arr-top, .arr-next, .arr-prev {
  position: relative;
}
.arr-btm:before, .arr-top:before, .arr-next:before, .arr-prev:before {
  margin: auto;
  content: "";
  vertical-align: middle;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

.arr-btm:before, .arr-top:before, .arr-next:before, .arr-prev:before {
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
}

.btn-allnews {
  padding-top: 30px;
}
.btn-allnews a {
  display: block;
  width: 300px;
  margin: auto;
  background: rgba(0, 0, 0, 0.578);
  text-align: center;
  padding: 8px 10px;
  border: 2px solid #fff;
  border-radius: 3px;
  color: #FFF;
}
.btn-allnews a:hover {
  background: #ffffff;
  color: #000;
  text-decoration: none;
}

.arr-viewall {
  text-align: center;
}
.arr-prev:before {
  border-bottom: 2px solid #FFF;
  border-left: 2px solid #FFF;
  left: 20px;
}
.arr-next:before {
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  left: auto;
  right: 20px;
}
.arr-top:before {
  border-top: 2px solid #FFF;
  border-left: 2px solid #FFF;
}
.arr-btm:before {
  border-bottom: 2px solid #FFF;
  border-right: 2px solid #FFF;
  left: auto;
  right: 20px;
}
.arr-main:before {
  border-color: #ce3d88;
}
.arr-sub:before {
  border-color: #E9E9F0;
}
.arr-bk:before {
  border-color: #000;
}

@media (max-width: 767px) {
  .arr-prev:before, .arr-next:before, .arr-top:before, .arr-btm:before {
    width: 4px;
    height: 4px;
  }
}
@media screen and (max-width: 1024px) {
  .btn-allnews a {
    width: 66.6666666667vw;
    padding: 2.1333333333vw 1.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
.ttl-en {
  font-family: "EB Garamond", "Cochin", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1;
}

.ttl-jp {
  font-weight: 600;
  line-height: 1.2;
}

.head-1 {
  margin-bottom: 30px;
  font-weight: bold;
  position: relative;
}

.sc-head .main {
  line-height: 0.65;
  letter-spacing: -3px;
  font-family: "EB Garamond", "Cochin", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Serif JP", serif;
  font-size: 9.72vw;
}
.sc-head .sub {
  margin-top: 20px;
}

.head-1 {
  text-align: center;
  font-weight: 400;
  font-size: 4.44vw;
}
.head-1 span {
  color: #000;
  opacity: 0.1;
  display: block;
  text-align: center;
  line-height: 1;
  font-size: 11.11vw;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  top: 15%;
}
@media (max-width: 767px) {
  .sc-head .main {
    letter-spacing: -3px;
    font-size: 13.33vw;
  }
  .sc-head .sub {
    margin-top: 5px;
    padding-left: 10px;
    font-size: 3.73vw;
  }
  .head-1 {
    font-size: 5.86vw;
    line-height: 1;
  }
  .head-1 span {
    font-size: 16vw;
    line-height: 1;
    top: -20%;
  }
}
.list-num-3 > li, .list-num-2 > li, .list-num > li, .list-ind > li, .list-ind-s > li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 5px;
}
.list-num-3 > li:last-of-type, .list-num-2 > li:last-of-type, .list-num > li:last-of-type, .list-ind > li:last-of-type, .list-ind-s > li:last-of-type {
  margin-bottom: 0;
}

.list-ind > li:before, .list-ind-s > li:before {
  width: 15px;
  content: "・";
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
}
.list-ind-s > li {
  line-height: lh(11);
}
.list-num {
  list-style-type: decimal;
  margin-left: 1em;
}
.list-num > li {
  padding-left: 0;
}
.list-num-2 {
  margin-left: -13px;
  counter-reset: number;
}
.list-num-2 > li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 30px;
}
.list-num-2 > li:before {
  width: 30px;
  counter-increment: number;
  content: "(" counter(number) ")";
  text-align: right;
  position: absolute;
  left: -4px;
  top: 0;
}
.list-num-2 > li:last-child {
  margin-bottom: 0;
}
.list-num-3 {
  margin-left: -13px;
}
.list-num-3 > li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}
.list-num-3 > li:before {
  width: 30px;
  content: attr(data-num);
  text-align: right;
  position: absolute;
  left: -4px;
  top: 0;
}
.list-num-3 > li:last-child {
  margin-bottom: 0;
}

.btn-style .arr-next:before, .btn-style .arr-prev:before {
  border-color: #FFF;
  transition: all 0.3s ease-in-out 0s;
}

.btn-style.is-disable, .btn-5, .btn-4, .btn-3, .btn-2, .btn-1 {
  width: 100%;
  height: 60px;
  cursor: pointer;
  display: flex;
  border: 1px solid #000;
  border-radius: 100px;
  color: #FFF;
  position: relative;
}
.btn-style.is-disable span, .btn-5 span, .btn-4 span, .btn-3 span, .btn-2 span, .btn-1 span {
  width: 100%;
  padding: 0 25px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .btn-style.is-disable:hover, .btn-5:hover, .btn-4:hover, .btn-3:hover, .btn-2:hover, .btn-1:hover {
    background: transparent;
    text-decoration: none;
  }
}

.btn-wrap {
  width: calc(100% + 1.5% * 2);
  margin: 30px -1.5%;
  margin-bottom: 30px;
  margin-top: 30px;
  display: flex;
  align-items: stretch;
  text-align: center;
}
.btn-wrap.clm-1 {
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
}
.btn-wrap.clm-1.btn-left {
  margin-left: 0;
  margin-right: 0;
}
.btn-wrap > .clm-li {
  margin-bottom: 0 !important;
}

.btn-1 {
  background: #212121;
  border-color: #212121;
}
@media (min-width: 768px) {
  .btn-1:hover {
    color: #212121;
  }
  .btn-1:hover span:before {
    border-color: #212121;
  }
}
.btn-2 {
  border-color: #FFF;
}
@media (min-width: 768px) {
  .btn-2:hover {
    color: #FFF;
  }
  .btn-2:hover span:before {
    border-color: #FFF;
  }
}
.btn-3 {
  background: transparent;
  overflow: hidden;
  border: none;
  box-shadow: inset 0 1px 1px 0 #FFF, inset 0 0 0 1px #FFF;
  color: #FFF;
}
.btn-3:before {
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #5448c9 0%, #8248c9 100%);
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}
@media (min-width: 768px) {
  .btn-3:hover {
    box-shadow: inset 0 1px 1px 0 #5448c9, inset 0 0 0 1px #8248c9;
    color: #E9E9F0;
  }
  .btn-3:hover:before {
    opacity: 1;
  }
  .btn-3:hover span {
    color: #FFF;
  }
  .btn-3:hover span:before {
    border-color: #FFF !important;
  }
}
.btn-4 {
  border: none;
  background: #212121;
  box-shadow: inset 0 2px 2px 0 #5448c9, inset 0 0 0 2px #8248c9;
  color: #FFF;
  overflow: hidden;
}
.btn-4:before {
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #5448c9 0%, #8248c9 100%);
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}
@media (min-width: 768px) {
  .btn-4:hover {
    color: #FFF;
  }
  .btn-4:hover:before {
    opacity: 1;
  }
  .btn-4:hover span:before {
    border-color: #FFF;
  }
}
.btn-5 {
  background: #b0b0b0;
  border-color: #b0b0b0;
}
@media (min-width: 768px) {
  .btn-5:hover {
    border-color: #000;
    color: #000;
  }
  .btn-5:hover span:before {
    border-color: #FFF;
  }
}

.btn-style.is-disable {
  background: #b0b0b0;
  border-color: #b0b0b0;
  pointer-events: none;
}
@media (min-width: 768px) {
  .btn-style.is-disable:hover {
    color: #b0b0b0;
  }
  .btn-style.is-disable:hover span:before {
    border-color: #b0b0b0;
  }
}
@media (min-width: 768px) {
  .btn-style .arr-prev:hover:before {
    left: 5px;
  }
}
.btn-style .arr-next:before {
  left: auto;
}
@media (min-width: 768px) {
  .btn-style .arr-next:hover:before {
    right: 5px;
  }
}

@media (max-width: 767px) {
  .btn-1, .btn-2, .btn-3, .btn-4, .btn-5, .btn-style.is-disable {
    height: 55px;
    border-radius: 25px;
  }
  .btn-1 span, .btn-2 span, .btn-3 span, .btn-4 span, .btn-5 span, .btn-style.is-disable span {
    padding: 0 15px;
    line-height: 1.2;
  }
  .btn-style .arr-prev:before {
    left: 5px;
  }
  .btn-style .arr-next:before {
    right: 5px;
  }
}
.tbl-2, .tbl-1 {
  width: 100%;
  border-collapse: collapse;
  border-left: 1px solid #b0b0b0;
  border-top: 1px solid #b0b0b0;
}
.tbl-2 th, .tbl-1 th,
.tbl-2 td,
.tbl-1 td {
  padding: 15px 20px;
  background: #FFF;
  border-right: 1px solid #b0b0b0;
  border-bottom: 1px solid #b0b0b0;
  line-height: 1.4;
  text-align: left;
}
.tbl-2 th, .tbl-1 th {
  background: #EEE;
}
.tbl-2 thead th, .tbl-1 thead th {
  text-align: center;
}

.tbl-1 thead th {
  background: #ce3d88;
}
.tbl-2 th {
  background: #E9E9F0;
  color: #FFF;
}

@media (max-width: 767px) {
  .sp-scroll {
    width: calc(100% + 20px);
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .sp-scroll:before {
    margin-bottom: 5px;
    content: "→横スクロールできます";
    position: sticky;
    left: 0;
    top: 0;
  }
  .sp-scroll > table {
    width: 200vw !important;
    margin-top: 10px;
  }
  .tbl-sp th,
  .tbl-sp td {
    width: 100% !important;
    display: block;
  }
}
.block-2, .block-1 {
  margin-top: 8vw;
  display: flex;
}
.block-2 .block-img, .block-1 .block-img {
  width: 56.337%;
  max-width: 800px;
}
.block-2 .block-img img, .block-1 .block-img img {
  width: 100%;
}
.block-2 .block-copy, .block-1 .block-copy {
  width: 43.663%;
  padding: 0 20px;
}

.block-1 .block-copy {
  padding-left: 2.5%;
}

.block-2 {
  flex-direction: row-reverse;
}
.block-2 .block-copy {
  padding-right: 2.5%;
}

@media (max-width: 767px) {
  .block-1, .block-2 {
    margin-top: 10vw;
    display: block;
  }
  .block-1 .block-img, .block-2 .block-img {
    width: 100%;
  }
  .block-1 .block-copy, .block-2 .block-copy {
    width: 100%;
    margin-top: 8vw;
    padding: 0 20px;
  }
}
.clm-4, .clm-3, .clm-2, .clm-1 {
  width: 100%;
  width: calc(100% + 1.5% * 2);
  margin: 0 -1.5%;
  display: flex;
  flex-wrap: wrap;
}
.clm-4 > li, .clm-3 > li, .clm-2 > li, .clm-1 > li,
.clm-4 .clm-li,
.clm-3 .clm-li,
.clm-2 .clm-li,
.clm-1 .clm-li {
  margin-bottom: 40px;
  padding: 0 1.5%;
  position: relative;
}
.clm-4 > li:last-of-type, .clm-3 > li:last-of-type, .clm-2 > li:last-of-type, .clm-1 > li:last-of-type,
.clm-4 .clm-li:last-of-type,
.clm-3 .clm-li:last-of-type,
.clm-2 .clm-li:last-of-type,
.clm-1 .clm-li:last-of-type {
  margin-right: 0;
}

.clm-box {
  position: relative;
}
.clm-box .clm-img {
  overflow: hidden;
}
.clm-box .clm-img img {
  transition: all 0.3s ease-in-out 0s;
}
@media (min-width: 768px) {
  .clm-box .clm-img:hover img {
    transform: scale(1.1);
  }
}
.clm-box .clm-btn {
  width: 100%;
  max-width: 100%;
  margin: 30px 0 0;
}
.clm-box .clm-copy {
  margin-top: 30px;
}
.clm-1 {
  width: 100%;
  max-width: 450px;
  margin: auto;
}

.clm-2 > li,
.clm-2 .clm-li {
  width: 50%;
}

.clm-3 {
  width: 99.999%;
  width: calc(99.999% + 1.5% * 2);
}
.clm-3 > li,
.clm-3 .clm-li {
  width: 33.333%;
}

.clm-4 > li,
.clm-4 .clm-li {
  width: 25%;
}

@media (max-width: 767px) {
  .clm-1 > li, .clm-2 > li, .clm-3 > li, .clm-4 > li,
  .clm-1 .clm-li,
  .clm-2 .clm-li,
  .clm-3 .clm-li,
  .clm-4 .clm-li {
    margin-bottom: 30px;
  }
  .clm-1 > li:last-of-type, .clm-2 > li:last-of-type, .clm-3 > li:last-of-type, .clm-4 > li:last-of-type,
  .clm-1 .clm-li:last-of-type,
  .clm-2 .clm-li:last-of-type,
  .clm-3 .clm-li:last-of-type,
  .clm-4 .clm-li:last-of-type {
    margin-bottom: 0;
  }
  .sp-clm-1 {
    width: 100%;
    margin: 0;
  }
  .sp-clm-1 > li,
  .sp-clm-1 .clm-li {
    width: 100%;
    padding: 0;
  }
  .sp-clm-2 {
    width: calc(100% + 1.5% * 2);
  }
  .sp-clm-2 > li,
  .sp-clm-2 .clm-li {
    width: 50%;
  }
  .sp-clm-3 {
    width: 99.999%;
    width: calc(99.999% + 1.5% * 2);
  }
  .sp-clm-3 > li,
  .sp-clm-3 .clm-li {
    width: 33.333%;
  }
  .sp-clm-v > li {
    width: 100%;
  }
  .sp-clm-v > li .clm-box {
    padding-bottom: 75px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .sp-clm-v > li .clm-box.h-link {
    padding-bottom: 0;
  }
  .sp-clm-v > li .default-img {
    width: 35%;
  }
  .sp-clm-v > li .clm-copy {
    width: 62.3871%;
    margin: 0;
    line-height: lh(14);
  }
  .sp-clm-v > li .clm-btn {
    width: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
picture {
  display: block;
}
picture img {
  width: 100%;
}

.ami-img {
  position: relative;
}
.ami-img:before {
  width: 100%;
  height: 100%;
  background: url("/assets/img/ptn_ami.png") left top repeat;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  pointer-events: none;
}

.default-img {
  margin-bottom: 0;
  line-height: 0;
}

@media (max-width: 767px) {
  .sp-wfull {
    width: calc(100% + 20px * 2) !important;
    max-width: inherit;
    margin: 0 -20px !important;
    display: block;
  }
}
.roadmap-img {
  background: rgb(92, 76, 203);
  background: linear-gradient(0deg, rgb(92, 76, 203) 0%, rgb(120, 75, 203) 100%);
  padding: 20px;
}
.roadmap-img a {
  display: block;
  line-height: 0;
}
.roadmap-img a:hover {
  opacity: 0.8;
}
.roadmap-img a img {
  width: 100%;
  height: auto;
}

.pager ul {
  display: flex;
  justify-content: center;
}
.pager ul > li {
  margin: 0 3px;
  font-family: "EB Garamond", "Cochin", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Serif JP", serif;
}
.pager ul > li a,
.pager ul > li span {
  min-width: 40px;
  height: 40px;
  padding: 0 15px;
  color: #b0b0b0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.pager ul > li a:before,
.pager ul > li span:before {
  border-color: #b0b0b0;
}
.pager ul > li.is-active {
  pointer-events: none;
}
.pager ul > li.is-active a {
  color: #333;
}
@media (min-width: 768px) {
  .pager ul > li:hover a {
    background: #C8CCE5;
    color: #FFF;
  }
  .pager ul > li:hover a:before {
    border-color: #FFF;
  }
}

@media (max-width: 767px) {
  .pager {
    margin: 40px 0 0;
  }
  .pager ul > li {
    margin: 0 3px;
  }
  .pager ul > li a {
    width: 30px;
    height: 30px;
    padding: 0 5px;
  }
}
.sns-list {
  display: flex;
  justify-content: center;
}
.sns-list > li {
  margin: 0 20px;
}
.sns-list > li a {
  display: block;
}
.sns-list > li a img {
  transition: all 0.3s ease-in-out 0s;
}
@media (min-width: 768px) {
  .sns-list > li a:hover {
    transform: scale(1.1);
  }
  .sns-list > li a:hover img {
    filter: drop-shadow(0 5px 3px rgba(0, 0, 0, 0.25));
  }
}

.share-list {
  display: flex;
  align-items: center;
}
.share-list .share-ttl {
  margin-right: 10px;
  font-family: "EB Garamond", "Cochin", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Serif JP", serif;
  font-weight: bold;
}
.share-list .sns-list > li {
  width: 38px;
  margin: 0 5px;
}

.anchr {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 0 !important;
  line-height: 0 !important;
  visibility: hidden !important;
  margin-top: -100px;
  padding-top: 100px;
}

#pagetop-btn {
  width: 60px;
  height: 60px;
  display: block;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  transition: all 0.3s ease-in-out 0s;
}
#pagetop-btn a {
  width: 100%;
  height: 100%;
  display: block;
  transform: translate(0, 100px);
}
#pagetop-btn a:before {
  border-color: #FFF;
  right: 0;
}
@media (min-width: 768px) {
  #pagetop-btn:hover {
    transform: scale(1.2);
  }
}
#pagetop-btn.active a {
  transform: translate(0, 0);
}
@keyframes load-tx {
  0% {
    filter: blur(10px);
  }
  50% {
    filter: blur(0);
  }
  80% {
    filter: blur(0);
    opacity: 1;
  }
  100% {
    filter: blur(10px);
    opacity: 0;
  }
}
.loading {
  width: 100%;
  height: 100%;
  padding: 0 100px;
  background: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999999;
}
.loading .load-tx {
  animation: load-tx 1.2s linear;
  animation-fill-mode: both;
}
.loading.is-loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.5s;
}

.sns-list > li {
  width: 64px;
  margin: 0 15px;
}

@media (max-width: 767px) {
  .sns-list > li {
    width: 13.3333333333vw;
    margin: 0 5px;
  }
  .share-list {
    display: block;
  }
  .share-list .share-ttl {
    margin-right: 0;
    text-align: center;
  }
  .share-list .sns-list {
    margin-top: 10px;
  }
  .share-list .sns-list > li {
    margin: 0 10px;
  }
  .anchr {
    margin-top: -80px;
    padding-top: 80px;
  }
  #pagetop-btn {
    width: 40px;
    height: 40px;
    right: 10px;
  }
  .loading {
    padding: 0 20px;
  }
}
.glitch {
  color: #000;
  position: relative;
  width: 100%;
  margin: 0 auto;
}

@keyframes noise-anim {
  0% {
    clip: rect(95px, 9999px, 87px, 0);
  }
  5% {
    clip: rect(40px, 9999px, 95px, 0);
  }
  10% {
    clip: rect(9px, 9999px, 20px, 0);
  }
  15% {
    clip: rect(50px, 9999px, 62px, 0);
  }
  20% {
    clip: rect(12px, 9999px, 32px, 0);
  }
  25% {
    clip: rect(47px, 9999px, 55px, 0);
  }
  30% {
    clip: rect(5px, 9999px, 61px, 0);
  }
  35% {
    clip: rect(57px, 9999px, 63px, 0);
  }
  40% {
    clip: rect(90px, 9999px, 70px, 0);
  }
  45% {
    clip: rect(21px, 9999px, 60px, 0);
  }
  50% {
    clip: rect(48px, 9999px, 34px, 0);
  }
  55% {
    clip: rect(86px, 9999px, 12px, 0);
  }
  60% {
    clip: rect(2px, 9999px, 67px, 0);
  }
  65% {
    clip: rect(50px, 9999px, 46px, 0);
  }
  70% {
    clip: rect(49px, 9999px, 68px, 0);
  }
  75% {
    clip: rect(81px, 9999px, 23px, 0);
  }
  80% {
    clip: rect(91px, 9999px, 81px, 0);
  }
  85% {
    clip: rect(61px, 9999px, 20px, 0);
  }
  90% {
    clip: rect(77px, 9999px, 38px, 0);
  }
  95% {
    clip: rect(39px, 9999px, 46px, 0);
  }
  100% {
    clip: rect(78px, 9999px, 1px, 0);
  }
}
.glitch:after {
  width: 100%;
  content: attr(data-text);
  position: absolute;
  left: 2px;
  text-shadow: -1px 0 red;
  top: 0;
  color: #000;
  background: #E8E8F7;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim 2s infinite linear alternate-reverse;
}

@keyframes noise-anim-2 {
  0% {
    clip: rect(4px, 9999px, 63px, 0);
  }
  5% {
    clip: rect(63px, 9999px, 57px, 0);
  }
  10% {
    clip: rect(56px, 9999px, 100px, 0);
  }
  15% {
    clip: rect(80px, 9999px, 64px, 0);
  }
  20% {
    clip: rect(15px, 9999px, 7px, 0);
  }
  25% {
    clip: rect(74px, 9999px, 85px, 0);
  }
  30% {
    clip: rect(78px, 9999px, 62px, 0);
  }
  35% {
    clip: rect(8px, 9999px, 33px, 0);
  }
  40% {
    clip: rect(93px, 9999px, 75px, 0);
  }
  45% {
    clip: rect(37px, 9999px, 45px, 0);
  }
  50% {
    clip: rect(59px, 9999px, 14px, 0);
  }
  55% {
    clip: rect(89px, 9999px, 49px, 0);
  }
  60% {
    clip: rect(75px, 9999px, 26px, 0);
  }
  65% {
    clip: rect(60px, 9999px, 52px, 0);
  }
  70% {
    clip: rect(95px, 9999px, 8px, 0);
  }
  75% {
    clip: rect(65px, 9999px, 90px, 0);
  }
  80% {
    clip: rect(97px, 9999px, 4px, 0);
  }
  85% {
    clip: rect(28px, 9999px, 67px, 0);
  }
  90% {
    clip: rect(20px, 9999px, 60px, 0);
  }
  95% {
    clip: rect(15px, 9999px, 3px, 0);
  }
  100% {
    clip: rect(100px, 9999px, 44px, 0);
  }
}
.glitch:before {
  content: attr(data-text);
  position: absolute;
  left: -2px;
  text-shadow: 1px 0 blue;
  top: 0;
  color: #000;
  background: #E8E8F7;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim-2 3s infinite linear alternate-reverse;
}

.input-select select, .input-textarea, .input-text {
  width: 100%;
  margin-top: 10px;
  padding: 20px;
  outline: none;
  background: #FFF;
  border: 1px solid #b0b0b0;
  display: block;
  transition: all 0.3s ease-in-out 0s;
}
.input-select select::-webkit-input-placeholder, .input-textarea::-webkit-input-placeholder, .input-text::-webkit-input-placeholder {
  color: #DDD;
}
.input-select select::-moz-placeholder, .input-textarea::-moz-placeholder, .input-text::-moz-placeholder {
  color: #DDD;
  opacity: 1;
}
.input-select select:-ms-input-placeholder, .input-textarea:-ms-input-placeholder, .input-text:-ms-input-placeholder {
  color: #DDD;
}
.input-select select:focus, .input-textarea:focus, .input-text:focus {
  border-color: #ce3d88;
}
.input-select select:focus::-webkit-input-placeholder, .input-textarea:focus::-webkit-input-placeholder, .input-text:focus::-webkit-input-placeholder {
  color: transparent;
}
.input-select select:focus::-moz-placeholder, .input-textarea:focus::-moz-placeholder, .input-text:focus::-moz-placeholder {
  color: transparent;
  opacity: 1;
}
.input-select select:focus:-ms-input-placeholder, .input-textarea:focus:-ms-input-placeholder, .input-text:focus:-ms-input-placeholder {
  color: transparent;
}

.input-check, .input-radio-1 {
  margin-top: 10px;
  background: #FFF;
}
.input-check > li, .input-radio-1 > li {
  padding: 5px 0;
  margin-bottom: 3px;
  line-height: 1.4;
}
.input-check > li span, .input-radio-1 > li span {
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
}
.input-check > li span:before, .input-radio-1 > li span:before, .input-check > li span:after, .input-radio-1 > li span:after {
  transition: all 0.3s ease-in-out 0s;
}
.input-check > li label, .input-radio-1 > li label {
  cursor: pointer;
}

.form-agree .input-check label, .input-check > li label {
  cursor: pointer;
}
.form-agree .input-check span, .input-check > li span {
  transition: all 0.3s ease-in-out 0s;
}
.form-agree .input-check span:before, .input-check > li span:before, .form-agree .input-check span:after, .input-check > li span:after {
  transition: all 0.3s ease-in-out 0s;
}
.form-agree .input-check span:after, .input-check > li span:after {
  width: 20px;
  height: 20px;
  content: "";
  display: block;
  background: #FFF;
  border: 2px solid #b0b0b0;
  border-radius: 5px;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0px;
  transform: translate(0, -50%);
  left: 0;
  pointer-events: none;
}
@media (min-width: 768px) {
  .form-agree .input-check span:hover:after, .input-check > li span:hover:after {
    background: #ce3d88;
    border: 2px solid #ce3d88;
  }
}
.form-agree .input-check input:checked + span:before, .input-check > li input:checked + span:before {
  content: "";
  margin-top: -3px;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  transform: translate(0, -50%) rotate(45deg);
  transform-origin: 0% 100%;
  position: absolute;
  top: 50%;
  left: 5px;
  z-index: 10;
  animation: checkbox-check 250ms 50ms ease-in-out forwards;
  animation-fill-mode: both;
}
.form-agree .input-check input:checked + span:after, .input-check > li input:checked + span:after {
  background: #ce3d88;
  border: 2px solid #ce3d88;
}

.form-area {
  width: 100%;
}

.form-field {
  margin-top: 30px;
  position: relative;
}
.form-field:first-of-type {
  margin-top: 0;
}
.form-field:last-of-type {
  margin-top: 60px;
}
.form-field > label {
  display: inline-block;
  line-height: 1;
  font-weight: bold;
}

.select-field {
  position: relative;
}
.select-field::after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid rgb(95, 95, 95);
  content: "";
  position: absolute;
  right: 20px;
  top: 56px;
  width: 0;
}
.select-field .contact-selectbox {
  padding: 20px;
  display: block;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

.input-error {
  border-color: #db584b;
}

.input-textarea {
  height: 200px;
}

.input-radio-1 > li span:before, .input-radio-1 > li span:after {
  content: "";
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  transition-property: transform, border-color;
}
.input-radio-1 > li span:before {
  width: 20px;
  height: 20px;
  border: 2px solid #b0b0b0;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0px;
  transform: translate(0, -50%);
}
.input-radio-1 > li span:after {
  width: 16px;
  height: 16px;
  background: #ce3d88;
  transform: translate(0, -50%) scale(0);
  left: 4px;
}
@media (min-width: 768px) {
  .input-radio-1 > li span:hover:after {
    transform: translate(0, -50%) scale(0.5);
  }
}
.input-radio-1 > li input:checked + span:before {
  border-color: #ce3d88;
}
.input-radio-1 > li input:checked + span:after {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 4px;
  transform: translate(0, -50%);
  transform: translate(0, -50%) scale(1);
}

.input-select {
  margin-top: 10px;
  position: relative;
}
.input-select:before {
  width: 5px;
  height: 5px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  content: "";
  display: block;
  pointer-events: none;
  transform: translate(0, -50%) rotate(135deg);
  position: absolute;
  top: 50%;
  right: 20px;
}
.input-select select {
  width: 100%;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.input-select select option {
  background: #fff;
  color: #333;
}
.input-select select::-ms-expand {
  display: none;
}
.input-select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

.form-note {
  line-height: lh(13);
}
.form-note:first-of-type {
  margin-top: 10px;
}

.item-req, .item-any {
  margin-left: 10px;
  padding: 3px 9px 4px;
  border-radius: 3px;
  background: #db584b;
  color: #FFF;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
}

.item-any {
  background: #b0b0b0;
  color: #000;
}

.form-agree {
  text-align: center;
}
.form-agree .input-check {
  margin: 20px 0;
}
.form-agree .input-check label {
  padding-left: 35px;
  position: relative;
}

.form-field .form-btn-wrap {
  flex-direction: row-reverse;
}

.btn-style.form-btn {
  display: block;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
}

@media (max-width: 767px) {
  .input-text, .input-textarea, .input-select select {
    padding: 15px 10px;
  }
  .input-radio-1, .input-check {
    -webkit-tap-highlight-color: transparent;
  }
  .input-check > li span:hover:after, .form-agree .input-check span:hover:after {
    background: transparent;
    border-color: #b0b0b0;
  }
  .form-field .form-btn-wrap {
    display: block;
  }
  .form-field .form-btn-wrap .clm-li {
    width: 100%;
    margin-top: 20px;
  }
  .form-field .form-btn-wrap .clm-li:first-of-type {
    margin-top: 0;
  }
}
.swiper-button-next,
.swiper-button-prev {
  --swiper-navigation-color: #000;
}

.swiper-pagination-bullet-active {
  background: #000;
}

@keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modal-video-inner {
  from {
    transform: translate(0, 100px);
  }
  to {
    transform: translate(0, 0);
  }
}
.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video;
  transition: opacity 0.3s ease-out;
}

.modal-video-close {
  opacity: 0;
}

.modal-video-close .modal-video-movie-wrap {
  transform: translate(0, 100px);
}

.modal-video-body {
  max-width: 940px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: table;
}

.modal-video-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video-inner;
  transform: translate(0, 0);
  transition: transform 0.3s ease-out;
}

.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -35px;
  right: -35px;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent;
}

.modal-video-close-btn:before {
  transform: rotate(45deg);
}

.modal-video-close-btn:after {
  transform: rotate(-45deg);
}

.modal-video-close-btn:before, .modal-video-close-btn:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px;
}

.js-modal-video {
  position: relative;
}
.js-modal-video .img {
  background: #000;
}
.js-modal-video .img img {
  opacity: 0.7;
}
.js-modal-video .btn-play {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
}
@media (max-width: 767px) {
  .js-modal-video .btn-play {
    width: 40px;
  }
}

.header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 301;
  background: rgba(1, 0, 31, 0.7);
  height: 55px;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO !important";
  /* ②メガメニューのスタイル */
}
.header .menu {
  display: flex;
  position: relative;
  width: 1200px;
  align-items: center;
}
.header .menu .homelogo {
  width: 150px;
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.header .menu .homelogo a img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}
.header .menu .menu_list {
  border-left: 1px solid rgba(255, 255, 255, 0.51);
}
.header .menu .menu_list:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.51);
}
.header .menu .menu_list > a {
  background: #020035;
  display: block;
  padding: 0 2px;
  text-align: center;
  transition: 0.3s;
  color: #fff;
  line-height: 55px;
  width: 110px;
  font-size: 13px;
}
.header .menu .menu_list > a:hover {
  color: #fff;
  background: #0c0074;
  text-decoration: none;
}
.header .menu .buy_caps {
  border: none !important;
  margin-left: 10px;
  position: relative;
}
.header .menu .buy_caps .menu_contents {
  position: absolute;
  left: -40px;
  width: 180px;
  border-radius: 20px;
  border: 2px solid #fff;
  top: 50px;
}
.header .menu .buy_caps .menu_contents ul {
  display: block;
}
.header .menu .buy_caps .menu_contents ul li {
  padding-left: 20px;
  line-height: 2.5;
}
.header .menu .buy_caps > a {
  border-radius: 100px;
  border: 1px solid #fff;
  background: brown;
  line-height: 35px;
  width: 100px;
}
.header .menu_contents {
  background: rgba(0, 0, 0, 0.8);
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
.header .menu_contents ul {
  display: flex;
  flex-flow: row wrap;
  padding: 10px;
  width: 100%;
}
.header .menu_contents ul li {
  padding-left: 50px;
  font-size: 14px;
  line-height: 3.5;
}
.header .menu_contents ul li a {
  color: #fff;
}
.header .btn-wrap.header-btn {
  max-width: 165px;
  position: absolute;
  right: 25px;
  top: 20px;
}
.header .btn-wrap.header-btn span {
  font-family: "EB Garamond", "Cochin", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Serif JP", serif;
  font-weight: bold;
}
.header .header-btn.is-open .btn-h-area {
  display: block;
}
.header .btn-icon {
  cursor: pointer;
  display: flex;
}
.header .btn-icon li {
  width: 50px;
  height: 50px;
  margin-left: 10px;
}
.header .btn-icon li:first-of-type {
  margin-left: 0;
}
.header .btn-icon li a,
.header .btn-icon li span {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  line-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .btn-icon li img {
  width: 25px;
  height: 25px;
}
.header .btn-icon li.sns-btn img {
  width: 28px;
  height: 28px;
  margin-top: -3px;
}
.header .btn-h-area {
  width: 200px;
  display: none;
  position: absolute;
  right: 0;
  top: 73px;
}
.header .btn-h-area::before {
  content: "▲";
  position: absolute;
  top: -28px;
  left: 157px;
  font-size: 26px;
}
.header .btn-h-area ul li {
  background: #333;
}
.header .btn-h-area ul li:first-of-type {
  border-top: none;
}
.header .btn-h-area ul li a {
  padding: 15px;
  color: #FFF;
  display: block;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  text-decoration: none;
  position: relative;
}
.header .btn-h-area ul li a:after {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  width: 5px;
  height: 5px;
  margin-top: -3px;
  transform: rotate(-135deg);
  border-left: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  content: "";
  display: none;
}
.header .btn-h-area ul li a:hover {
  color: #ebd037;
}
@media (min-width: 768px) {
  .header .btn-h-area ul li a:hover:after {
    display: block;
  }
}
.header .btn-h-area ul li a.is-active {
  background: #212121;
  pointer-events: none;
}
.header .btn-h-area ul li a.is-active:after {
  width: 10px;
  height: 5px;
  transform: rotate(-45deg);
  right: 15px;
  display: block;
  pointer-events: none;
}
.header .lan-bg {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  pointer-events: none;
}
.header .lan-bg.is-open {
  display: block;
  pointer-events: all;
}

@keyframes imagein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes twinkle {
  0% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(1.4);
  }
  100% {
    filter: brightness(1);
  }
}
.btn-gamestart-wrap .btn-gamestart a {
  display: block;
  width: 100%;
  margin: auto;
  animation: twinkle 1.3s linear infinite;
}
.btn-gamestart-wrap .btn-gamestart a img {
  width: 100%;
}
.btn-gamestart-wrap .btn-gamestart a:hover {
  filter: brightness(0.85);
}
.btn-gamestart-wrap .btn-ranking a {
  display: block;
}
.btn-gamestart-wrap .btn-ranking a:hover {
  filter: brightness(1.5);
}

.btn-cs a img {
  width: 100%;
}

.btn-app p a {
  display: block;
  height: auto;
}

ul.menu-sns {
  padding: 19px 0 0 !important;
}
ul.menu-sns li {
  width: 90px;
}
ul.menu-sns li a:hover {
  filter: brightness(1.5);
}

@media screen and (max-width: 1024px) {
  .spViewlogo {
    width: 40vw;
    padding: 0;
  }
  .header {
    height: auto;
    position: fixed;
    background: rgba(0, 0, 0, 0.798);
  }
  .header .header-main {
    line-height: 1;
  }
  .header .btn-wrap.header-btn {
    max-width: 130px;
    right: 70px;
    top: 15px;
  }
  .header .btn-wrap.header-btn .btn-style {
    height: 45px;
    box-shadow: inset 0 1px 1px 0 #5448c9, inset 0 0 0 1px #8248c9;
    background: #000;
    color: #FFF !important;
  }
  .header .btn-wrap.header-btn .btn-style span:before {
    border-color: #FFF !important;
  }
  .header .header-btn {
    right: 13.3333333333vw;
    top: 3.6vw;
    position: absolute;
  }
  .header .btn-icon li {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
  }
  .header .btn-icon li img {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
  }
  .header .btn-icon li.sns-btn img {
    width: 23px;
    height: 23px;
  }
  .header .btn-h-area {
    right: -6vw;
    top: 14.6666666667vw;
    width: 40vw;
  }
  .header .btn-h-area::before {
    content: "";
  }
  .header .btn-h-area ul::before {
    content: "▲";
    position: absolute;
    top: -3.7333333333vw;
    right: 6.9333333333vw;
    font-size: 5.3333333333vw;
  }
  .header .btn-h-area ul li a {
    padding: 10px;
    font-size: 3.4666666667vw;
  }
  .header .btn-h-area ul li a:after {
    width: 4px;
    height: 4px;
    border-left: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    right: 15px;
  }
  .header .btn-h-area ul li a.is-active:after {
    width: 7px;
    height: 3px;
    margin-top: -4px;
    right: 12px;
  }
}
.header.is-scroll .gnav-main {
  text-shadow: none;
}

.l-menuBtn a {
  border: 1px solid #ffffff;
  border-radius: 100px;
  padding: 5px 10px;
  background-color: #640000;
}
.l-menuBtn a:hover {
  text-decoration: none;
  filter: brightness(1.3);
}

.gnav-main > li {
  margin-right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 1200px) {
  .gnav-main > li {
    margin-right: 15px;
  }
}
.gnav-main > li:last-of-type {
  margin-right: 0;
}
.gnav-main > li a,
.gnav-main > li span {
  color: #FFF;
  position: relative;
  transition: 1s;
}
@media (min-width: 768px) {
  .gnav-main > li a:hover,
  .gnav-main > li span:hover {
    color: #ce3d88 !important;
    text-decoration: none;
  }
}
.gnav-main > li.li-sub {
  cursor: default;
}
.gnav-main > li.nav-active a {
  color: #ce3d88;
}

.gnav-sub {
  width: 300%;
  padding-top: 10px;
  position: absolute;
  top: 90%;
  display: none;
}
.gnav-sub > li {
  text-align: center;
}
.lan-menu {
  display: none;
}

.li-1 {
  width: 140px;
  height: auto;
}
.li-1 a:hover {
  filter: brightness(1.2);
}

.nav-open {
  position: relative;
}
.nav-open::after {
  content: "▼";
  font-size: 12px;
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: -18px;
  left: 0;
  right: 0;
  margin: auto;
}

@media (min-width: 768px) {
  header.is-top .gnav-main > li a,
  header.is-top .gnav-main > li span,
  header.is-scroll .gnav-main > li a,
  header.is-scroll .gnav-main > li span {
    color: #333;
  }
}
@media screen and (max-width: 1024px) {
  .gnav {
    width: 100%;
  }
  .gnav-main .li-1 {
    margin: 0 auto;
    width: 70.6666666667vw;
    border: none;
  }
  .gnav-main > li {
    width: 100%;
    height: auto;
    display: block;
    text-align: left;
    border-bottom: 0.4vw solid #fff;
    padding: 2vw 0;
  }
  .gnav-main > li a,
  .gnav-main > li span {
    width: auto;
    color: #FFF;
    padding: 0;
    display: inline-block;
    font-size: 6.1333333333vw;
    line-height: 1.2;
  }
  .gnav-main > li.li-sub {
    display: block;
    position: relative;
  }
  .gnav-main > li.li-sub::before {
    position: absolute;
    content: "＋";
    font-size: 7.4666666667vw;
    right: 1.3333333333vw;
    color: #FFF;
  }
  .gnav-main > li.nav-active {
    border-bottom-color: #ce3d88;
  }
  .gnav-main > li.nav-active a:after {
    display: none;
  }
  .gnav-main .li-sub.active::before {
    content: "ー";
    font-size: 6.6666666667vw;
  }
  .active .gnav-sub {
    display: block;
  }
  .gnav-sub {
    width: 100%;
    margin-top: 0;
    position: static;
    display: none;
  }
  .gnav-sub > li {
    width: 100%;
    margin-top: 5px;
    text-align: left;
  }
  .gnav-sub > li:first-of-type {
    margin-top: 0;
  }
  .gnav-sub > li:before {
    margin-right: 5px;
    content: "-";
    color: #FFF;
  }
  .gnav-sub > li a {
    font-size: 4.2666666667vw;
    line-height: 2;
    padding: 0;
  }
  .gnav-sub .l-menuBtn::before {
    content: "";
  }
  .gnav-sub .l-menuBtn a {
    border-radius: 100px;
    padding: 1.3333333333vw 2.6666666667vw;
  }
  .gnav-sub .l-menuBtn a:hover {
    text-decoration: none;
    filter: brightness(1.3);
  }
}
.hamb-btn {
  display: none;
}
.hamb-logo {
  display: none;
}

@media screen and (max-width: 1024px) {
  .hamb-btn {
    width: 8vw;
    height: 8.2666666667vw;
    background: transparent;
    cursor: pointer;
    display: block;
    position: fixed;
    right: 1.3333333333vw;
    top: 2.6666666667vw;
    z-index: 303;
    pointer-events: all;
  }
  .hamb-btn .btn-inr {
    height: 100%;
    padding: 2vw 1.6vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .hamb-btn .btn-bar, .hamb-btn .btn-bar:before, .hamb-btn .btn-bar:after {
    width: 100%;
    height: 2px;
    margin: auto;
    background: transparent;
    border-radius: 5px;
    display: block;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
  }
  .hamb-btn .btn-bar:before, .hamb-btn .btn-bar:after {
    content: "";
    background: #fff !important;
    position: absolute;
  }
  .hamb-btn .btn-bar:before {
    bottom: 5px;
    animation: menu-bar-1 0.75s forwards;
    animation-fill-mode: both;
  }
  .hamb-btn .btn-bar:after {
    top: 5px;
    animation: menu-bar-2 0.75s forwards;
    animation-fill-mode: both;
  }
  .hamb-menu {
    width: 100%;
    height: 100%;
    padding: 4vw 5.3333333333vw 5.3333333333vw;
    background: #333;
    display: block;
    pointer-events: none;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 302;
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
  }
  .g-active .hamb-menu {
    pointer-events: all;
    opacity: 1;
  }
  .g-active .hamb-btn .btn-bar, .g-active .hamb-btn .btn-bar:before, .g-active .hamb-btn .btn-bar:after {
    background: transparent;
  }
  .g-active .hamb-btn .btn-bar:before {
    bottom: 11px;
    background: #FFF !important;
    animation: active-menu-bar-1 0.75s forwards;
    animation-fill-mode: both;
  }
  .g-active .hamb-btn .btn-bar:after {
    bottom: -12px;
    background: #FFF !important;
    animation: active-menu-bar-2 0.75s forwards;
    animation-fill-mode: both;
  }
}
.footer {
  background: url("/assets/img/footer_bg.png") center bottom/cover no-repeat;
  padding: 100px 0 0;
  color: #FFF;
  position: relative;
}
.footer:before {
  width: 100%;
  height: 70%;
  background: linear-gradient(to bottom, rgb(240, 240, 247) 0%, rgba(240, 240, 247, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f0f0f7", endColorstr="#00f0f0f7", GradientType=0);
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
}
.footer.footer-2:before {
  display: none;
}
.footer .sc-inr, .footer .sc-inr-w, .footer .sc-inr-s, .footer .sc-inr-ss {
  position: relative;
  z-index: 2;
}
.footer .footer-logo {
  width: 330px;
  margin: 2.5% auto 0;
}
.footer .footer-sub {
  background: #212121;
  margin-top: 5%;
  padding: 10px 40px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.footer .footer-sub > * {
  width: 50%;
  margin-right: 0;
}
.footer .footer-sub .footer-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.footer .footer-sub .footer-list > li {
  margin-right: 30px;
}
.footer .footer-sub .footer-list > li:last-of-type {
  margin-right: 0;
}
.footer .footer-sub .footer-list > li a {
  color: #FFF;
  font-family: "EB Garamond", "Cochin", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Serif JP", serif;
}
.footer .footer-sub .footer-lan {
  display: flex;
  align-items: center;
}
.footer .footer-sub .footer-lan p {
  margin-right: 20px;
  display: flex;
  align-items: center;
}
.footer .footer-sub .footer-lan p img {
  width: 15px;
  margin-right: 5px;
}
.footer .footer-sub .footer-lan ul {
  display: flex;
  align-items: center;
}
.footer .footer-sub .footer-lan ul > li {
  margin-right: 10px;
}
.footer .footer-sub .footer-lan ul > li a {
  color: #FFF;
}
.footer .footer-sub .footer-lan ul > li a.is-active {
  color: #b0b0b0;
  pointer-events: none;
}
.footer .footer-sub .copy {
  font-size: 100%;
  font-family: "EB Garamond", "Cochin", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Serif JP", serif;
}
.footer .btn-wrap.footer-btn {
  margin: 2.5% auto 0;
  max-width: 420px;
  justify-content: center;
}
.footer .btn-wrap.footer-btn span {
  font-family: "EB Garamond", "Cochin", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Serif JP", serif;
  font-weight: bold;
}
.footer .footer-polygon {
  margin-top: 20px;
  text-align: center;
}

.footer-kumo-1 {
  left: -9%;
  z-index: 2;
}

.footer-kumo-2 {
  right: -19%;
  z-index: 4;
}

@media screen and (max-width: 1024px) {
  .footer {
    background: url("/assets/img/footer_bg_sp.png") center bottom/cover no-repeat;
    padding: get_Vw(100) 0 0;
    color: #FFF;
    position: relative;
  }
  .footer .footer-logo {
    width: 260px;
    margin: 8% auto 0;
  }
  .footer .footer-polygon {
    max-width: 250px;
    margin: 8% auto;
  }
  .footer .footer-kumo-2 {
    top: -2%;
  }
  .footer .footer-sub {
    padding: 10px 20px;
    display: block;
    text-align: center;
  }
  .footer .footer-sub > * {
    width: 100%;
    margin-bottom: 10px;
  }
  .footer .footer-sub .footer-list {
    display: none;
  }
  .footer .footer-sub .footer-lan {
    display: none;
  }
  .footer .footer-sub .copy {
    margin: 0;
  }
}
.mt-10 {
  margin-top: 10px;
}

html,
body {
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
}

@supports (-webkit-touch-callout: none) {
  html {
    height: -webkit-fill-available;
  }
  body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }
}
.body-fixed {
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.l-wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.l-contents {
  width: 100%;
  padding: 200px 0 0;
}

.top-area {
  padding: 50px 0 0 !important;
}

.l-section {
  position: relative;
}
.l-section:last-of-type {
  padding-top: 150px;
}
.l-section:last-of-type:after {
  width: 100%;
  height: 150px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.l-section.bgcolor, .l-section.bgcolor-3, .l-section.bgcolor-2, .l-section.bgcolor-1 {
  padding: 60px 0;
}
.l-section.bgcolor-1 {
  background: #ce3d88;
}
.l-section.bgcolor-2 {
  background: #E9E9F0;
}
.l-section.bgcolor-3 {
  background: #b0b0b0;
}

.top-news .news-list {
  height: 310px;
}
.top-news .news-list .article-link {
  background: rgb(228, 228, 228);
  background: linear-gradient(180deg, rgb(228, 228, 228) 0%, rgb(255, 255, 255) 50%, rgb(242, 239, 255) 100%);
  box-shadow: 0px 0px 2px rgb(0, 0, 0);
  border-radius: 8px;
  height: 300px;
  transition: all 0.3s;
}
.top-news .news-list .article-link:hover {
  transform: translate(0, 10px);
}
.top-news .news-list .article-link .date {
  background: #333;
  padding: 0 10px;
  margin-top: 0;
  border-radius: 8px 8px 0 0;
  color: #b0b0b0;
  font-size: 14px;
}
.top-news .news-list .article-link .ttl {
  padding: 10px 20px 0;
  font-size: 15px;
  margin-top: 10px;
  font-weight: bold;
  max-height: 4em;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}
.top-news .news-list .article-link .img img {
  box-shadow: 0px 0px 1px rgb(49, 49, 49);
}

.sc-inr, .sc-inr-w, .sc-inr-s, .sc-inr-ss {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.sc-inr-ss {
  max-width: 720px;
}
.sc-inr-s {
  max-width: 1000px;
}
.sc-inr-w {
  max-width: 1480px;
}
.sc-box {
  margin: 0 0 60px;
}
.sc-box:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .l-contents {
    padding: 60px 0 0;
  }
  .l-section:last-of-type {
    padding-top: 80px;
  }
  .l-section.bgcolor, .l-section.bgcolor-1, .l-section.bgcolor-2, .l-section.bgcolor-3 {
    padding: 40px 0;
  }
}
.sp-view {
  display: none;
}

@media screen and (max-width: 1024px) {
  .pc-view {
    display: none !important;
  }
  .sp-view {
    display: block;
  }
  .top-news .news-list {
    height: 66.6666666667vw;
  }
  .top-news .news-list .article-link {
    max-height: 60vw;
    height: auto;
  }
  .top-news .news-list .article-link .ttl {
    font-size: 3.7333333333vw;
    padding: 1.3333333333vw 2.6666666667vw 0;
  }
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
}
.sc-kv {
  width: 100%;
  position: relative;
}
.sc-kv .kv-img {
  width: 100%;
  display: block;
  text-align: right;
  line-height: 0;
}
.sc-kv .kv-box {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 53%;
}
.sc-kv .kv-head {
  color: #FFF;
  font-size: 60px;
  line-height: 1.2;
  position: relative;
}
.sc-kv .kv-head:before, .sc-kv .kv-head:after {
  width: 100%;
  content: attr(data-text);
  text-align: center;
  position: absolute;
  left: 0;
  opacity: 0.2;
  pointer-events: none;
}
.sc-kv .kv-head:before {
  top: 20%;
}
.sc-kv .kv-head:after {
  top: -20%;
}
.sc-kv .kv-logo {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25.665%;
  top: 98%;
}
.sc-kv .kv-kumo-1 {
  left: -10%;
  top: 30%;
  z-index: 0;
}
.sc-kv .kv-kumo-2 {
  right: -20%;
  top: 78%;
  z-index: 2;
}

@media (max-width: 767px) {
  .sc-kv .kv-head {
    font-size: 8.26vw;
  }
  .sc-kv .kv-box {
    padding: 0 20px;
  }
  .sc-kv .kv-logo {
    width: 50%;
  }
  .sc-kv .kv-kumo-1 {
    top: 60%;
  }
  .sc-kv .kv-kumo-2 {
    top: 90%;
  }
}
.bg-main {
  width: 100vw;
  height: 100%;
  background: #f0f0f7;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.bg-main .ptn-1 {
  width: 100%;
  height: 100%;
  background: url("/assets/img/top_bg_1.png") left top/50% auto no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.bg-main .ptn-2 {
  width: 100%;
  height: 100%;
  background: url("/assets/img/top_bg_2.png") right bottom/50% auto no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}

.l-wrap.wrap-ptn {
  background: url("/assets/img/bg_ptn_1.png") 0 0/100% auto repeat-y;
}

.bg-ptn {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  z-index: 0;
  pointer-events: none;
}
.bg-ptn .js-bg-ptn {
  width: 100%;
  padding-top: 50vh;
  position: absolute;
  left: 0;
  top: 0;
}
.bg-ptn .js-bg-ptn img {
  width: 100%;
}
.bg-ptn .js-ptn-2 {
  z-index: -5;
  opacity: 0.5;
}
.bg-ptn .js-ptn-3 {
  z-index: -4;
}
.bg-ptn .js-ptn-4 {
  z-index: -2;
}

.kumo-1 {
  width: 58.515%;
  position: absolute;
  pointer-events: none;
}
.kumo-1 img {
  width: 100%;
}

.kumo-2 {
  width: 54.425%;
  position: absolute;
  pointer-events: none;
}
.kumo-2 img {
  width: 100%;
}

.kumo-3 {
  width: 53.84%;
  position: absolute;
  pointer-events: none;
}
.kumo-3 img {
  width: 100%;
}

.layer-1 {
  position: relative;
  z-index: 1;
}
@keyframes rotation-1 {
  to {
    transform: rotate(1turn);
    transform-origin: center;
  }
}
@keyframes rotation-2 {
  to {
    transform: rotate(-1turn);
    transform-origin: center;
  }
}
.btn-cs a:hover {
  filter: brightness(1.3);
}

.snsArea {
  margin-top: 20px;
  text-align: center;
  position: relative;
  z-index: 10;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.snsArea .check {
  width: 250px;
}
.snsArea p {
  background: #007e7e;
  border-radius: 1000px;
  max-width: 790px;
  margin: auto;
  border: 2px solid #00bbbb;
  margin-bottom: 20px;
  color: #fff;
  padding: 5px;
}

.btn-googleplay a:hover {
  opacity: 0.8;
}

.btn-apple a:hover {
  opacity: 0.8;
}

.top-head {
  width: 95%;
  margin: auto;
  padding: 40px 0;
  line-height: 1.2;
  text-align: center;
  position: relative;
  z-index: 2;
}
.top-head.ttl-1 {
  border-bottom: 1px solid #cdd3e4;
  color: #535777;
}
.top-head.ttl-2 {
  border-bottom: 1px solid #ebecf3;
  color: #b8b8b8;
}

.top-head-2 {
  width: 100vw;
  position: relative;
  z-index: 2;
  font-size: 9.72vw;
}
.mainlogo {
  width: 1000px;
  margin: 0 auto 50px;
}

.userArea {
  width: 954px;
  padding-left: 25px;
}
.userArea .userArea-wrapper {
  margin-top: 91px;
}
.userArea-wrapper {
  display: flex;
  flex-flow: row wrap;
}
.userArea-wrapper li {
  width: 25%;
  padding: 0 3px;
}
.userArea-wrapper li a:hover {
  filter: brightness(1.2);
}
.userArea-wrapper .catchcopy {
  color: #fff;
  width: 50%;
  height: 154px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  background: linear-gradient(to top, black, #82003d);
  border: 4px solid #8c7c00;
  -o-border-image: linear-gradient(to left, #ffc451 0%, #a47f00 100%);
     border-image: linear-gradient(to left, #ffc451 0%, #a47f00 100%);
  border-image-slice: 1;
}
.userArea-wrapper .catchcopy p {
  text-align: center;
  display: inline-block;
  background: linear-gradient(90deg, #a38131 0%, #e7c76d 33%, #ffe6c5 62%, #e3c05d 83%, #9d874e 100%);
  background: -webkit-linear-gradient(0deg, #a38131 0%, #e7c76d 33%, #ffe6c5 62%, #e3c05d 83%, #9d874e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Vollkorn", serif;
}

.top-bnrArea {
  display: flex;
  flex-flow: row wrap;
  margin: 20px auto;
  justify-content: center;
}
.top-bnrArea p {
  width: 50%;
  padding: 0 10px;
}
.top-bnrArea p a:hover {
  filter: brightness(1.3);
}

@media screen and (max-width: 1024px) {
  .btn-cs {
    width: 80vw;
    margin: 3vw auto;
  }
  .mainlogo {
    width: 100%;
    margin: 0 auto 8vw;
  }
  .top-bnrArea p {
    width: 100%;
    padding: 1.3333333333vw 5.3333333333vw;
  }
  .catchcopy {
    color: #fff;
    width: 88vw;
    margin: auto;
    display: flex;
    font-size: 5.6vw;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to top, black, #82003d);
    border: 0.8vw solid #8c7c00;
    -o-border-image: linear-gradient(to left, #ffc451 0%, #a47f00 100%);
       border-image: linear-gradient(to left, #ffc451 0%, #a47f00 100%);
    border-image-slice: 1;
    padding: 2.6666666667vw;
  }
  .catchcopy p {
    text-align: center;
    display: inline-block;
    background: linear-gradient(90deg, #a38131 0%, #e7c76d 33%, #ffe6c5 62%, #e3c05d 83%, #9d874e 100%);
    background: -webkit-linear-gradient(0deg, #a38131 0%, #e7c76d 33%, #ffe6c5 62%, #e3c05d 83%, #9d874e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Vollkorn", serif;
  }
}
.news-kumo-1 {
  left: -12%;
  top: 30%;
  z-index: 0;
}

.news-kumo-2 {
  right: -30%;
  top: 20%;
  z-index: 0;
}

.concept-kumo-1 {
  width: 43.84%;
  right: -10%;
  top: 20%;
  z-index: 2;
}

.movie-kumo-1 {
  width: 33.515%;
  left: 5%;
  top: 100%;
  z-index: 2;
}

.point1-kumo-1 {
  width: 28.515%;
  right: 15%;
  top: 20%;
  z-index: 4;
  transform: scale(-1, 1);
}

.point1-kumo-2 {
  left: 5%;
  top: 10%;
  z-index: 3;
}

.point2-kumo-1 {
  width: 48.515%;
  right: -21%;
  top: 58%;
  z-index: 6;
  transform: scale(-1, 1);
}

.point2-kumo-2 {
  right: -10%;
  top: 43%;
  z-index: 4;
  transform: scale(-1, 1);
}

.point3-kumo-1 {
  left: -15%;
  bottom: -10%;
  z-index: 4;
}

.point3-kumo-2 {
  width: 27.425%;
  left: -5%;
  bottom: -3%;
  z-index: 6;
  transform: scale(-1, 1);
}

.top-kv {
  width: 100%;
  min-height: 55.5555555556%;
  position: relative;
  margin-top: 100px;
}
.top-kv .kv-logo {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25.665%;
  top: auto;
  bottom: 0;
  z-index: 4;
  bottom: auto;
}
.top-kv .kv-video {
  width: 100%;
  position: relative;
  padding-top: 48.6458333333%;
}
.top-kv .kv-video video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.top-kv-2 {
  width: 100%;
  position: relative;
  z-index: 0;
  background: url("/assets/img/kv_bg.png") no-repeat;
  background-position: center;
  background-size: cover;
}
.top-kv-2 .fv-wrapper {
  width: 1200px;
  margin: auto;
}
.top-kv-2 .fvArea {
  display: flex;
  flex-flow: row wrap;
  padding-top: 30px;
}
.top-kv-2 .fvArea .fv-btnArea {
  width: 246px;
  margin-top: 90px;
}
.top-kv-2 .fvArea .fv-btnArea .fv-mainlogo {
  display: none;
}
.top-kv-2 .fvArea .btn-cs {
  margin-top: 15px;
}
.top-kv-2 .fvArea .btn-googleplay {
  margin-top: 15px;
}
.top-kv-2 .fvArea .btn-apple {
  margin-top: 15px;
}
.top-kv-2 .explanation {
  padding-top: 20px;
}
.top-kv-2 .explanation ul {
  display: flex;
  flex-flow: row wrap;
}
.top-kv-2 .explanation ul li {
  width: 20%;
  padding: 0 5px;
}
.top-kv-2 .explanation ul li a:hover {
  filter: brightness(1.2);
}
.top-kv-2 .kv-item {
  position: absolute;
  z-index: 1;
}
.top-kv-2 .kv-logo {
  width: 30%;
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 40%;
  z-index: 6;
}

.top-news {
  width: 100%;
  margin-top: 20px;
  padding-top: 0 !important;
  position: relative;
  z-index: 2;
  padding-bottom: 50px;
}
.top-news .news-btn {
  font-family: "EB Garamond", "Cochin", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Serif JP", serif;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 175px;
  z-index: 1;
}
.top-news .news-btn a {
  color: #333;
}
.top-news .swiper {
  overflow: hidden;
  position: static;
}
.top-news .swiper .swiper-button-prev,
.top-news .swiper .swiper-button-next {
  height: 51px;
  width: 46px;
  margin-top: 0;
  top: 120px;
  right: -50px;
  filter: drop-shadow(1px 1px 3px rgb(255, 255, 255));
}
.top-news .swiper .swiper-button-prev:hover,
.top-news .swiper .swiper-button-next:hover {
  filter: brightness(1.4);
}
.top-news .swiper .swiper-button-prev {
  left: auto;
  left: -50px;
}
.top-news .swiper .swiper-button-prev::after {
  background-image: url("/assets/img/btn-prev.png");
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 51px;
  margin: auto;
  width: 46px;
}
.top-news .swiper .swiper-button-next::after {
  background-image: url("/assets/img/btn-next.png");
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 51px;
  margin: auto;
  width: 46px;
}

.top-concept {
  position: relative;
  text-align: center;
}
.top-concept .sc-inr, .top-concept .sc-inr-ss, .top-concept .sc-inr-s, .top-concept .sc-inr-w {
  position: relative;
}
.top-concept .concept-head {
  width: 100%;
  line-height: 1.3;
}
.top-concept p {
  margin-top: 40px;
}
.top-concept .conc-img {
  position: absolute;
  z-index: 1;
}
.top-concept .conc-img .img {
  position: relative;
  z-index: 3;
}
.top-concept .conc-img .shadow {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.top-concept .conc-img .tx {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.top-concept .conc-img .tx img {
  animation: rotation-1 20s linear infinite;
  animation-fill-mode: both;
}
.top-concept .conc-img.img-1 {
  width: 33.214%;
  left: -5%;
  bottom: -20%;
}
.top-concept .conc-img.img-2 {
  width: 34.321%;
  right: -5%;
  top: -25%;
}
.top-concept .conc-img.img-2 .tx img {
  margin: -18% 0 0 28%;
  animation: rotation-2 20s linear infinite;
  animation-fill-mode: both;
}

.top-movie .sc-inr, .top-movie .sc-inr-ss, .top-movie .sc-inr-s, .top-movie .sc-inr-w {
  position: relative;
}
.top-movie .movie-list {
  width: 100%;
  max-width: 986px;
  margin: auto;
  position: static;
}
.top-movie .movie-list .swiper-slide {
  padding: 15px;
  border: 3px solid #000;
  -o-border-image: linear-gradient(to bottom, #5448c9 0%, #8248c9 100%);
     border-image: linear-gradient(to bottom, #5448c9 0%, #8248c9 100%);
  border-image-slice: 1;
}
.top-movie .movie-list .swiper-button-prev {
  left: 30px;
}
.top-movie .movie-list .swiper-button-next {
  right: 30px;
}

.top-point .point-box {
  margin-bottom: 10vw;
}
.top-point .point-box .point-head {
  width: 100%;
  margin-bottom: 10%;
  padding-left: 35.99%;
  position: relative;
}
.top-point .point-box .point-copy {
  width: 100%;
  max-width: 750px;
  margin: auto;
}
.top-point .point-box .box-num {
  color: #b0b0b0;
  font-weight: bold;
  font-family: "EB Garamond", "Cochin", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Serif JP", serif;
  position: absolute;
  top: 12%;
  z-index: 4;
}
.top-point .point-box .box-img {
  width: 100%;
  position: relative;
}
.top-point .point-box .box-img > * {
  position: absolute;
}
.top-point .point-box .box-img .img {
  height: 100%;
  position: relative;
  z-index: 3;
}
.top-point .point-box .box-img .img img {
  position: relative;
  z-index: 3;
}
.top-point .point-box .box-img .img:after {
  width: 100%;
  height: 100%;
  background: #ce3d88;
  content: "";
  display: block;
  transform: rotate(-3deg);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.top-point .point-box .box-img .main {
  z-index: 5;
}
.top-point .point-box .box-img .shadow {
  position: absolute;
  z-index: 2;
}
.top-point .point-box .box-img .ttl-jp {
  font-size: 2.01vw;
  display: block;
  text-align: right;
  left: -41%;
  top: 19%;
  z-index: 6;
}
.top-point .point-box .box-img .ttl-jp.ttl-zh {
  left: -48%;
}
.top-point .point-box .box-img .ttl-en {
  width: 200vw;
  margin-top: 25%;
  text-align: left;
  z-index: 4;
  left: -65%;
  font-weight: 400;
  font-size: 15.48vw;
}
.top-point .point-box .box-head {
  margin-bottom: 0;
  line-height: 1.25;
  position: absolute;
  bottom: 0;
  z-index: 5;
}
.top-point .point-box.box-1 .box-num {
  left: 0;
}
.top-point .point-box.box-1 .box-img .main {
  width: 77.852%;
  left: -17.7%;
  top: -1%;
}
.top-point .point-box.box-1 .box-img .shadow {
  width: 45.73%;
  right: -20%;
  bottom: -5%;
}
.top-point .point-box.box-1 .box-head {
  left: 0;
}
.top-point .point-box.box-2 .point-head {
  padding-left: 0;
  padding-right: 35.99%;
}
.top-point .point-box.box-2 .point-copy {
  padding-left: 20%;
}
.top-point .point-box.box-2 .box-num {
  right: 0;
}
.top-point .point-box.box-2 .box-img .img:after {
  background: #b755a8;
  transform: rotate(3deg);
}
.top-point .point-box.box-2 .box-img .main {
  width: 152.97%;
  left: 3.2%;
  top: 23.4%;
}
.top-point .point-box.box-2 .box-img .shadow {
  width: 45.566%;
  left: -15%;
  bottom: -5%;
}
.top-point .point-box.box-2 .box-img .ttl-jp {
  width: 100vw;
  text-align: left;
  left: 114%;
}
.top-point .point-box.box-2 .box-img .ttl-en {
  left: -60%;
}
.top-point .point-box.box-2 .box-head {
  right: 0;
}
.top-point .point-box.box-3 .box-num {
  left: 0;
}
.top-point .point-box.box-3 .box-img .main {
  width: 48.17%;
  left: -5.5%;
  top: 19.9%;
}
.top-point .point-box.box-3 .box-img .shadow {
  width: 45.73%;
  right: -20%;
  bottom: -5%;
}
.top-point .point-box.box-3 .box-head {
  left: 0;
}

.top-kazari {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.top-kazari .kazari-img.img-1, .top-kazari .kazari-img.img-2 {
  width: 23.623%;
  margin-right: 1.4%;
  z-index: 4;
}
.top-kazari .kazari-img.img-2 {
  z-index: 2;
}
.top-kazari .kazari-img.img-3 {
  width: 49.3%;
}
.top-kazari .kazari-img img {
  width: 100%;
}
.top-kazari .kazari-tx {
  width: 100vw;
  position: absolute;
  left: 0;
  bottom: -17%;
  font-size: 15.48vw;
  z-index: 4;
}
.top-kazari .kazari-tx .tx-1 {
  width: 100vw;
  position: absolute;
  left: 25%;
  bottom: 0;
}
.top-kazari .kazari-tx .tx-2 {
  width: 100vw;
  position: absolute;
  left: 80%;
  bottom: 0;
}

.top-servise {
  overflow: hidden;
}
.top-servise .sc-inr-s {
  padding-bottom: 12%;
  padding-top: 8%;
  position: relative;
}
.top-servise .servise-head {
  width: 100vw;
  color: #d0d0e2;
  letter-spacing: -5px;
  font-size: 11.11vw;
  position: relative;
  left: -20px;
  z-index: 0;
}
.top-servise .servise-box {
  margin-top: -4%;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.top-servise .servise-box > div {
  width: 50%;
}
.top-servise .servise-box .box-img {
  text-align: center;
}
.top-servise .servise-box .box-img img {
  width: 100%;
  max-width: 450px;
}
.top-servise .servise-box .box-copy > p {
  margin-bottom: 10%;
  line-height: 2.5;
}
.top-servise .servise-box .servise-btn {
  max-width: 200px;
}

.top-roadmap {
  position: relative;
}
.top-roadmap .top-head-2 {
  text-align: right;
  position: absolute;
  left: 0;
  top: 9.5%;
}
.top-roadmap .roadmap-tbl {
  width: 100%;
  margin-top: 15%;
}
.top-roadmap .roadmap-tbl table {
  width: 100%;
  border-collapse: collapse;
}
.top-roadmap .roadmap-tbl table tr td {
  padding: 10px 0;
}
.top-roadmap .map-main {
  width: 100%;
  height: 100%;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #FFF;
}
.top-roadmap .map-main .ttl {
  letter-spacing: -2px;
  line-height: 1.2;
}
.top-roadmap .map-main .subttl {
  margin-top: 10px;
  line-height: 1.2;
  color: #FFF;
  opacity: 0.7;
}
.top-roadmap .map-sub {
  line-height: 1.2;
}
.top-roadmap .year {
  width: 100%;
  color: #dee3ec;
  font-family: "EB Garamond", "Cochin", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Serif JP", serif;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.top-roadmap .year:after {
  width: 100%;
  color: #778fb6;
  content: attr(data-text);
  text-align: center;
  position: absolute;
  left: 0;
  bottom: -6px;
  opacity: 0.3;
}
.top-roadmap .month {
  width: 58px;
  height: 58px;
  margin: auto;
  border-radius: 100%;
  background: #000;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-roadmap .month.bg-1 {
  background: #5448c9;
}
.top-roadmap .month.bg-2 {
  background: #9a48c9;
}
.top-roadmap .month.bg-3 {
  background: #c94888;
}

.top-sponsor {
  padding: 8vw 0;
  background: #FFF;
}
.top-sponsor .sponsor-box {
  margin-top: 5%;
  display: flex;
  justify-content: space-between;
}
.top-sponsor .sponsor-box:first-of-type {
  margin-top: 0;
}
.top-sponsor .sponsor-box .box-head {
  width: 20%;
}
.top-sponsor .sponsor-box .box-list {
  width: 85%;
}
.top-sponsor .sponsor-box .sponsor-list {
  display: flex;
  flex-wrap: wrap;
}
.top-sponsor .sponsor-box .sponsor-list > li {
  width: 20%;
  margin-bottom: 20px;
}
.top-sponsor .sponsor-box .sponsor-list > li.line-even {
  margin-left: 10%;
}

.top-member {
  padding: 0 !important;
  position: relative;
}
.top-member .top-head-2 {
  text-align: right;
  position: absolute;
  left: 0;
  top: 20%;
}
.top-member .member-list {
  margin-top: 15%;
  align-items: flex-start;
  position: relative;
  z-index: 6;
}
.top-member .member-list > li {
  margin-bottom: 0;
  height: auto;
}
.top-member .member-list > li:nth-of-type(2), .top-member .member-list > li:nth-of-type(6), .top-member .member-list > li:nth-of-type(10) {
  padding-top: 10%;
}
.top-member .member-list > li:nth-of-type(3), .top-member .member-list > li:nth-of-type(7), .top-member .member-list > li:nth-of-type(11) {
  padding-top: 20%;
}
.top-member .member-list > li:nth-of-type(4), .top-member .member-list > li:nth-of-type(8), .top-member .member-list > li:nth-of-type(12) {
  padding-top: 30%;
}
.top-member .member-list > li + li + li + li + li {
  margin-top: -20%;
}
.top-member .member-list .head {
  margin-bottom: 10px;
  text-align: center;
}
.top-member .member-list .head .cat {
  font-weight: bold;
  color: #b0b0b0;
}
.top-member .member-list .head .name {
  margin-top: 10px;
  font-weight: bold;
  line-height: 1;
}
.top-member .member-list .img {
  margin-top: 20px;
  position: relative;
}
.top-member .member-list .img span {
  border-radius: 45px;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.top-member .member-list .img span img {
  width: 100%;
}
.top-member .member-list .img:after {
  width: 100%;
  height: 100%;
  background: #ce3d88;
  border-radius: 45px;
  content: "";
  display: block;
  transform: rotate(5deg);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

@media (max-width: 767px) {
  .snsarea {
    padding: 5.3333333333vw;
    margin-bottom: 6.6666666667vw;
  }
  .snsarea p {
    width: 100%;
    font-size: 4vw;
    padding: 2.6666666667vw;
    border-radius: 4vw;
  }
  .top-head {
    padding: 20px 0;
  }
  .top-head-2 {
    font-size: 13.33vw;
    letter-spacing: -2px;
  }
  .news-kumo-1 {
    left: -13%;
    top: 45%;
  }
  .news-kumo-2 {
    right: -25%;
    top: 70%;
  }
  .concept-kumo-1 {
    top: 0%;
  }
  .movie-kumo-1 {
    top: 50%;
  }
  .point1-kumo-1 {
    right: 5%;
    top: 12%;
  }
  .point1-kumo-2 {
    left: -11%;
    top: 5%;
    z-index: 0;
  }
  .point2-kumo-1 {
    right: -8%;
    top: 52%;
  }
  .point2-kumo-2 {
    right: -20%;
    top: 43%;
  }
  .point3-kumo-1 {
    width: 73.84%;
    left: -25%;
    bottom: 8%;
  }
  .point3-kumo-2 {
    left: -5%;
    bottom: 11%;
  }
  .top-kv {
    margin-top: 0;
  }
  .top-kv .kv-logo {
    width: 59%;
    top: 74%;
    top: 100%;
  }
  .top-kv-2 .kv-img {
    height: 100%;
    overflow: hidden;
    display: none;
  }
  .top-kv-2 .kv-dragon {
    width: 83%;
    left: -13%;
    top: -10%;
  }
  .top-kv-2 .kv-chara-1 {
    width: 40%;
    left: auto;
    right: 17%;
    bottom: 39%;
  }
  .top-kv-2 .kv-chara-2 {
    width: 55%;
    right: -9%;
    bottom: 22%;
  }
  .top-kv-2 .kv-chara-3 {
    width: 38%;
    right: -5%;
    bottom: 33%;
  }
  .top-kv-2 .kv-chara-4 {
    width: 35%;
    right: -5%;
    bottom: 49%;
  }
  .top-kv-2 .kv-chara-5,
  .top-kv-2 .kv-chara-6,
  .top-kv-2 .kv-chara-7,
  .top-kv-2 .kv-chara-8,
  .top-kv-2 .kv-chara-9 {
    display: none;
  }
  .top-kv-2 .kv-logo {
    width: 60%;
    left: 0;
    right: 0;
    margin: auto;
    transform: none;
    top: 45%;
  }
  .top-news {
    margin: -26vw 0 3vw;
    margin-top: 0;
    padding: 40px 0 0 0;
    background: transparent;
  }
  .top-news .news-btn {
    top: 0;
    right: 20px;
  }
  .top-news .swiper .swiper-button-prev,
  .top-news .swiper .swiper-button-next {
    margin-top: 0;
    top: 50%;
    right: auto;
  }
  .top-news .swiper .swiper-button-next {
    right: 45px;
  }
  .top-news .swiper .swiper-button-prev {
    left: 45px;
  }
  .top-concept {
    margin-bottom: 30px;
  }
  .top-concept .concept-head {
    font-size: 6.4vw;
    line-height: 1.2;
  }
  .top-concept p {
    margin-top: 30px;
  }
  .top-concept .conc-img {
    display: none;
  }
  .top-movie {
    padding: 0 20px;
  }
  .top-movie .movie-list .swiper-slide {
    padding: 5px;
  }
  .top-movie .movie-list .swiper-button-prev {
    left: -15px;
  }
  .top-movie .movie-list .swiper-button-next {
    right: -15px;
  }
  .top-point .point-box {
    margin-bottom: 15vw;
    position: relative;
  }
  .top-point .point-box .point-head {
    width: calc(100% + 20px * 2);
    margin: 0 -20px;
    display: block;
    margin-bottom: 10%;
  }
  .top-point .point-box .point-copy {
    width: 100%;
    max-width: 750px;
    margin: auto;
    padding: 0 20px;
  }
  .top-point .point-box .point-copy p {
    line-height: 2;
  }
  .top-point .point-box .box-num {
    top: 10%;
  }
  .top-point .point-box .box-img {
    width: 100%;
    position: relative;
    right: 0;
  }
  .top-point .point-box .box-img .img:after {
    left: 10px;
  }
  .top-point .point-box .box-img .ttl-jp {
    font-size: 3.2vw;
    left: -44%;
    top: 24%;
  }
  .top-point .point-box .box-img .ttl-jp.ttl-zh {
    left: -44%;
  }
  .top-point .point-box .box-img .ttl-en {
    margin-top: 35%;
    font-size: 18.8vw;
    left: -40%;
  }
  .top-point .point-box .box-head {
    margin-bottom: 10px;
    font-size: 5.33vw;
    line-height: 1.4;
    position: static;
  }
  .top-point .point-box.box-1 .box-num {
    left: 20px;
  }
  .top-point .point-box.box-1 .box-img .shadow {
    width: 45.73%;
    right: -20%;
    bottom: -20%;
  }
  .top-point .point-box.box-2 .point-copy {
    padding-right: 0;
    padding-left: 55px;
  }
  .top-point .point-box.box-2 .box-num {
    right: 20px;
  }
  .top-point .point-box.box-2 .box-img {
    right: auto;
    left: 0;
  }
  .top-point .point-box.box-2 .box-img .img:after {
    left: auto;
    right: 10px;
  }
  .top-point .point-box.box-2 .box-img .shadow {
    left: -20%;
    bottom: -20%;
  }
  .top-point .point-box.box-2 .box-img .ttl-jp {
    width: auto;
    left: auto;
    right: -46%;
  }
  .top-point .point-box.box-2 .box-img .ttl-en {
    left: -55%;
  }
  .top-point .point-box.box-3 .box-num {
    left: 20px;
  }
  .top-point .point-box.box-3 .box-img .shadow {
    right: -20%;
    bottom: -20%;
  }
  .top-kazari {
    display: none;
  }
  .top-servise .sc-inr-s {
    padding-bottom: 12%;
    padding-top: 8%;
  }
  .top-servise .servise-head {
    width: 200vw;
    font-size: 12vw;
    letter-spacing: 0;
  }
  .top-servise .servise-box {
    margin-top: -3%;
    padding: 0 20px;
    display: block;
  }
  .top-servise .servise-box > div {
    width: 100%;
  }
  .top-servise .servise-box .box-img {
    display: none;
  }
  .top-servise .servise-box .box-copy > p {
    line-height: 2;
  }
  .top-servise .servise-box .servise-btn {
    max-width: 200px;
    margin: auto;
  }
  .top-roadmap {
    width: calc(100% + 20px * 2);
    margin-right: -20px;
    margin-left: -20px;
    margin-bottom: 40px;
  }
  .top-roadmap .top-head-2 {
    left: 0;
    top: 9%;
  }
  .top-roadmap .roadmap-tbl {
    margin-top: 15%;
  }
  .top-roadmap .map-main {
    padding: 0 10px;
  }
  .top-roadmap .map-main .ttl {
    letter-spacing: 0;
    line-height: 1.3;
  }
  .top-roadmap .map-main .subttl {
    margin-top: 5px;
  }
  .top-roadmap .map-sub {
    line-height: 1.2;
  }
  .top-roadmap .year {
    font-size: 4.4vw;
  }
  .top-roadmap .month {
    width: 30px;
    height: 30px;
    font-size: 2.66vw;
  }
  .top-sponsor .sponsor-box {
    margin-top: 10%;
    display: block;
  }
  .top-sponsor .sponsor-box .box-head {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  .top-sponsor .sponsor-box .box-list {
    width: 100%;
  }
  .top-sponsor .sponsor-box .sponsor-list {
    justify-content: center;
  }
  .top-sponsor .sponsor-box .sponsor-list > li {
    width: 25%;
    margin-bottom: 5px;
  }
  .top-sponsor .sponsor-box .sponsor-list > li.line-even {
    margin-left: 0;
  }
  .top-sponsor .sponsor-box:last-of-type .sponsor-list {
    width: 75.5%;
    margin: auto;
  }
  .top-sponsor .sponsor-box:last-of-type .sponsor-list > li {
    width: 33%;
  }
  .top-member .top-head-2 {
    top: 17.5%;
  }
  .top-member .member-list {
    margin-top: 30%;
  }
  .top-member .member-list > li {
    margin-top: 0 !important;
    padding-top: 0 !important;
    margin-bottom: 20px;
  }
  .top-member .member-list .head {
    text-align: center;
  }
  .top-member .member-list .head .name {
    margin-top: 5px;
  }
  .top-member .member-list .img {
    margin-top: 10px;
    position: relative;
  }
  .top-member .member-list .img span {
    border-radius: 22px;
  }
  .top-member .member-list .img:after {
    border-radius: 22px;
    transform: rotate(7deg);
  }
}
@media screen and (max-width: 1024px) {
  .modaal-content-container iframe {
    width: 100%;
  }
  .top-kv-2 {
    background: none;
  }
  .top-kv-2::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: url("/assets/img/sp/kv_bg.png") no-repeat;
    background-size: cover;
  }
  .top-kv-2 .fv-wrapper {
    width: 100%;
    padding-top: 36vw;
    padding-bottom: 16vw;
  }
  .top-kv-2 .fv-wrapper .fvArea {
    display: block;
    padding-top: 0;
  }
  .top-kv-2 .fv-wrapper .fvArea .fv-btnArea {
    width: 100%;
    margin-top: 0;
  }
  .top-kv-2 .fv-wrapper .fvArea .fv-btnArea .fv-mainlogo {
    width: 74.6666666667vw;
    margin: auto;
    display: block;
  }
  .top-kv-2 .fv-wrapper .fvArea .fv-btnArea .btn-gamestart-wrap .btn-gamestart {
    width: 80vw;
    margin: auto;
  }
  .top-kv-2 .fv-wrapper .fvArea .fv-btnArea .btn-app {
    display: flex;
    flex-flow: row wrap;
    padding: 0 5.3333333333vw;
  }
  .top-kv-2 .fv-wrapper .fvArea .fv-btnArea .btn-app .btn-googleplay {
    width: 50%;
    padding: 1.3333333333vw;
  }
  .top-kv-2 .fv-wrapper .fvArea .fv-btnArea .btn-app .btn-apple {
    width: 50%;
    padding: 1.3333333333vw;
  }
  .top-kv-2 .fv-wrapper .userArea {
    width: 100%;
    padding: 2.6666666667vw 5.3333333333vw;
  }
  .top-kv-2 .fv-wrapper .userArea .userArea-wrapper {
    margin-top: 0;
  }
  .top-kv-2 .fv-wrapper .userArea .userArea-wrapper li {
    width: 50%;
  }
  .top-kv-2 .fv-wrapper .snsArea .sns-list {
    padding-top: 2.6666666667vw;
  }
  .top-kv-2 .fv-wrapper .explanation {
    padding-bottom: 4vw;
  }
  .top-kv-2 .fv-wrapper .explanation ul {
    padding: 0 5.3333333333vw;
    justify-content: center;
  }
  .top-kv-2 .fv-wrapper .explanation ul li {
    width: 50%;
  }
}
.sc-serv-top .serv-img {
  max-width: 100%;
  position: relative;
}
.sc-serv-top .serv-img img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.sc-serv-top .serv-img .shadow {
  position: absolute;
  right: -9%;
  bottom: -10%;
  z-index: 0;
}
.sc-serv-top .serv-copy {
  position: relative;
  z-index: 2;
}
.sc-serv-top .serv-copy .copy-head {
  background: url("/assets/img/service_top_head_cross.png") left 25% no-repeat;
  line-height: 1;
  font-weight: 500;
  font-size: 5.13vw;
}
.sc-serv-top .serv-copy p {
  margin-top: 2.5vw;
  line-height: 2.5;
  font-size: 1.11vw;
}
.sc-serv-top .serv-list {
  margin-top: 110px;
}
.sc-serv-top .serv-list > li {
  text-align: center;
}
@media (max-width: 1000px) {
  .sc-serv-top .serv-list > li .list-ttl {
    font-size: 2.77vw;
  }
}
.sc-serv-top .serv-list > li .list-copy {
  margin-top: 10px;
  font-family: "Helvetica Neue", "Helvetica", "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "游ゴシック Mediu", YuGothic, YuGothicM, ‘メイリオ’, meiryo, sans-serif;
}
@media (max-width: 1000px) {
  .sc-serv-top .serv-list > li .list-copy {
    font-size: 1.25vw;
  }
}
.sc-serv-top .serv-list > li .list-img {
  margin-top: 30px;
}
@media (max-width: 1000px) {
  .sc-serv-top .serv-list.list-en > li .list-ttl {
    font-size: 2.36vw;
  }
}
@media (max-width: 1000px) {
  .sc-serv-top .serv-list.list-en > li .list-copy {
    font-size: 1.25vw;
  }
}
.sc-serv-top .serv-p {
  margin-top: 40px;
  text-align: center;
}

.sc-serv-about {
  margin-bottom: 0;
  padding: 15vw 0 60px;
}
.sc-serv-about .about-head {
  position: absolute;
  left: 0;
  top: 0;
  margin-top: -3%;
  z-index: 1;
}
.sc-serv-about .about-head .sub {
  padding-left: 100px;
}
.sc-serv-about .serv-about .about-num {
  color: #b0b0b0;
  font-family: "EB Garamond", "Cochin", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Serif JP", serif;
}
.sc-serv-about .serv-about .about-ttl {
  line-height: 1.4;
}
.sc-serv-about .serv-about .about-copy p {
  margin-top: 40px;
  color: #575a61;
  line-height: 2;
}
.sc-serv-about .serv-box {
  margin-top: 18vw;
  padding-bottom: 8vw;
  text-align: center;
}
.sc-serv-about .serv-box p {
  margin-top: 40px;
  color: #575a61;
}
.sc-serv-about .serv-box p:first-of-type {
  margin-top: 0;
}
.sc-serv-about .serv-box .box-img {
  margin-top: 60px;
  position: relative;
}
.sc-serv-about .serv-box .box-img .shadow-1 {
  position: absolute;
  right: -90px;
  bottom: -40px;
  z-index: -1;
}
.sc-serv-about .serv-box .box-img .shadow-2 {
  position: absolute;
  left: -80px;
  top: -60px;
  z-index: -1;
}

.sc-serv-token {
  padding-bottom: 150px;
}
.sc-serv-token .bg-ptn {
  height: 300vh;
  top: -70vw;
}
.sc-serv-token .serv-token {
  display: flex;
  justify-content: space-between;
}
.sc-serv-token .serv-token .token-head {
  width: 50%;
  padding: 0 20px;
  text-align: right;
}
.sc-serv-token .serv-token .token-copy {
  width: 48%;
  padding: 0 40px;
}
.sc-serv-token .serv-token .token-copy > * {
  margin-top: 30px;
}
.sc-serv-token .serv-token .token-copy > *:first-child {
  margin-top: 0;
}
.sc-serv-token .serv-token .token-copy .ttl {
  margin-top: 60px;
  font-weight: bold;
}
.sc-serv-token .serv-token .token-copy .ttl:first-of-type {
  margin-top: 0;
}
.sc-serv-token .serv-token .token-copy .img {
  text-align: center;
}

.sc-serv-func {
  padding: 10vw 0;
}
.sc-serv-func .sc-inr-s {
  max-width: 1056px;
}
.sc-serv-func .sc-head {
  position: absolute;
  right: 0;
  top: 120px;
  z-index: 2;
}
.sc-serv-func .func-caption {
  width: 50%;
  padding-right: 5%;
  margin-top: -20px;
  text-align: right;
  position: relative;
  z-index: 2;
}
.sc-serv-func .func-block {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
.sc-serv-func .func-block .block-img {
  width: 61.025%;
  position: relative;
}
.sc-serv-func .func-block .block-img:before {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.sc-serv-func .func-block .block-img img {
  position: relative;
  z-index: 2;
}
.sc-serv-func .func-block .block-img .shadow {
  position: absolute;
  z-index: 0;
}
.sc-serv-func .func-block .block-copy {
  width: 38.975%;
  padding: 0;
}
.sc-serv-func .func-block .block-copy .cat {
  font-size: 2.08vw;
}
.sc-serv-func .func-block .block-copy .ttl {
  margin-top: 1.5vw;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 3.05vw;
}
.sc-serv-func .func-block .block-copy .list {
  margin-top: 2.5vw;
  display: flex;
  flex-wrap: wrap;
}
.sc-serv-func .func-block .block-copy .list > li {
  width: 50%;
  margin-bottom: 0;
  white-space: nowrap;
}
.sc-serv-func .func-block.block-1 .block-img:before {
  background: #ac57bb;
  transform: rotate(-3deg);
}
.sc-serv-func .func-block.block-1 .block-img .shadow {
  left: -15%;
  bottom: -15%;
}
.sc-serv-func .func-block.block-1 .block-copy {
  padding-left: 5%;
}
.sc-serv-func .func-block.block-2 .block-img:before {
  background: #ce3d88;
  transform: rotate(3deg);
}
.sc-serv-func .func-block.block-2 .block-img .shadow {
  right: -15%;
  bottom: -15%;
}
.sc-serv-func .func-block.block-2 .block-copy {
  padding-right: 5%;
}

@media (max-width: 767px) {
  .sc-serv-top .serv-top {
    margin-bottom: 8vw;
  }
  .sc-serv-top .serv-img .shadow {
    width: 35%;
    right: auto;
    left: -9%;
  }
  .sc-serv-top .serv-copy .copy-head {
    background-size: 25% auto;
    font-size: 8vw;
  }
  .sc-serv-top .serv-copy p {
    margin-top: 5vw;
    line-height: 2;
  }
  .sc-serv-top .serv-list {
    margin-top: 8vw;
  }
  .sc-serv-top .serv-list > li {
    margin-bottom: 0;
    display: flex;
    align-items: center;
  }
  .sc-serv-top .serv-list > li:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
  .sc-serv-top .serv-list > li > div {
    width: 50%;
  }
  .sc-serv-top .serv-list > li .list-copy {
    margin-top: 5px;
  }
  .sc-serv-top .serv-list > li .list-img {
    margin-top: 0;
  }
  .sc-serv-top .serv-p {
    margin-top: 10vw;
  }
  .sc-serv-about {
    padding: 30vw 0 60px;
  }
  .sc-serv-about .about-head {
    left: 0;
    margin-top: -5%;
  }
  .sc-serv-about .about-head .sub {
    padding-left: 20px;
  }
  .sc-serv-about .serv-about .block-img {
    padding: 0 20px;
  }
  .sc-serv-about .serv-about .block-copy {
    margin-top: 4vw;
  }
  .sc-serv-about .serv-about .about-copy p {
    margin-top: 5vw;
    line-height: 1.7;
  }
  .sc-serv-about .serv-box {
    margin-top: 24vw;
  }
  .sc-serv-about .serv-box p {
    margin-top: 5vw;
    text-align: left;
  }
  .sc-serv-about .serv-box .box-img {
    margin-top: 10vw;
  }
  .sc-serv-about .serv-box .box-img .shadow-1 {
    width: 35%;
    right: -70px;
    bottom: -20px;
  }
  .sc-serv-about .serv-box .box-img .shadow-2 {
    width: 35%;
    left: -70px;
    top: -20px;
  }
  .sc-serv-token {
    padding-bottom: 80px;
  }
  .sc-serv-token .serv-token {
    display: block;
  }
  .sc-serv-token .serv-token .token-head {
    padding: 0 0 0 20px;
    text-align: left;
  }
  .sc-serv-token .serv-token .token-copy {
    width: 80%;
    margin: 8vw auto 0;
    padding: 0;
  }
  .sc-serv-token .serv-token .token-copy > * {
    margin-top: 5vw;
    line-height: 2;
  }
  .sc-serv-token .serv-token .token-copy .ttl {
    margin-top: 10vw;
  }
  .sc-serv-token .serv-token .token-copy .img {
    width: 50%;
    margin: 5vw auto;
  }
  .sc-serv-token .serv-token .token-copy ul > li {
    line-height: 1.6;
  }
  .sc-serv-func {
    padding: 10vw 0;
  }
  .sc-serv-func .sc-head {
    position: relative;
    top: 0;
  }
  .sc-serv-func .func-caption {
    width: 100%;
    margin-top: 8vw;
    text-align: center;
  }
  .sc-serv-func .func-block {
    margin-top: 15vw;
    display: block;
    position: relative;
  }
  .sc-serv-func .func-block .block-img {
    width: 100%;
    position: relative;
  }
  .sc-serv-func .func-block .block-img .shadow {
    width: 50%;
    bottom: -25% !important;
    z-index: -1;
  }
  .sc-serv-func .func-block .block-copy {
    width: 100%;
    margin-top: 15vw;
    padding: 0 !important;
  }
  .sc-serv-func .func-block .block-copy .cat {
    padding: 2px 10px;
    background: #000;
    color: #FFF;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 30px;
    z-index: 2;
  }
  .sc-serv-func .func-block .block-copy .ttl {
    font-size: 5.86vw;
    text-align: center;
  }
  .sc-serv-func .func-block.block-1 .block-img:before {
    transform: rotate(-5deg);
  }
  .sc-serv-func .func-block.block-1 .block-copy .cat {
    background: #ac57bb;
  }
  .sc-serv-func .func-block.block-2 .block-img:before {
    transform: rotate(-5deg);
  }
  .sc-serv-func .func-block.block-2 .block-copy .cat {
    background: #ce3d88;
  }
}
.acc-ttl {
  padding: 20px 95px 20px 40px;
  min-height: 120px;
  background: #f9f9fc;
  border-bottom: 1px solid #e6e4eb;
  cursor: pointer;
  display: flex;
  align-items: center;
  line-height: 1.4;
  position: relative;
}
.acc-ttl span {
  margin-right: 20px;
  color: #aea7ba;
  font-family: "EB Garamond", "Cochin", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Serif JP", serif;
}
.acc-ttl .icon-acc {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 30px;
  transform: translate(0, -50%);
  width: 34px;
  height: 34px;
  z-index: 3;
}
.acc-ttl .icon-acc .mark {
  width: 100%;
  height: 100%;
  position: relative;
  display: inline-block;
}
.acc-ttl .icon-acc .mark:before, .acc-ttl .icon-acc .mark:after {
  position: absolute;
  content: "";
  content: "";
  display: block;
  transition: all 0.4s;
  background: #aea7ba;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 2px;
  transform: translate(-50%, -50%);
}
.acc-ttl .icon-acc .mark:before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.acc-ttl.is-active .icon-acc .mark:before {
  transform: translate(-50%, -50%) rotate(0deg);
}

.acc-copy {
  background: #ebebf3;
  padding: 40px 60px;
  color: #878a8f;
  font-family: "Helvetica Neue", "Helvetica", "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "游ゴシック Mediu", YuGothic, YuGothicM, ‘メイリオ’, meiryo, sans-serif;
  display: none;
  position: relative;
}
.acc-copy p {
  margin-top: 30px;
  position: relative;
  z-index: 3;
}
.acc-copy p:first-of-type {
  margin-top: 0;
}
.acc-copy .subttl {
  margin-top: 20px;
  border-bottom: 1px solid #aea7ba;
}
.acc-copy .subttl:first-of-type {
  margin-top: 30px;
}
.acc-copy .subcopy {
  margin-top: 10px;
}

.sc-faq {
  margin-top: -200px;
}
.sc-faq .sc-inr-s {
  position: relative;
  z-index: 5;
}

@media (max-width: 767px) {
  .acc-ttl {
    padding: 20px 40px 20px 20px;
    min-height: 90px;
  }
  .acc-ttl span {
    margin-right: 10px;
  }
  .acc-ttl .icon-acc {
    right: 15px;
  }
  .acc-copy {
    padding: 20px 20px;
  }
  .sc-faq {
    margin-top: -60px;
  }
}
a.link {
  color: #333;
}

.newsList-wrapper {
  width: 1280px;
  margin: auto;
  position: relative;
  z-index: 9;
}
.newsList-wrapper .news-list {
  display: flex;
  flex-flow: row wrap;
}
.newsList-wrapper .news-list li {
  width: 33.3333333%;
  padding: 20px;
}
.newsList-wrapper .news-list .article-link {
  background: rgb(228, 228, 228);
  background: linear-gradient(180deg, rgb(228, 228, 228) 0%, rgb(255, 255, 255) 50%, rgb(242, 239, 255) 100%);
  box-shadow: 0px 0px 2px rgb(0, 0, 0);
  border-radius: 8px;
  height: 335px;
  transition: all 0.3s;
}
.newsList-wrapper .news-list .article-link:hover {
  transform: translate(0, 10px);
}
.newsList-wrapper .news-list .article-link .date {
  background: #333;
  padding: 5px 10px;
  margin-top: 0;
  border-radius: 8px 8px 0 0;
  color: #b0b0b0;
  font-size: 14px;
}
.newsList-wrapper .news-list .article-link .ttl {
  padding: 10px 20px 0;
  font-size: 15px;
  margin-top: 10px;
  font-weight: bold;
  max-height: 60px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}

.tab-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: left;
  padding: 40px 0 0;
  border-bottom: 4px solid rgb(0, 138, 138);
  width: 400px;
}
.tab-list .tab-list-item {
  background: #f3f3f3;
  color: #000000;
  text-align: center;
  padding: 10px 20px;
  width: 200px;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.75) inset, 1px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, -1px 0px 0px 0px rgba(0, 0, 0, 0.1) inset;
}
.tab-list .tab-list-item:hover {
  filter: brightness(1.2);
}
.tab-list .tab-list-item.active {
  background-color: rgb(0, 138, 138);
  color: #fff;
}

.news1 {
  display: none;
}
.news1.show {
  display: block;
}

.news2 {
  display: none;
}
.news2.show {
  display: block;
}

.newsLink-wrap {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 30px;
}
.newsLink-wrap .news-link a {
  color: #fff;
  display: block;
  background-color: rgb(0, 138, 138);
  width: 200px;
  padding: 10px 30px;
  text-align: center;
  box-shadow: 1px 1px 1px #002410;
  margin: 5px;
}
.newsLink-wrap .news-link a:hover {
  text-decoration: none;
  filter: brightness(1.2);
}

.sc-news-detail .sc-inr, .sc-news-detail .sc-inr-ss, .sc-news-detail .sc-inr-s, .sc-news-detail .sc-inr-w {
  position: relative;
  z-index: 5;
}
.sc-news-detail .ttl {
  font-weight: 400;
  font-size: 32px;
}
.sc-news-detail .date {
  margin-top: 20px;
  text-align: right;
}
.sc-news-detail .tmb {
  margin-top: 20px;
}
.sc-news-detail .editor {
  margin-top: 40px;
}
.sc-news-detail .editor > * {
  margin-top: 30px;
}
.sc-news-detail .editor h2 {
  line-height: 1.4;
}
.sc-news-detail .editor h3 {
  line-height: 1.4;
}
.sc-news-detail .editor ul {
  padding-left: 1em;
  list-style-type: disc;
}
.sc-news-detail .editor ol {
  padding-left: 1em;
  list-style-type: decimal;
}
.sc-news-detail .share-list {
  margin-top: 60px;
  justify-content: flex-end;
}
.sc-news-detail .news-btn {
  margin-top: 40px;
}

@media screen and (max-width: 1024px) {
  .newsList-wrapper {
    width: 100%;
  }
  .newsList-wrapper .news-list li {
    width: 100%;
    padding: 2vw 5.3333333333vw;
  }
  .newsList-wrapper .news-list .article-link {
    height: 77.3333333333vw;
  }
  .newsList-wrapper .news-list .article-link .ttl {
    font-size: 4.2666666667vw;
    padding: 2.6666666667vw;
    margin-top: 0;
    max-height: 14.6666666667vw;
  }
  .newsList-wrapper .news-list .article-link img {
    width: 100%;
  }
  .newsLink-wrap {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 5.3333333333vw;
    justify-content: center;
  }
  .newsLink-wrap .news-link a {
    width: 43.2vw;
    padding: 1.3333333333vw 4vw;
    margin: 0.6666666667vw;
    font-size: 4vw;
  }
  .tab-list {
    padding: 5.3333333333vw 5.3333333333vw 0;
    border-bottom: none;
    width: 100%;
    margin-bottom: 4vw;
  }
  .tab-list .tab-list-item {
    background: #f3f3f3;
    color: #000000;
    text-align: center;
    padding: 1.3333333333vw 2.6666666667vw;
    width: 50%;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.75) inset, 1px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, -1px 0px 0px 0px rgba(0, 0, 0, 0.1) inset;
    font-size: 4.2666666667vw;
  }
  .tab-list .tab-list-item.active {
    background-color: rgb(0, 138, 138);
    color: #fff;
  }
  .news-list .ttl {
    margin-top: 20px;
    line-height: 1.4;
  }
  .news-list .date {
    margin-top: 10px;
  }
}
.sc-contact {
  margin-top: -200px;
}
.sc-contact .sc-inr, .sc-contact .sc-inr-ss, .sc-contact .sc-inr-s, .sc-contact .sc-inr-w {
  position: relative;
  z-index: 5;
}

.selectmail {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding-bottom: 20px;
}
.selectmail .selected {
  position: relative;
  padding: 10px;
  width: 200px;
  text-align: center;
  cursor: not-allowed;
  background: #e60012;
  color: #fff;
  margin: 0 5px;
  border-bottom: 4px solid #8d0505;
}
.selectmail .contact-select a {
  background: #d8d1d1;
  color: rgb(112, 112, 112);
  padding: 10px;
  width: 200px;
  text-align: center;
  display: block;
  margin: 0 5px;
  border-bottom: 4px solid #d8d1d1;
  transition: all 0.1s;
}
.selectmail .contact-select a:hover {
  text-decoration: none;
  background: #e60012;
  color: #fff;
  border-bottom: 4px solid #8d0505;
}

.recommend-question {
  display: block;
  background: linear-gradient(180deg, rgb(92, 76, 203) 0%, rgb(120, 75, 203) 100%);
  color: #fff;
  padding: 10px 20px;
  margin-bottom: 30px;
}
.recommend-question:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.8;
}

.bot-tool {
  display: block;
  background: linear-gradient(180deg, rgb(104, 0, 0) 0%, rgb(128, 0, 0) 100%);
  color: #fff;
  padding: 10px 20px;
  margin-bottom: 30px;
}
.bot-tool:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.8;
}

@media (max-width: 767px) {
  .sc-contact {
    margin-top: -60px;
  }
  .selectmail .selected {
    width: 50%;
    margin: 0;
  }
  .selectmail .contact-select {
    width: 50%;
    margin: 0;
  }
  .selectmail .contact-select a {
    width: 100%;
    margin: 0;
  }
}
.sc-privacy p {
  margin-top: 40px;
}
.sc-privacy p:first-of-type {
  margin-top: 0;
}
.sc-privacy .privacy-ttl {
  margin-bottom: 60px;
  line-height: 1;
  font-weight: 500;
  font-family: "EB Garamond", "Cochin", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Serif JP", serif;
  font-size: 3.47vw;
  position: relative;
}
.sc-privacy .privacy-ttl span {
  margin-right: 10px;
  font-size: 4.86vw;
}
.sc-privacy .privacy-list {
  padding-left: 1em;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .sc-privacy .privacy-ttl {
    margin-bottom: 40px;
    font-size: 6.66vw;
  }
  .sc-privacy .privacy-ttl span {
    font-size: 6.66vw;
    margin-right: 5px;
  }
}
.buymv {
  position: relative;
  z-index: 300;
  width: 1024px;
  margin: auto;
}
.buymv h3 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 32px;
  font-weight: normal;
}
.buymv a {
  display: block;
  width: 740px;
  padding: 30px;
  text-align: center;
  margin: auto;
  background: #000;
  border-radius: 80px;
  color: #fff;
  font-size: 30px;
  box-shadow: inset 0 6px 6px 0 #5448c9, inset 0 0 0 6px #8248c9;
  position: relative;
}
.buymv a span::after {
  right: 40px;
  position: absolute;
  content: ">";
  transition: all 0.3s;
}
.buymv a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.buymv a:hover span::after {
  right: 30px;
}

.mv_list {
  position: relative;
  z-index: 300;
  width: 1024px;
  margin: auto;
  margin-top: 95px;
  padding-bottom: 120px;
}
.mv_list ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row wrap;
  margin-bottom: 30px;
}
.mv_list ul li .kraken-btn {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  width: 473px;
}
.mv_list ul li .kraken-btn a.btn-new {
  width: 47%;
  margin-right: 5px;
}
.mv_list ul li .kraken-btn a.btn-transaction {
  width: 47%;
  margin-left: 5px;
}
.mv_list ul li .kraken-btn a.btn-sale {
  margin-top: 10px;
  color: #fff;
  text-align: center;
  border-radius: 100px;
  background: rgb(0, 218, 119);
  background: linear-gradient(180deg, rgb(0, 218, 119) 0%, rgb(11, 138, 3) 100%);
  padding: 10px 30px;
  display: block;
  width: 250px;
}
.mv_list ul li .kraken-btn a.btn-sale:hover {
  text-decoration: none;
  opacity: 0.8;
}
.mv_list ul li h4 {
  width: 296px;
  height: auto;
}
.mv_list ul li h4 img {
  width: 100%;
}
.mv_list ul li p {
  background: #333;
  border-radius: 5px;
  color: #fff;
  padding: 5px 15px;
  margin: 0 30px 0 10px;
  width: 210px;
  font-size: 14px;
  text-align: center;
}
.mv_list ul li a.btn-new {
  color: #fff;
  text-align: center;
  border-radius: 100px;
  background: rgb(182, 53, 53);
  background: linear-gradient(0deg, rgb(182, 53, 53) 0%, rgb(239, 10, 106) 100%);
  padding: 10px 30px;
  display: block;
  width: 230px;
}
.mv_list ul li a.btn-new:hover {
  text-decoration: none;
  opacity: 0.8;
}
.mv_list ul li a.btn-transaction {
  color: #fff;
  text-align: center;
  border-radius: 100px;
  background: rgb(30, 60, 114);
  background: linear-gradient(0deg, rgb(30, 60, 114) 0%, rgb(42, 82, 152) 100%);
  padding: 10px 30px;
  display: block;
  width: 230px;
}
.mv_list ul li a.btn-transaction:hover {
  text-decoration: none;
  opacity: 0.8;
}
.mv_list ul li a.btn-howto {
  color: #fff;
  text-align: center;
  border-radius: 100px;
  background: rgb(53, 70, 182);
  background: linear-gradient(0deg, rgb(53, 182, 154) 0%, rgb(5, 74, 0)) 100%;
  padding: 10px 30px;
  display: block;
  width: 230px;
}
.mv_list ul li a.btn-howto:hover {
  text-decoration: none;
  opacity: 0.8;
}
.mv_list ul li .v-hidden {
  visibility: hidden;
}

.about-mv {
  position: relative;
  z-index: 300;
  width: 1024px;
  margin: auto;
}
.about-mv h2 {
  text-align: center;
  font-weight: normal;
  font-size: 24px;
  border-bottom: 2px solid #c21500;
  padding-bottom: 8px;
  -o-border-image: linear-gradient(to right, transparent, #c94888 45%, #5448C9 75%, transparent);
     border-image: linear-gradient(to right, transparent, #c94888 45%, #5448C9 75%, transparent);
  border-image-slice: 1;
  margin-bottom: 40px;
}
.about-mv figure {
  width: 200px;
  height: auto;
  margin: auto;
}
.about-mv .about-mv-text {
  margin-top: 40px;
  padding-bottom: 120px;
}
.about-mv .about-mv-text p {
  margin-bottom: 60px;
}
.about-mv .about-mv-text ul li span {
  font-size: 12px;
  padding-left: 12px;
}

.any_to_any {
  text-align: right;
  width: 100%;
  margin: 20px;
  padding-right: 80px;
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .l-contents {
    padding: 16vw 2.6666666667vw;
  }
  .buymv {
    width: 100%;
  }
  .buymv h3 {
    font-size: 4vw;
  }
  .buymv a {
    width: 90.6666666667vw;
    font-size: 4.2666666667vw;
  }
  .buymv a span:after {
    right: 4vw;
  }
  .mv_list {
    width: 100%;
    margin-top: 12.6666666667vw;
    padding-bottom: 16vw;
  }
  .mv_list ul li {
    justify-content: space-around;
    border-bottom: 0.4vw dashed #999;
    padding-bottom: 7vw;
  }
  .mv_list ul li .v-hidden {
    display: none !important;
  }
  .mv_list ul li h4 {
    width: 53.3333333333vw;
    margin: auto;
  }
  .mv_list ul li p {
    width: 60%;
    margin: auto;
    text-align: center;
    margin-bottom: 2.6666666667vw;
    padding: 1.3333333333vw 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
  .mv_list ul li a.btn-new {
    width: 48%;
    padding: 2.6666666667vw;
    border-radius: 13.3333333333vw;
    font-size: 3.7333333333vw;
  }
  .mv_list ul li a.btn-howto {
    width: 48%;
    padding: 2.6666666667vw;
    border-radius: 13.3333333333vw;
    font-size: 3.7333333333vw;
  }
  .mv_list ul li a.btn-transaction {
    width: 48%;
    padding: 2.6666666667vw;
    border-radius: 13.3333333333vw;
    font-size: 3.7333333333vw;
  }
  .mv_list ul li .kraken-btn {
    width: 100%;
  }
  .mv_list ul li .kraken-btn a.btn-sale {
    width: 48%;
    font-size: 3.7333333333vw;
    padding: 2.6666666667vw;
  }
  .about-mv {
    width: 100%;
  }
  .about-mv h2 {
    font-size: 4.2666666667vw;
    margin-bottom: 8vw;
    padding-bottom: 1.0666666667vw;
  }
  .about-mv .about-mv-text {
    margin-top: 5.3333333333vw;
    padding-bottom: 16vw;
  }
  .about-mv .about-mv-text p {
    margin-bottom: 8vw;
    font-size: 3.7333333333vw;
  }
  .about-mv .about-mv-text ul li {
    font-size: 3.7333333333vw;
  }
  .about-mv .about-mv-text ul li span {
    font-size: 3.2vw;
    padding-left: 2.6666666667vw;
  }
  .about-mv figure {
    width: 40vw;
    text-align: center;
  }
  .any_to_any {
    padding-right: 0;
    text-decoration: underline;
    text-align: center;
    font-size: 4vw;
  }
}
main.nftPage .mv-nft {
  width: 100%;
  height: auto;
  line-height: 0;
}
main.nftPage .mv-nft img {
  width: 100%;
}
main.nftPage .auctionDetail {
  background: url("/assets/img/nft/bg-auction-detail.png") no-repeat center top;
  text-align: center;
  color: #fff;
  padding: 40px 0;
  background-size: cover;
}
main.nftPage .auctionDetail h2 {
  font-size: 36px;
  font-weight: normal;
  text-shadow: 1px 1px 2px #9d7300, 2px 2px 2px #9d7300, 1px 1px 2px #9d7300, 2px 2px 2px #9d7300;
  padding-bottom: 24px;
}
main.nftPage .auctionDetail h3 {
  background: url("/assets/img/nft/period.png") no-repeat center top;
  padding: 22px 0;
  letter-spacing: 1px;
}
main.nftPage .auctionDetail .auctionDetail-text {
  padding: 40px 0;
}
main.nftPage .auctionDetail .auctionDetail-text p {
  padding-top: 18px;
}
main.nftPage .legend {
  padding: 60px 0 120px 0;
  position: relative;
  z-index: 300;
  text-align: center;
  background: rgb(101, 0, 0);
  background: linear-gradient(0deg, rgb(101, 0, 0) 0%, rgb(61, 0, 26) 100%);
}
main.nftPage .legend ul.slide {
  background: url("/assets/img/nft/bg-slidevideo.png") no-repeat;
  width: 700px;
  height: 419px;
  margin: 40px auto;
  position: relative;
}
main.nftPage .legend ul.slide li {
  padding-top: 28px;
}
main.nftPage .legend ul.slide li iframe {
  width: 640px;
}
main.nftPage .legend ul.slide .prev-arrow {
  position: absolute;
  left: -70px;
  top: 48%;
  cursor: pointer;
  transition: all 0.2s;
}
main.nftPage .legend ul.slide .prev-arrow:hover {
  filter: brightness(1.3);
}
main.nftPage .legend ul.slide .next-arrow {
  position: absolute;
  right: -70px;
  top: 48%;
  cursor: pointer;
  transition: all 0.2s;
}
main.nftPage .legend ul.slide .next-arrow:hover {
  filter: brightness(1.3);
}
main.nftPage .legend .movieNavlist {
  display: flex;
  flex-flow: row wrap;
  width: 1024px;
  margin: auto;
  justify-content: space-around;
}
main.nftPage .legend .movieNavlist li {
  background: #000;
  border: 2px solid #7b0000;
  width: 18%;
  padding: 10px 20px;
  margin-top: 10px;
  cursor: pointer;
  transition: all 0.2s;
}
main.nftPage .legend .movieNavlist li:hover {
  background: #740000;
}
main.nftPage .legend .movieNavlist li span {
  background: -webkit-linear-gradient(90deg, #918466, #fff5c9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 1px;
}
main.nftPage .RareArea {
  background: url("/assets/img/nft/bg-auction.png") repeat;
  padding: 120px 0;
  position: relative;
  z-index: 300;
}
main.nftPage .RareArea .sr-area h2 {
  text-align: center;
}
main.nftPage .RareArea .sr-area ul {
  width: 1024px;
  margin: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding-top: 20px;
}
main.nftPage .RareArea .sr-area ul li {
  width: 18%;
  text-align: center;
  color: #db00ad;
  font-weight: bold;
}
main.nftPage .RareArea .r-area {
  padding-top: 120px;
}
main.nftPage .RareArea .r-area h2 {
  text-align: center;
}
main.nftPage .RareArea .r-area ul {
  width: 1024px;
  margin: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding-top: 20px;
}
main.nftPage .RareArea .r-area ul li {
  width: 18%;
  text-align: center;
  color: #0059d9;
  font-weight: bold;
}
main.nftPage .RareArea .n-area {
  padding-top: 120px;
}
main.nftPage .RareArea .n-area h2 {
  text-align: center;
}
main.nftPage .RareArea .n-area ul {
  width: 1024px;
  margin: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding-top: 20px;
}
main.nftPage .RareArea .n-area ul li {
  width: 18%;
  text-align: center;
  color: #6b6b6b;
  font-weight: bold;
}
main.nftPage .auction-rule {
  background: #eeeeed;
  padding: 40px 0;
  position: relative;
  z-index: 300;
}
main.nftPage .auction-rule .auction-wrap {
  width: 1024px;
  margin: auto;
}
main.nftPage .auction-rule .auction-wrap h2 {
  text-align: center;
  color: #b60000;
  font-size: 24px;
}
main.nftPage .auction-rule .auction-wrap .auction-detail {
  padding-top: 40px;
}
main.nftPage .auction-rule .auction-wrap .auction-detail li {
  line-height: 1.4;
  padding-top: 16px;
}
main.nftPage .auction-rule .auction-wrap .auction-detail li h3 {
  font-weight: bold;
  padding-top: 40px;
}
main.nftPage .auction-rule .auction-wrap .auction-detail li p {
  padding-top: 20px;
}
main.nftPage .auction-rule .auction-wrap .auction-detail li .sub-list li span {
  padding-left: 24px;
  font-size: 12px;
  line-height: 1.2;
}
main.nftPage .auction-rule .auction-wrap .auction-detail ol.example-text {
  line-height: 1.4;
  font-size: 14px;
}
main.nftPage .auction-rule .auction-wrap .auction-detail ol.example-text li:nth-child(2) {
  padding-top: 2px;
}
main.nftPage .auction-rule .en_view dl dd {
  line-height: 3.8;
}
main.nftPage .auction-rule .en_view .gray {
  line-height: 1.35;
}
main.nftPage .auction-rule .present {
  margin-top: 40px;
}
main.nftPage .auction-rule dl {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  border-bottom: 1px solid #a7a7a7;
}
main.nftPage .auction-rule dl dt {
  background: #9595aa;
  color: #fff;
  width: 16.6666666666%;
  border-left: #a7a7a7 1px solid;
  padding: 14px 0;
  text-align: center;
}
main.nftPage .auction-rule dl dd {
  background: #f0f0ff;
  width: 16.6666666666%;
  border-left: #a7a7a7 1px solid;
  padding: 14px 0;
  text-align: center;
  line-height: 2.5;
}
main.nftPage .auction-rule dl dd:nth-child(6) {
  border-right: 1px solid #a7a7a7;
}
main.nftPage .auction-rule dl .gray {
  background: #9595aa;
  color: #fff;
  font-size: 16px;
  line-height: 1.35;
}
main.nftPage .auction-rule figure {
  text-align: center;
  margin: 40px auto;
}
main.nftPage .auction-rule figure figcaption {
  color: #b68900;
  font-size: 22px;
}
main.nftPage .auction-rule .participation p {
  padding-top: 20px;
}
main.nftPage .auction-rule .rule h2 {
  padding: 80px 0 40px;
  font-size: 24px;
}
main.nftPage .auction-rule .rule p {
  padding-top: 14px;
}

.auctionArea-wrap {
  background: url("/assets/img/nft/bg-auctionArea.png") repeat;
  position: relative;
  z-index: 300;
  padding: 80px 0 160px;
}
.auctionArea-wrap .auctionArea {
  width: 1024px;
  margin: auto;
  display: flex;
  flex-flow: row wrap;
}
.auctionArea-wrap .auctionArea .tab_class {
  background: #333;
  border: 2px solid #fff;
  padding: 15px 0;
  border-radius: 15px 15px 0 0;
  color: #fff;
  width: 200px;
  display: block;
  text-align: center;
  margin-right: 20px;
  order: -1;
  border-bottom: none;
  cursor: pointer;
}
.auctionArea-wrap .auctionArea .tab_class:hover {
  opacity: 0.8;
}
.auctionArea-wrap .auctionArea input[name=tab_name] {
  display: none;
}
.auctionArea-wrap .auctionArea input:checked + .tab_class {
  background-color: #b60000;
  color: #fff;
  pointer-events: none;
}
.auctionArea-wrap .auctionArea .content_class {
  display: none;
  width: 100%;
  background: #b60000;
  border: 2px solid #fff;
  color: #fff;
  padding: 15px;
}
.auctionArea-wrap .auctionArea input:checked + .tab_class + .content_class {
  display: block;
}
.auctionArea-wrap input[name=mv-polygon] {
  padding: 10px;
  border: 1px solid #333;
  border-radius: 5px;
  width: 400px;
  margin: 10px 10px 10px 0;
  cursor: auto;
  font-size: 20px;
}
.auctionArea-wrap input[name=mv-erc] {
  padding: 10px;
  border: 1px solid #333;
  border-radius: 5px;
  width: 400px;
  margin: 10px 10px 10px 0;
  cursor: auto;
  font-size: 20px;
}
.auctionArea-wrap .bid-wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.auctionArea-wrap button[name=bid] {
  cursor: pointer;
  background: #db7c00;
  border: 2px solid #c45c00;
  color: #fff;
  width: 240px;
  border-radius: 10px;
  font-size: 24px;
  height: 70px;
}
.auctionArea-wrap button[name=bid]:hover {
  opacity: 0.8;
}
.auctionArea-wrap .bid-amount {
  width: 1024px;
  margin: auto;
}
.auctionArea-wrap .bid-amount ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 100px;
}
.auctionArea-wrap .bid-amount ul li {
  width: 18%;
  background: #b60000;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 8px 0;
  box-shadow: 2px 2px 4px #5c0000;
  transition: 0.3s;
}
.auctionArea-wrap .bid-amount ul li:hover {
  background: #e62121;
  cursor: pointer;
}
.auctionArea-wrap .bid-amount ul li.is-active {
  background: #db7c00;
}
.auctionArea-wrap .bid-amount .bid-amount-list {
  margin-top: 25px;
  text-align: center;
}
.auctionArea-wrap .bid-amount .bid-amount-list dl {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  background: #fff;
  padding: 10px;
}
.auctionArea-wrap .bid-amount .bid-amount-list dl .bid-title {
  text-align: center;
  width: 33.333333333%;
}
.auctionArea-wrap .bid-amount .bid-amount-list dl .bid-text {
  text-align: center;
  width: 33.333333333%;
}
.auctionArea-wrap .bid-amount .bid-amount-list dl.bit-list-head {
  border-bottom: 2px solid #000;
}
.auctionArea-wrap .bid-amount .bid-amount-list dl.bit-list-head dt:nth-child(1) {
  width: 20%;
}
.auctionArea-wrap .bid-amount .bid-amount-list dl.bit-list-head dt:nth-child(2) {
  width: 20%;
}
.auctionArea-wrap .bid-amount .bid-amount-list dl.bit-list-head dt:nth-child(3) {
  width: 30%;
}
.auctionArea-wrap .bid-amount .bid-amount-list dl.bit-list-head dt:nth-child(4) {
  width: 30%;
}
.auctionArea-wrap .bid-amount .bid-amount-list .list-wrap {
  max-height: 710px;
  overflow-y: scroll;
}
.auctionArea-wrap .bid-amount .bid-amount-list dl.bid-list-inner {
  border-bottom: 1px solid #dedede;
}
.auctionArea-wrap .bid-amount .bid-amount-list dl.bid-list-inner dd:nth-child(1) {
  width: 20%;
}
.auctionArea-wrap .bid-amount .bid-amount-list dl.bid-list-inner dd:nth-child(2) {
  width: 20%;
}
.auctionArea-wrap .bid-amount .bid-amount-list dl.bid-list-inner dd:nth-child(3) {
  width: 30%;
}
.auctionArea-wrap .bid-amount .bid-amount-list dl.bid-list-inner dd:nth-child(4) {
  width: 30%;
}

.attention {
  width: 1024px;
  margin: auto;
  color: #fff;
  padding-top: 24px;
}

@media (max-width: 1024px) {
  main.nftPage .auctionDetail {
    padding: 5.3333333333vw 2.6666666667vw;
  }
  main.nftPage .auctionDetail h2 {
    font-size: 6.4vw;
  }
  main.nftPage .auctionDetail h3 {
    letter-spacing: normal;
    font-size: 4.2666666667vw;
    line-height: 1.4;
    padding: 2.4vw 0;
    background: url("/assets/img/nft/sp/period.png") no-repeat center top;
    background-size: 100%;
  }
  main.nftPage .auctionDetail .auctionDetail-text {
    padding: 2.1333333333vw 0;
    text-align: left;
  }
  main.nftPage .auctionDetail .auctionDetail-text p {
    font-size: 3.7333333333vw;
    padding-top: 2.4vw;
  }
  main.nftPage .legend {
    padding: 8vw 2.6666666667vw 10.6666666667vw;
  }
  main.nftPage .legend ul.slide {
    width: 100%;
    background: none;
    margin: auto;
    height: auto;
  }
  main.nftPage .legend ul.slide .slick-arrow {
    display: none;
  }
  main.nftPage .legend ul.slide li iframe {
    width: 100%;
  }
  main.nftPage .legend .movieNavlist {
    width: 100%;
  }
  main.nftPage .legend .movieNavlist li {
    width: 48%;
  }
  main.nftPage .legend .movieNavlist li span {
    font-size: 4.2666666667vw;
  }
  main.nftPage .RareArea {
    padding: 10.6666666667vw 2.6666666667vw 5.3333333333vw;
  }
  main.nftPage .RareArea .sr-area ul {
    width: 100%;
    justify-content: space-evenly;
    padding-top: 2.6666666667vw;
  }
  main.nftPage .RareArea .sr-area ul li {
    width: 31%;
    padding-top: 2.1333333333vw;
  }
  main.nftPage .RareArea .sr-area ul li figure figcaption {
    font-size: 3.7333333333vw;
  }
  main.nftPage .RareArea .r-area {
    padding-top: 10.6666666667vw;
  }
  main.nftPage .RareArea .r-area ul {
    width: 100%;
    justify-content: space-evenly;
    padding-top: 2.6666666667vw;
  }
  main.nftPage .RareArea .r-area ul li {
    width: 31%;
    padding-top: 2.1333333333vw;
  }
  main.nftPage .RareArea .r-area ul li figure figcaption {
    font-size: 3.7333333333vw;
  }
  main.nftPage .RareArea .n-area {
    padding-top: 10.6666666667vw;
  }
  main.nftPage .RareArea .n-area ul {
    width: 100%;
    justify-content: space-evenly;
    padding-top: 2.6666666667vw;
  }
  main.nftPage .RareArea .n-area ul li {
    width: 31%;
    padding-top: 2.1333333333vw;
  }
  main.nftPage .RareArea .n-area ul li figure figcaption {
    font-size: 3.7333333333vw;
  }
  main.nftPage .auction-rule {
    padding: 5.3333333333vw 2.6666666667vw;
  }
  main.nftPage .auction-rule .auction-wrap {
    width: 100%;
  }
  main.nftPage .auction-rule .auction-wrap h2 {
    font-size: 5.8666666667vw;
  }
  main.nftPage .auction-rule .auction-wrap ol.auction-detail {
    padding-top: 0;
  }
  main.nftPage .auction-rule .auction-wrap ol.auction-detail li {
    padding-top: 1.3333333333vw;
    font-size: 3.4666666667vw;
    font-size: 3.7333333333vw;
  }
  main.nftPage .auction-rule .auction-wrap ol.auction-detail li h3 {
    padding-top: 3.2vw;
    padding-left: 3vw;
    text-indent: -3vw;
    font-size: 4.2666666667vw;
  }
  main.nftPage .auction-rule .auction-wrap ol.auction-detail li .sub-list {
    padding-top: 1.3333333333vw;
  }
  main.nftPage .auction-rule .auction-wrap ol.auction-detail li .sub-list li span {
    padding-left: 0;
    font-size: 2.9333333333vw;
    display: inline-block;
    padding-left: 6vw;
    text-indent: -4vw;
    line-height: 1.6;
    padding-top: 1.3333333333vw;
  }
  main.nftPage .auction-rule .auction-wrap ol.auction-detail dl.list-top {
    margin-top: 5.3333333333vw;
  }
  main.nftPage .auction-rule .auction-wrap ol.auction-detail dl.list-top dt {
    width: 100%;
    font-size: 4.8vw;
  }
  main.nftPage .auction-rule .auction-wrap ol.auction-detail dl.list-top dt span {
    font-size: 3.2vw;
  }
  main.nftPage .auction-rule .auction-wrap ol.auction-detail dl.second .gray {
    width: 30%;
    border-left: 1px solid #a7a7a7;
  }
  main.nftPage .auction-rule .auction-wrap ol.auction-detail dl.second dd {
    width: 70%;
    padding: 0;
    line-height: 2;
    font-size: 4.2666666667vw;
    border-right: 1px solid #a7a7a7;
    border-left: none;
  }
  main.nftPage .auction-rule figure {
    margin: 5.3333333333vw auto;
    width: 80vw;
    height: auto;
  }
  main.nftPage .auction-rule figure figcaption {
    font-size: 4.8vw;
  }
  main.nftPage .auction-rule .participation p {
    font-size: 3.7333333333vw;
  }
  main.nftPage .auction-rule .rule h2 {
    font-size: 5.8666666667vw;
    padding: 5.3333333333vw 0 0 0;
  }
  main.nftPage .auction-rule .rule p {
    font-size: 3.7333333333vw;
  }
  main.nftPage .auctionArea-wrap {
    padding: 10.6666666667vw 0 16vw;
  }
  main.nftPage .auctionArea-wrap .auctionArea {
    width: 100%;
    padding: 0 2.6666666667vw;
  }
  main.nftPage .auctionArea-wrap .auctionArea .tab_class {
    width: 40vw;
  }
  main.nftPage .auctionArea-wrap .auctionArea .bid-wrap .bid-inner-left {
    width: 100%;
  }
  main.nftPage .auctionArea-wrap .auctionArea .bid-wrap .bid-inner-left p {
    font-size: 4.2666666667vw;
  }
  main.nftPage .auctionArea-wrap input[name=mv-erc] {
    width: 90%;
    margin: 1.3333333333vw 1.3333333333vw 1.3333333333vw 0;
    font-size: 3.7333333333vw;
  }
  main.nftPage .auctionArea-wrap input[name=mv-polygon] {
    width: 90%;
    margin: 1.3333333333vw 1.3333333333vw 1.3333333333vw 0;
    font-size: 3.7333333333vw;
  }
  main.nftPage .auctionArea-wrap button[name=bid] {
    width: 100%;
    font-size: 4.2666666667vw;
    margin-top: 2.1333333333vw;
    height: 10.6666666667vw;
  }
  main.nftPage .auctionArea-wrap .bid-amount {
    width: 100%;
    padding: 0 2.6666666667vw;
  }
  main.nftPage .auctionArea-wrap .bid-amount ul {
    margin-top: 10.6666666667vw;
  }
  main.nftPage .auctionArea-wrap .bid-amount ul li {
    width: 19%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.3;
  }
  main.nftPage .auctionArea-wrap .bid-amount .bid-amount-list dl {
    align-items: center;
    font-size: 3.4666666667vw;
    padding: 2.1333333333vw 0;
  }
  main.nftPage .auctionArea-wrap .bid-amount .bid-amount-list .bit-list-head dt:nth-child(1) {
    width: 19%;
  }
  main.nftPage .auctionArea-wrap .bid-amount .bid-amount-list .bit-list-head dt:nth-child(2) {
    width: 18%;
  }
  main.nftPage .auctionArea-wrap .bid-amount .bid-amount-list .bit-list-head dt:nth-child(3) {
    width: 40%;
  }
  main.nftPage .auctionArea-wrap .bid-amount .bid-amount-list .bit-list-head dt:nth-child(4) {
    width: 23%;
  }
  main.nftPage .auctionArea-wrap .bid-amount .bid-amount-list .bid-list-inner dd {
    font-size: 3.7333333333vw;
  }
  main.nftPage .auctionArea-wrap .bid-amount .bid-amount-list .bid-list-inner dd:nth-child(1) {
    width: 19%;
    border-right: 1px dashed #333;
  }
  main.nftPage .auctionArea-wrap .bid-amount .bid-amount-list .bid-list-inner dd:nth-child(2) {
    width: 18%;
    border-right: 1px dashed #333;
  }
  main.nftPage .auctionArea-wrap .bid-amount .bid-amount-list .bid-list-inner dd:nth-child(3) {
    width: 40%;
    border-right: 1px dashed #333;
    padding: 0 1.3333333333vw;
  }
  main.nftPage .auctionArea-wrap .bid-amount .bid-amount-list .bid-list-inner dd:nth-child(4) {
    width: 23%;
  }
  main.nftPage .auctionArea-wrap .bid-amount .bid-amount-list .bid-list-inner .bid-text {
    height: 12vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  main.nftPage .auctionArea-wrap .bid-amount .bid-amount-list .list-wrap {
    height: 106.6666666667vw;
    overflow-y: scroll;
  }
  .attention {
    width: 100%;
    padding: 2.6666666667vw;
  }
}
.modaal-wrapper .modaal-close {
  background: #333 !important;
  position: absolute;
  right: -10px;
  top: -15px;
  border: 1px solid #fff !important;
}

/*infoエリアをはじめは非表示*/
#modal-gamestart {
  display: none;
}

#modal-maxikuan {
  display: none;
}

#modal-ricky {
  display: none;
}

#modal-hoo {
  display: none;
}

#modal-jyoho {
  display: none;
}

#modal-kato {
  display: none;
}

#modal-morikawa {
  display: none;
}

#modal-noguchi {
  display: none;
}

#modal-tsai {
  display: none;
}

#modal-katsube {
  display: none;
}

#modal-mizushima {
  display: none;
}

#modal-kitakawa {
  display: none;
}

.js-member-tr li:nth-child(3) {
  z-index: 99;
}
.js-member-tr li:nth-child(4) {
  z-index: 99;
}
.js-member-tr li:nth-child(5) {
  z-index: 99;
}

.memberImg a:hover {
  filter: brightness(1.1);
}

.member-detail {
  display: flex;
  flex-flow: row wrap;
}
.member-detail figure {
  width: 30%;
}
.member-detail .memberTitle {
  width: 70%;
  padding: 0 20px;
}

/*モーダルの横幅を変更したい場合*/
.modaal-container {
  max-width: 700px !important;
  border-radius: 20px !important;
}

/*モーダルのボタンの色を変更したい場合*/
.modaal-close:after,
.modaal-close:before {
  background: #ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #666;
}

.region-select-txt {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.region-select {
  margin-top: 2vw;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.region-select .btn-region {
  margin: 20px;
}
.region-select .btn-region a {
  display: block;
  width: 400px;
  background: linear-gradient(180deg, rgb(92, 76, 203) 0%, rgb(120, 75, 203) 100%);
  border-radius: 10000px;
  text-align: center;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
}
.region-select .btn-region a:hover {
  filter: brightness(1.2);
}

.start-notice {
  padding-top: 10px;
  margin-top: 30px;
  font-size: 15px;
  border-top: 1px solid #333;
}

@media screen and (max-width: 1024px) {
  .region-select-txt {
    font-size: 4vw;
  }
  .modaal-content-container {
    padding: 2.6666666667vw !important;
    margin-top: 2.6666666667vw;
  }
  .region-select .btn-region {
    margin: 2.6666666667vw;
  }
  .region-select .btn-region a {
    width: 75vw;
  }
}
.agreement-list {
  padding-bottom: 100px;
}

.agreement-title a {
  display: block;
  padding: 20px;
  background: #fff;
  margin-bottom: 10px;
  transition: all 0.3s;
  border: 2px solid #fff;
  text-decoration: none;
  border-radius: 5px;
}
.agreement-title a:hover {
  box-shadow: 1px 1px 6px #999;
}

.agreement-wrapper .bg-main {
  z-index: -1;
}
.agreement-wrapper .l-section {
  padding-bottom: 150px;
}
.agreement-wrapper h2 {
  font-size: 22px;
  padding: 30px 0 0;
}
.agreement-wrapper p {
  padding-top: 15px;
  text-indent: -20px;
  padding-left: 20px;
}
.agreement-wrapper ol {
  padding-top: 20px;
  padding-left: 20px;
}
.agreement-wrapper ol li {
  text-indent: -24px;
  padding-left: 24px;
}
.agreement-wrapper .cut {
  text-indent: 0;
  padding-left: 0;
}
.agreement-wrapper table {
  border-collapse: collapse;
  width: 100%;
  margin: auto;
}
.agreement-wrapper table td {
  border: 1px solid #333;
  padding: 6px;
  width: 50%;
}

.sanction-policy p {
  text-indent: 0;
}

main.ticketExchangePage {
  background: url("/assets/img/ticket-exchange/bg-ticket-exchange.png") repeat;
}
main.ticketExchangePage .greeting {
  text-align: center;
  padding: 100px 0;
  z-index: 10;
  position: relative;
  width: 1024px;
  margin: auto;
}
main.ticketExchangePage .greeting p {
  line-height: 3;
}
main.ticketExchangePage .exchange-contents-wrapper {
  padding-bottom: 70px;
}
main.ticketExchangePage .exchange-contents-wrapper h2 {
  background: #3c55d3;
  border-radius: 10px 10px 0 0;
  font-size: 36px;
  color: #fff;
  text-align: center;
  font-weight: normal;
  width: 1024px;
  margin: auto;
  box-shadow: 2px 2px 20px #999;
}
main.ticketExchangePage .exchange-contents-wrapper .about-membersCard-detail {
  width: 1024px;
  margin: auto;
  z-index: 10;
  position: relative;
  background: #eeeeee;
  border-radius: 0 0 10px 10px;
  padding: 0 0 100px;
  box-shadow: 2px 2px 20px #999;
}
main.ticketExchangePage .exchange-contents-wrapper .about-membersCard-detail .tipswrapper {
  padding: 20px 40px;
}
main.ticketExchangePage .exchange-contents-wrapper .about-membersCard-detail .explanation {
  padding: 30px 0 0 0;
  text-align: center;
  width: 850px;
  margin: auto;
}
main.ticketExchangePage .exchange-contents-wrapper .about-membersCard-detail .about-attention {
  text-align: right;
  font-size: 14px;
  color: #de0000;
  padding: 10px 110px 30px 0;
}
main.ticketExchangePage .exchange-contents-wrapper .about-membersCard-detail .bonusList {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  width: 850px;
  margin: auto;
}
main.ticketExchangePage .exchange-contents-wrapper .about-membersCard-detail .bonusList li {
  padding: 0 15px;
  width: 33.333333%;
}
main.ticketExchangePage .exchange-contents-wrapper .about-membersCard-detail .bonusList li figure {
  text-align: center;
}
main.ticketExchangePage .exchange-contents-wrapper .about-membersCard-detail .bonusList li figure figcaption {
  text-align: center;
}
main.ticketExchangePage .exchange-contents-wrapper .about-membersCard-detail .r-note {
  color: #de0000;
  text-align: center;
  font-size: 14px;
  padding: 30px 0;
}
main.ticketExchangePage .exchange-contents-wrapper .about-membersCard-detail .another {
  text-align: center;
  padding: 0 0 30px;
}
main.ticketExchangePage .exchange-contents-wrapper .about-membersCard-detail .another-list {
  width: 500px;
  margin: auto;
}
main.ticketExchangePage .exchange-contents-wrapper .about-membersCard-detail .another-list li {
  text-align: center;
}
main.ticketExchangePage .exchange-contents-wrapper a {
  border-radius: 1000px;
  background: linear-gradient(25deg, #c94888, #5448C9);
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  width: 300px;
  margin: auto;
  display: block;
  text-decoration: none;
  margin-top: 30px;
}
main.ticketExchangePage .exchange-contents-wrapper a:hover {
  filter: brightness(1.2);
}
main.ticketExchangePage .changeList {
  padding: 30px 0;
}
main.ticketExchangePage .changeList li {
  padding: 15px 0;
  width: 600px;
  margin: auto;
}
main.ticketExchangePage .changeList li figure img {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  main.ticketExchangePage .greeting {
    text-align: center;
    padding: 6.6666666667vw 5.3333333333vw;
    text-align: left;
    font-size: 4.2666666667vw;
    width: 100%;
  }
  main.ticketExchangePage .greeting p {
    line-height: 2;
  }
  main.ticketExchangePage .exchange-contents-wrapper {
    padding: 5.3333333333vw;
  }
  main.ticketExchangePage .exchange-contents-wrapper h2 {
    width: 100%;
    font-size: 4.8vw;
  }
  main.ticketExchangePage .exchange-contents-wrapper .about-membersCard-detail {
    width: 100%;
    padding: 0 5.3333333333vw 13.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
  main.ticketExchangePage .exchange-contents-wrapper .about-membersCard-detail .explanation {
    font-size: 4.2666666667vw;
    text-align: left;
    padding: 5.3333333333vw 0 2.6666666667vw 0;
    width: 100%;
  }
  main.ticketExchangePage .exchange-contents-wrapper .about-membersCard-detail .about-attention {
    text-align: left;
    font-size: 4.2666666667vw;
    padding: 0vw 0 5.3333333333vw;
  }
  main.ticketExchangePage .exchange-contents-wrapper .about-membersCard-detail .bonusList {
    display: block;
    width: 100%;
  }
  main.ticketExchangePage .exchange-contents-wrapper .about-membersCard-detail .bonusList li {
    padding: 0;
    width: 100%;
  }
  main.ticketExchangePage .exchange-contents-wrapper .about-membersCard-detail .bonusList li figure {
    padding-top: 2.6666666667vw;
  }
  main.ticketExchangePage .exchange-contents-wrapper .about-membersCard-detail .bonusList li figure img {
    width: 100%;
  }
  main.ticketExchangePage .exchange-contents-wrapper .about-membersCard-detail .bonusList li figure figcaption {
    font-size: 4.2666666667vw;
  }
  main.ticketExchangePage .exchange-contents-wrapper .about-membersCard-detail .r-note {
    font-size: 4.2666666667vw;
    text-align: left;
    padding: 4vw 0;
  }
  main.ticketExchangePage .exchange-contents-wrapper .about-membersCard-detail .another {
    text-align: left;
    font-size: 4.2666666667vw;
    padding-bottom: 4vw;
  }
  main.ticketExchangePage .exchange-contents-wrapper .about-membersCard-detail .another-list {
    font-size: 4.2666666667vw;
    width: 100%;
  }
  main.ticketExchangePage .exchange-contents-wrapper .about-membersCard-detail .another-list li {
    text-align: left;
  }
  main.ticketExchangePage .exchange-contents-wrapper .about-membersCard-detail a {
    font-size: 4.8vw;
    width: 100%;
  }
  main.ticketExchangePage .exchange-contents-wrapper .about-membersCard-detail .tipswrapper {
    padding: 2.6666666667vw 0;
  }
  main.ticketExchangePage .exchange-contents-wrapper .about-membersCard-detail .tipswrapper p {
    padding-top: 1.3333333333vw;
  }
  main.ticketExchangePage .changeList {
    padding: 4vw 0;
  }
  main.ticketExchangePage .changeList li {
    padding: 2vw 0;
    width: 100%;
    margin: auto;
  }
  main.ticketExchangePage .changeList li figure img {
    width: 100%;
  }
}
body.nft_import-export main {
  background: url("/assets/img/import-export/bg.png") no-repeat;
  background-attachment: fixed;
}
body.nft_import-export main h2 {
  text-align: center;
  padding: 50px 0;
  font-size: 20px;
}
body.nft_import-export main h2 span {
  color: #b30000;
}
body.nft_import-export main .wallet-genso {
  margin: auto;
  width: 668px;
}
body.nft_import-export main ul.serviceList {
  background-image: linear-gradient(0deg, rgb(71, 80, 154), rgb(103, 113, 230));
  padding: 30px;
  width: 913px;
  margin: auto;
  border-radius: 10px;
  margin-top: 30px;
}
body.nft_import-export main ul.serviceList li {
  color: #fff;
  font-size: 16px;
  line-height: 2;
}
body.nft_import-export main .about-wallet h3 {
  border-bottom: 3px solid #5059af;
  text-align: center;
  width: 260px;
  margin: auto;
  font-size: 20px;
  padding-top: 100px;
  margin-bottom: 30px;
}
body.nft_import-export main .about-wallet p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 40px;
}
body.nft_import-export main .about-wallet ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  width: 900px;
  margin: auto;
}
body.nft_import-export main .about-wallet ul li {
  width: 430px;
  padding: 30px 0 20px 0;
  background: rgb(227, 227, 227);
  background: linear-gradient(180deg, rgb(227, 227, 227) 0%, rgb(229, 229, 229) 100%);
  border-radius: 5px;
  text-align: center;
}
body.nft_import-export main .about-wallet ul li p {
  margin-bottom: 30px;
}
body.nft_import-export main .about-wallet ul li figure {
  text-align: center;
  padding: 28px 0;
}
body.nft_import-export main .about-wallet ul li a {
  color: #0005c2;
  text-decoration: underline;
}
body.nft_import-export main .about-wallet ul li .detail-btn a {
  display: block;
  background: #009998;
  color: #fff;
  border-radius: 100px;
  text-decoration: none;
  width: 240px;
  padding: 10px;
  margin: auto;
}
body.nft_import-export main .about-wallet ul li .detail-btn a:hover {
  opacity: 0.8;
}
body.nft_import-export main .about-wallet ul li .detail-btn .comingsoon {
  pointer-events: none;
}
body.nft_import-export main .walletapp-install {
  margin: auto;
  width: 1024px;
}
body.nft_import-export main .walletapp-install h3 {
  border-bottom: 3px solid #5059af;
  text-align: center;
  width: 350px;
  margin: auto;
  font-size: 20px;
  padding-top: 100px;
  margin-bottom: 30px;
}
body.nft_import-export main .walletapp-install .step {
  display: flex;
  flex-flow: row wrap;
  padding-left: 62px;
  padding-bottom: 40px;
}
body.nft_import-export main .walletapp-install .step figure {
  width: 328px;
  margin-right: 20px;
}
body.nft_import-export main .walletapp-install .step figure a {
  width: 328px;
  height: 198px;
  display: block;
  overflow: hidden;
}
body.nft_import-export main .walletapp-install .step figure a:hover {
  box-shadow: 2px 2px 4px rgb(133, 133, 133);
}
body.nft_import-export main .walletapp-install .step figure a img {
  width: 100%;
  transition: all 0.3s;
  overflow: hidden;
}
body.nft_import-export main .walletapp-install .step figure a img:hover {
  transform: scale(1.3);
  overflow: hidden;
}
body.nft_import-export main .walletapp-install .step p {
  width: 614px;
  font-size: 14px;
}
body.nft_import-export main .walletapp-install .step .step3 ul {
  font-size: 14px;
  padding: 14px 0 7px 0;
}
body.nft_import-export main .walletapp-install .step .step3 ul li {
  font-size: 14px;
}
body.nft_import-export main ul.select {
  width: 1024px;
  margin: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 80px 0;
}
body.nft_import-export main ul.select li {
  padding: 8px 0;
}
body.nft_import-export main ul.select li a {
  display: block;
  width: 328px;
  height: 198px;
  overflow: hidden;
}
body.nft_import-export main ul.select li a:hover {
  box-shadow: 2px 2px 4px rgb(133, 133, 133);
}
body.nft_import-export main ul.select li a img {
  width: 100%;
  transition: all 0.3s;
}
body.nft_import-export main ul.select li a img:hover {
  transform: scale(1.3);
}

@media screen and (max-width: 1024px) {
  body.nft_import-export main {
    background: none;
  }
  body.nft_import-export main .container {
    padding: 0 5.3333333333vw 13.3333333333vw;
  }
  body.nft_import-export main .container::before {
    content: "";
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-image: url("/assets/img/import-export/bg.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
  body.nft_import-export main .container figure.wallet-genso {
    width: 100%;
  }
  body.nft_import-export main .container ul.serviceList {
    width: 100%;
  }
  body.nft_import-export main .container ul.serviceList li {
    padding-top: 1.3333333333vw;
    font-size: 3.7333333333vw;
  }
  body.nft_import-export main .container .about-wallet h3 {
    font-size: 4.2666666667vw;
  }
  body.nft_import-export main .container .about-wallet h4 {
    font-size: 4vw;
  }
  body.nft_import-export main .container .about-wallet ul {
    width: 100%;
  }
  body.nft_import-export main .container .about-wallet ul li {
    width: 100%;
    margin-top: 2.6666666667vw;
  }
  body.nft_import-export main .container .about-wallet ul li p {
    text-align: center;
  }
  body.nft_import-export main .container .about-wallet p {
    text-align: left;
    font-size: 3.7333333333vw;
  }
  body.nft_import-export main .container .walletapp-install {
    width: 100%;
  }
  body.nft_import-export main .container .walletapp-install h3 {
    font-size: 4.2666666667vw;
  }
  body.nft_import-export main .container .walletapp-install .step {
    padding-left: 0;
    flex-direction: column-reverse;
    padding-top: 2.6666666667vw;
  }
  body.nft_import-export main .container .walletapp-install .step p {
    width: 100%;
    font-size: 3.7333333333vw;
  }
  body.nft_import-export main .container .walletapp-install .step figure {
    width: 50%;
    margin: auto;
    padding-top: 1.3333333333vw;
  }
  body.nft_import-export main .container .walletapp-install .step figure a {
    width: auto;
    height: auto;
  }
  body.nft_import-export main .container .walletapp-install .step .step-link {
    display: flex;
    flex-flow: row wrap;
  }
  body.nft_import-export main .container .walletapp-install .step .step3 ul {
    font-size: 3.7333333333vw;
    padding: 2.6666666667vw 0;
  }
  body.nft_import-export main .container .walletapp-install .step .step3 ul li {
    font-size: 3.7333333333vw;
  }
  body.nft_import-export main ul.select {
    width: 100%;
    padding: 5.3333333333vw 2.6666666667vw;
  }
  body.nft_import-export main ul.select li {
    width: 50%;
    padding: 0 0.6666666667vw;
  }
  body.nft_import-export main ul.select li a {
    width: 100%;
    height: auto;
  }
  body.nft_import-export main ul.select li a:hover {
    box-shadow: none;
  }
  body.nft_import-export main ul.select li a img:hover {
    transform: none;
  }
}
.quickswap-helpPage {
  background: url("/assets/img/ticket-exchange/bg-ticket-exchange.png") repeat;
}
.quickswap-helpPage .quickswap-wrapper {
  width: 1024px;
  margin: auto;
  padding: 100px 0;
}
.quickswap-helpPage .quickswap-wrapper h2 {
  text-align: center;
  font-size: 28px;
  padding: 20px 0;
}
.quickswap-helpPage .quick-img {
  padding: 10px 0 20px 20px;
}
.quickswap-helpPage ol.list-inner {
  padding-left: 24px;
}

@media screen and (max-width: 768px) {
  .quickswap-helpPage .quickswap-wrapper {
    width: 100%;
    padding: 0vw 5.3333333333vw;
  }
  .quickswap-helpPage .quickswap-wrapper h2 {
    font-size: 5.3333333333vw;
  }
  .quickswap-helpPage .quick-img {
    padding: 2.6666666667vw 0;
  }
  .quickswap-helpPage ol li {
    font-size: 4.2666666667vw;
  }
}
body.fanpage main {
  background: url("/assets/img/fanpage/bg.png");
  padding-bottom: 70px;
  background-size: cover;
  background-attachment: fixed;
}
body.fanpage .fanpage-contents {
  background: url("/assets/img/fanpage/bg-contents.png") no-repeat;
  width: 1024px;
  height: 791px;
  margin: 100px auto 0;
  padding-top: 70px;
}
body.fanpage .fanpage-contents ul {
  padding: 0 70px;
  display: flex;
  flex-flow: row wrap;
  height: 640px;
  overflow-y: scroll;
}
body.fanpage .fanpage-contents ul li {
  width: 33.333333%;
  padding: 7px;
}

@media screen and (max-width: 768px) {
  body.fanpage main {
    padding-bottom: 5.3333333333vw;
  }
  body.fanpage .fanpage-contents {
    width: 100%;
    margin: 6.6666666667vw auto 0;
    height: auto;
    background-size: 100% auto;
    padding-top: 5.3333333333vw;
  }
  body.fanpage .fanpage-contents ul {
    padding: 0 5.3333333333vw;
    height: 93.3333333333vw;
  }
  body.fanpage .fanpage-contents ul li {
    width: 50%;
  }
  body.fanpage .modaal-content-container iframe {
    width: 100%;
  }
}
body.investor .member-wrap {
  padding-bottom: 20px;
  background-image: linear-gradient(90deg, rgb(230, 230, 230), rgb(233, 233, 233));
}
body.investor .sc-inr-s h3 {
  font-style: italic;
  padding: 40px 0 20px;
}
body.investor h3 {
  font-size: 48px;
  text-align: center;
  line-height: 2;
}
body.investor .cat {
  font-size: 12px;
  text-align: center;
}
body.investor .name {
  text-align: center;
  font-weight: bold;
}
body.investor .member-list li img {
  border-radius: 10px;
  border: 1px solid #d2d2d2;
}
body.investor .member-detail .memberTitle h2 {
  text-align: center;
}
body.investor .member-detail .memberTitle h3 {
  font-size: 32px;
  line-height: 1.8;
}
body.investor .sponsor-box .box-head {
  font-style: italic;
  font-weight: bold;
  font-size: 32px;
}

@media screen and (max-width: 1024px) {
  body.investor .sc-inr-s h3 {
    font-size: 12vw;
  }
  body.investor .member-detail .memberTitle h2 {
    font-size: 3.2vw;
  }
  body.investor .member-detail .memberTitle h3 {
    font-size: 5.3333333333vw;
  }
  body.investor .member-list .js-member .cat {
    font-size: 2.6666666667vw;
  }
  body.investor .member-list .js-member .name {
    font-size: 3.2vw;
  }
}
body.about main .entrance h2 {
  text-align: center;
  font-size: 48px;
  font-weight: normal;
}
body.about main .entrance p {
  text-align: center;
  padding: 53px 0 161px;
  font-size: 16px;
}
body.about main .map {
  width: 1200px;
  margin: auto;
  padding-bottom: 148px;
}
body.about main .map h2 {
  width: 481px;
  margin: auto;
  padding-bottom: 22px;
}
body.about main .map ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
body.about main .map ul li {
  width: 50%;
  padding: 64px 24px 0;
}
body.about main .map ul li figure img {
  border-radius: 10px;
}
body.about main .map ul li h3.map1 {
  width: 395px;
  margin: auto;
}
body.about main .map ul li h3.map2 {
  width: 395px;
  margin: auto;
}
body.about main .map ul li h3.map3 {
  width: 395px;
  margin: auto;
}
body.about main .map ul li h3.map4 {
  width: 395px;
  margin: auto;
}
body.about main .map ul li h3.map5 {
  width: 395px;
  margin: auto;
}
body.about main .map ul li figure {
  width: 421px;
  margin: auto;
  padding: 10px 0;
}
body.about main .map ul li p {
  text-align: center;
}
body.about main .startMethod {
  width: 1200px;
  margin: auto;
  padding-bottom: 70px;
}
body.about main .startMethod h2 {
  font-size: 32px;
  text-align: center;
  padding-bottom: 32px;
}
body.about main .startMethod p {
  text-align: center;
  font-size: 16px;
}
body.about main .startMethod h3 {
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  padding-top: 30px;
}
body.about main .method-contents nav {
  width: 1200px;
  margin: auto;
  padding-bottom: 40px;
}
body.about main .method-contents nav ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  margin: 0 -10px;
}
body.about main .method-contents nav ul li {
  width: 16.666666666%;
  padding: 0 5px;
  cursor: pointer;
}
body.about main .method-contents nav ul li:hover {
  filter: brightness(1.3);
}
body.about main .method-contents-inner {
  display: none;
  background: #EFEFEF;
  padding: 68px 0 52px;
}
body.about main .method-contents-inner .registration h2 {
  width: 710px;
  margin: auto;
  padding-bottom: 52px;
}
body.about main .method-contents-inner .registration p {
  text-align: center;
  font-size: 16px;
  padding-bottom: 26px;
}
body.about main .method-contents-inner .registration ul {
  width: 1200px;
  margin: auto;
}
body.about main .method-contents-inner .registration ul li {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  border-bottom: 1px solid #333;
  padding: 20px 0 20px;
}
body.about main .method-contents-inner .registration ul li:nth-child(3) {
  border: none;
}
body.about main .method-contents-inner .registration .registration1-detail {
  padding-right: 30px;
  width: 490px;
}
body.about main .method-contents-inner .registration .registration1-detail p {
  text-align: left;
}
body.about main .method-contents-inner .registration .registration-image {
  width: 241px;
}
body.about main .method-contents-inner .registration .bnr-meta-wallet {
  width: 475px;
  margin: auto;
}
body.about main .method-contents-inner .registration .bnr-meta-wallet a:hover {
  filter: brightness(1.3);
}
body.about main .method-contents-inner .job {
  width: 1200px;
  margin: auto;
}
body.about main .method-contents-inner .job h2 {
  width: 710px;
  margin: auto;
  padding-bottom: 52px;
}
body.about main .method-contents-inner .job p {
  text-align: center;
  font-size: 16px;
  padding-bottom: 26px;
}
body.about main .method-contents-inner .job ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}
body.about main .method-contents-inner .job ul li {
  width: 50%;
  padding: 15px;
}
body.about main .method-contents-inner .job .bnr-another-job {
  width: 620px;
  margin: auto;
  padding-top: 50px;
}
body.about main .method-contents-inner .job .bnr-another-job a:hover {
  filter: brightness(1.2);
}
body.about main .method-contents-inner .equip {
  width: 1200px;
  margin: auto;
}
body.about main .method-contents-inner .equip h2 {
  width: 710px;
  margin: auto;
  padding-bottom: 52px;
}
body.about main .method-contents-inner .equip p {
  text-align: center;
  font-size: 16px;
  padding-bottom: 26px;
}
body.about main .method-contents-inner .equip ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
body.about main .method-contents-inner .equip ul li {
  width: 280px;
  padding: 5px;
}
body.about main .method-contents-inner .equip ul li figure {
  padding: 10px;
  background: #fff;
}
body.about main .method-contents-inner .equip ul li figcaption {
  text-align: center;
}
body.about main .method-contents-inner .battle {
  width: 1200px;
  margin: auto;
}
body.about main .method-contents-inner .battle h2 {
  width: 710px;
  margin: auto;
  padding-bottom: 52px;
}
body.about main .method-contents-inner .battle p {
  padding-bottom: 60px;
}
body.about main .method-contents-inner .battle .battle-inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
}
body.about main .method-contents-inner .battle .battle-inner .battle-detail {
  width: 600px;
  padding-right: 20px;
}
body.about main .method-contents-inner .battle .battle-inner .battle-image {
  width: 430px;
}
body.about main .method-contents-inner .battle .battle-inner .battle-image figure {
  padding-bottom: 10px;
}
body.about main .method-contents-inner .battle .meal-inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding: 30px 0;
  border-bottom: 1px solid #333;
}
body.about main .method-contents-inner .battle .meal-inner .meal-detail {
  width: 600px;
  padding-right: 20px;
}
body.about main .method-contents-inner .battle .meal-inner .meal-image {
  width: 430px;
}
body.about main .method-contents-inner .battle .meal-inner .meal-image figure {
  padding-bottom: 10px;
}
body.about main .method-contents-inner .battle .dragon-inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding: 30px 0;
}
body.about main .method-contents-inner .battle .dragon-inner .dragon-detail {
  width: 600px;
  padding-right: 20px;
}
body.about main .method-contents-inner .battle .dragon-inner .dragon-image {
  width: 430px;
}
body.about main .method-contents-inner .battle .dragon-inner .dragon-image figure {
  padding-bottom: 10px;
}
body.about main .method-contents-inner .ugc {
  width: 1200px;
  margin: auto;
}
body.about main .method-contents-inner .ugc h2 {
  width: 710px;
  margin: auto;
  padding-bottom: 52px;
}
body.about main .method-contents-inner .ugc p {
  text-align: center;
}
body.about main .method-contents-inner .land {
  width: 1200px;
  margin: auto;
}
body.about main .method-contents-inner .land h2 {
  width: 710px;
  margin: auto;
  padding-bottom: 52px;
}
body.about main .method-contents-inner .land p {
  text-align: center;
}
body.about main .method-contents-inner .land ul li {
  border-bottom: 1px solid #333;
  padding: 20px 0;
}
body.about main .method-contents-inner .land ul li .land-inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
body.about main .method-contents-inner .land ul li p {
  text-align: left;
}
body.about main .method-contents-inner .land ul li .land-detail {
  width: 490px;
  padding-right: 30px;
}
body.about main .method-contents-inner .land ul li .land-image {
  width: 303px;
}
body.about main .method-contents-inner .land h4 {
  text-align: center;
  padding: 30px 0;
}
body.about main .method-contents-inner .land p.another-business {
  text-align: center;
  padding-bottom: 40px;
}
body.about main .method-contents-inner .land .update {
  padding-top: 40px;
}
body.about main .method-contents-inner .land .update h2 {
  text-align: center;
}
body.about main .method-contents-inner .land .update figure {
  width: 321px;
  margin: auto;
}
body.about main .method-contents-inner .land .event {
  padding-top: 120px;
}
body.about main .method-contents-inner .land .event h2 {
  text-align: center;
}
body.about main .method-contents-inner .land .event p {
  text-align: center;
}
body.about main .method-contents-inner .land .event .event-images {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding-top: 40px;
}
body.about main .method-contents-inner .land .event .event-images figure {
  padding: 0 10px;
  width: 348px;
}
body.about main .method-contents-inner .land .land-viewer {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding-top: 120px;
}
body.about main .method-contents-inner .land .land-viewer .landViewer-detail {
  width: 490px;
  padding-right: 30px;
}
body.about main .method-contents-inner .land .land-viewer .landViewer-detail h2 {
  padding-bottom: 10px;
}
body.about main .method-contents-inner .land .land-viewer .landViewer-detail p {
  text-align: left;
}
body.about main .method-contents-inner .land .land-viewer .landViewer-image figure {
  width: 319px;
}
body.about main .gameplay {
  padding: 50px 0;
  background: linear-gradient(to bottom, #090247, rgb(92, 76, 203));
  color: #fff;
}
body.about main .gameplay h3 {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
}
body.about main .gameplay .btn-gamestart-wrap {
  padding-top: 40px;
}
body.about main .gameplay .btn-gamestart-wrap .btn-gamestart a {
  width: 280px;
}
body.about main .gameplay .btn-app {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
body.about main .gameplay .btn-app p {
  width: 280px;
  padding: 20px;
}
body.about main .method-contents-inner.show {
  display: block;
}

@media screen and (max-width: 768px) {
  body.about main .entrance h2 {
    font-size: 8vw;
    padding: 0 5.3333333333vw;
  }
  body.about main .entrance p {
    padding: 6.6666666667vw 5.3333333333vw 21.3333333333vw;
    font-size: 3.7333333333vw;
  }
  body.about main .map {
    width: 100%;
    padding: 0 5.3333333333vw;
  }
  body.about main .map h2 {
    width: 100%;
  }
  body.about main .map ul {
    display: block;
  }
  body.about main .map ul li {
    width: 100%;
  }
  body.about main .map ul li h3.map1 {
    width: 100%;
    padding: 0 5.3333333333vw;
  }
  body.about main .map ul li figure {
    width: 100%;
    padding: 5.3333333333vw 0 2.6666666667vw;
  }
  body.about main .startMethod {
    width: 100%;
    padding: 16vw 5.3333333333vw 0;
  }
  body.about main .startMethod h2 {
    font-size: 6.4vw;
  }
  body.about main .startMethod p {
    font-size: 3.7333333333vw;
  }
  body.about main .startMethod h3 {
    font-size: 4.2666666667vw;
  }
  body.about main .method-contents nav {
    width: 100%;
    padding: 5.3333333333vw;
  }
  body.about main .method-contents nav ul {
    margin: 0;
  }
  body.about main .method-contents nav ul li {
    width: 50%;
    padding: 1.3333333333vw;
  }
  body.about main .method-contents .method-contents-inner {
    padding: 13.3333333333vw 5.3333333333vw 9.3333333333vw;
  }
  body.about main .method-contents .method-contents-inner .registration h2 {
    width: 100%;
    padding: 0 0 2.6666666667vw;
  }
  body.about main .method-contents .method-contents-inner .registration p {
    font-size: 4.2666666667vw;
    padding-top: 2.6666666667vw;
    text-align: left;
  }
  body.about main .method-contents .method-contents-inner .registration ul {
    width: 100%;
  }
  body.about main .method-contents .method-contents-inner .registration ul li .registration1-detail {
    padding-right: 0;
  }
  body.about main .method-contents .method-contents-inner .registration ul li h3 {
    font-size: 5.3333333333vw;
  }
  body.about main .method-contents .method-contents-inner .registration ul li .registration-image {
    width: 100%;
  }
  body.about main .method-contents .method-contents-inner .registration .bnr-meta-wallet {
    width: 100%;
  }
  body.about main .method-contents .method-contents-inner .job {
    width: 100%;
  }
  body.about main .method-contents .method-contents-inner .job h2 {
    width: 100%;
    padding: 0 0 2.6666666667vw;
  }
  body.about main .method-contents .method-contents-inner .job p {
    font-size: 4.2666666667vw;
    padding-top: 2.6666666667vw;
    text-align: left;
  }
  body.about main .method-contents .method-contents-inner .job ul {
    display: block;
  }
  body.about main .method-contents .method-contents-inner .job ul li {
    width: 100%;
    padding: 0;
  }
  body.about main .method-contents .method-contents-inner .job .bnr-another-job {
    width: 100%;
  }
  body.about main .method-contents .method-contents-inner .equip {
    width: 100%;
  }
  body.about main .method-contents .method-contents-inner .equip h2 {
    width: 100%;
    padding: 0 0 2.6666666667vw;
  }
  body.about main .method-contents .method-contents-inner .equip p {
    text-align: left;
    font-size: 4.2666666667vw;
    padding-top: 2.6666666667vw;
  }
  body.about main .method-contents .method-contents-inner .equip ul li {
    width: 100%;
  }
  body.about main .method-contents .method-contents-inner .equip ul li figcaption {
    font-size: 4.2666666667vw;
  }
  body.about main .method-contents .method-contents-inner .battle {
    width: 100%;
  }
  body.about main .method-contents .method-contents-inner .battle h2 {
    width: 100%;
    padding: 0 0 2.6666666667vw;
  }
  body.about main .method-contents .method-contents-inner .battle p {
    text-align: left;
    font-size: 4.2666666667vw;
    padding-top: 2.6666666667vw;
  }
  body.about main .method-contents .method-contents-inner .battle .battle-inner {
    padding-bottom: 1.3333333333vw;
  }
  body.about main .method-contents .method-contents-inner .battle .battle-inner .battle-detail {
    width: 100%;
    padding-right: 0;
  }
  body.about main .method-contents .method-contents-inner .battle .battle-inner .battle-detail p {
    padding-bottom: 1.3333333333vw;
  }
  body.about main .method-contents .method-contents-inner .battle .meal-inner .meal-detail {
    width: 100%;
    padding-right: 0;
  }
  body.about main .method-contents .method-contents-inner .battle .meal-inner .meal-detail h3 {
    font-size: 5.3333333333vw;
  }
  body.about main .method-contents .method-contents-inner .battle .meal-inner .meal-detail p {
    padding-bottom: 2.6666666667vw;
  }
  body.about main .method-contents .method-contents-inner .battle .dragon-inner {
    padding: 4vw 0;
  }
  body.about main .method-contents .method-contents-inner .battle .dragon-inner .dragon-detail {
    width: 100%;
    padding-right: 0;
  }
  body.about main .method-contents .method-contents-inner .battle .dragon-inner .dragon-detail h3 {
    font-size: 5.3333333333vw;
  }
  body.about main .method-contents .method-contents-inner .battle .dragon-inner .dragon-detail p {
    padding-bottom: 2.6666666667vw;
  }
  body.about main .method-contents .method-contents-inner .battle .dragon-inner .dragon-image {
    width: 100%;
  }
  body.about main .method-contents .method-contents-inner .ugc {
    width: 100%;
  }
  body.about main .method-contents .method-contents-inner .ugc h2 {
    width: 100%;
    padding: 0 0 2.6666666667vw;
  }
  body.about main .method-contents .method-contents-inner .ugc p {
    text-align: left;
    font-size: 4.2666666667vw;
  }
  body.about main .method-contents .method-contents-inner .land {
    width: 100%;
  }
  body.about main .method-contents .method-contents-inner .land h2 {
    width: 100%;
    padding: 0 0 2.6666666667vw;
  }
  body.about main .method-contents .method-contents-inner .land h4 {
    font-size: 5.3333333333vw;
    text-align: left;
  }
  body.about main .method-contents .method-contents-inner .land p {
    text-align: left;
    font-size: 4.2666666667vw;
  }
  body.about main .method-contents .method-contents-inner .land .land-inner .land-detail {
    width: 100%;
    padding-right: 0;
  }
  body.about main .method-contents .method-contents-inner .land .land-inner .land-detail h3 {
    font-size: 5.3333333333vw;
  }
  body.about main .method-contents .method-contents-inner .land .land-inner .land-image {
    width: 100%;
    padding-top: 5.3333333333vw;
  }
  body.about main .method-contents .method-contents-inner .land .another-business {
    padding-bottom: 2.6666666667vw;
  }
  body.about main .method-contents .method-contents-inner .land .update h2 {
    font-size: 5.3333333333vw;
    text-align: left;
  }
  body.about main .method-contents .method-contents-inner .land .update figure {
    width: 100%;
  }
  body.about main .method-contents .method-contents-inner .land .event h2 {
    font-size: 5.3333333333vw;
    text-align: left;
  }
  body.about main .method-contents .method-contents-inner .land .event .event-images {
    padding-top: 0;
  }
  body.about main .method-contents .method-contents-inner .land .event .event-images figure {
    width: 100%;
    padding: 0;
  }
  body.about main .method-contents .method-contents-inner .land .land-viewer {
    padding-top: 13.3333333333vw;
  }
  body.about main .method-contents .method-contents-inner .land .land-viewer .landViewer-detail {
    width: 100%;
    padding-right: 0;
  }
  body.about main .method-contents .method-contents-inner .land .land-viewer .landViewer-detail h2 {
    font-size: 5.3333333333vw;
  }
  body.about main .method-contents .method-contents-inner .land .land-viewer .landViewer-image {
    padding-top: 5.3333333333vw;
  }
  body.about main .method-contents .method-contents-inner .land .land-viewer .landViewer-image figure {
    width: 100%;
  }
  body.about main .gameplay .btn-gamestart-wrap {
    padding-top: 2.6666666667vw;
  }
  body.about main .gameplay .btn-app {
    padding: 0 5.3333333333vw;
  }
  body.about main .gameplay .btn-app p {
    width: 50%;
    padding: 1.3333333333vw;
  }
}
body.rules main .container {
  width: 1024px;
  margin: auto;
  padding-bottom: 80px;
}
body.rules main .container p.intro {
  padding: 40px 0;
}
body.rules main .container .reasons {
  padding-bottom: 80px;
}
body.rules main .container h2 {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 10px;
}
body.rules main .container ol li {
  padding-top: 32px;
}
body.rules main .container ol li h3 {
  font-weight: bold;
  font-size: 20px;
}
body.rules main .container ol li p {
  font-size: 16px;
}
body.rules main .container p.another {
  padding-top: 50px;
}
body.rules main .container .ways h2 {
  font-size: 24px;
  font-weight: bold;
}
body.rules main .container .ways p {
  padding-top: 30px;
}
body.rules main .container .ways p span {
  padding-top: 20px;
  display: inline-block;
  font-size: 14px;
}
body.rules main .container .ways p.notice {
  font-size: 14px;
  padding-top: 10px;
}
body.rules main .faise {
  padding-top: 30px;
}
body.rules main .faise ul li {
  padding-top: 20px;
}
body.rules main .account-stop-text {
  padding-bottom: 40px;
}
body.rules main .informations {
  padding-top: 60px;
}

@media screen and (max-width: 1024px) {
  body.rules main .container {
    width: 100%;
    padding: 5.3333333333vw;
  }
  body.rules main .container p.intro {
    padding: 2.6666666667vw 0;
  }
  body.rules main .container .reasons {
    padding-bottom: 6.6666666667vw;
  }
  body.rules main .container p.another {
    padding-top: 5.3333333333vw;
  }
  body.rules main .container .informations {
    padding-top: 6.6666666667vw;
  }
}
body.community .notice {
  text-align: center;
  font-size: 20px;
  padding: 40px 0;
}
body.community main {
  padding-bottom: 40px;
}
body.community main ol {
  width: 1024px;
  margin: auto;
  background-color: rgb(229, 229, 229);
  padding: 20px;
  border-radius: 5px;
}
body.community main ol li {
  line-height: 1.8;
}
body.community main .form {
  padding-top: 40px;
}
body.community main .form a {
  display: block;
  width: 350px;
  background: #333;
  color: #fff;
  margin: auto;
  border-radius: 10px;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
}
body.community main .form a:hover {
  opacity: 0.8;
}
body.community main .bestcreator {
  background-color: #333;
  padding: 40px;
  margin-top: 100px;
}
body.community main .bestcreator h2 {
  text-align: center;
  color: #fff;
  font-size: 30px;
  padding-bottom: 40px;
}
body.community main .bestcreator figure {
  width: 500px;
  margin: auto;
}

body.ugc .sponsoring {
  padding: 50px 0;
}
body.ugc .sponsoring h2 {
  text-align: center;
  font-size: 40px;
  padding: 40px 20px 80px;
  color: #492200;
}
body.ugc .sponsoring ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  width: 1024px;
  margin: auto;
}
body.ugc .sponsoring ul li {
  width: 33%;
  padding: 10px;
}
body.ugc .sponsoring ul li a:hover {
  filter: brightness(1.2);
}
body.ugc .sponsoring ul li img {
  transition: all 0.3s;
}
body.ugc .sponsoring ul li img:hover {
  transform: scale(1.2, 1.2);
}
body.ugc .pager ul {
  padding-top: 40px;
}
body.ugc .pager ul li {
  background-color: #492200;
}
body.ugc .pager ul li a {
  color: #fff;
}
body.ugc .databnr {
  width: 600px;
  margin: auto;
  padding-bottom: 60px;
}
body.ugc .databnr a:hover {
  filter: brightness(1.2);
  transform: translateZ(0);
}
body.ugc .modaal-content-container dl {
  padding: 10px 0 20px;
}
body.ugc .modaal-content-container dt {
  font-size: 16px;
  text-align: center;
  background: #005323;
  padding: 4px;
  color: #fff;
}
body.ugc .modaal-content-container dd {
  text-align: center;
  font-size: 18px;
  padding-top: 10px;
}
body.ugc .modaal-content-container dd a {
  font-size: 18px;
  color: rgb(0, 0, 166);
}
body.ugc .modaal-content-container .polling a {
  display: block;
  width: 250px;
  text-align: center;
  margin: 10px auto 30px;
  background: #a90000;
  color: #fff;
  padding: 10px 20px;
  font-size: 22px;
  text-decoration: none;
  border-radius: 5px;
}
body.ugc .modaal-content-container .having {
  font-size: 18px;
  text-align: center;
  background: #dab701;
  color: #000000;
  margin: 30px;
}
body.ugc .modaal-content-container .confirmation {
  font-size: 18px;
  text-align: center;
  padding-top: 10px;
}
body.ugc .modaal-content-container p {
  font-size: 14px;
}
body.ugc .modaal-content-container p a {
  text-align: center;
  display: block;
  margin: 20px 0;
  text-decoration: underline;
  font-size: 17px;
}
body.ugc main {
  background: url("../img/ugc/bg.jpg") repeat;
}
body.ugc main .overview {
  padding-bottom: 60px;
}
body.ugc main .overview .notice {
  font-size: 32px;
  padding: 60px 0;
  color: #492200;
  font-weight: bold;
  text-align: center;
}
body.ugc main .overview .notice::after {
  content: "";
  border-bottom: 5px solid #492200;
  width: 760px;
  display: block;
  margin: auto;
  border-radius: 10px;
}
body.ugc main .overview p {
  text-align: center;
}
body.ugc main .overview dl {
  width: 1000px;
  margin: auto;
}
body.ugc main .overview dl dt {
  padding: 5px;
  border: 2px solid #492200;
  display: inline-block;
  width: 225px;
  text-align: center;
  margin: 10px 20px 0 0;
  background: #492200;
  color: #fff;
}
body.ugc main .overview dl dd {
  display: inline-block;
}
body.ugc main .overview p.check {
  padding-top: 20px;
}
body.ugc main .overview p.check a {
  text-decoration: underline;
  color: rgb(0, 0, 166);
}
body.ugc main .overview a.btn {
  display: block;
  width: 200px;
  padding: 10px;
  background-color: rgb(180, 0, 0);
  color: #fff;
  text-align: center;
  margin: auto;
  margin-top: 40px;
  border-radius: 100px;
  text-decoration: none;
  border: 2px solid #881616;
}
body.ugc main .overview a.btn:hover {
  opacity: 0.8;
}
body.ugc main .award {
  padding: 60px 0;
  background: #881616;
}
body.ugc main .award h2 {
  text-align: center;
  font-size: 32px;
  color: #dab701;
  margin-bottom: 60px;
  text-shadow: #242424 1px 1px 2px;
}
body.ugc main .award h2::after {
  content: "";
  border-bottom: 5px solid #dab701;
  width: 760px;
  display: block;
  margin: auto;
  border-radius: 10px;
}
body.ugc main .award p {
  font-size: 32px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
}
body.ugc main .award .craft {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  width: 1024px;
  margin: auto;
}
body.ugc main .award .craft figure {
  width: 50%;
  padding: 20px 15px;
}
body.ugc main .award .craft figure a:hover {
  filter: brightness(1.5);
}
body.ugc main .award .craft img {
  width: 100%;
}
body.ugc main .award .craft2 {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  width: 1024px;
  margin: auto;
}
body.ugc main .award .craft2 figure {
  width: 50%;
  padding: 20px 15px;
}
body.ugc main .award .craft2 figure a:hover {
  filter: brightness(1.5);
}
body.ugc main .award .craft2 img {
  width: 100%;
}
body.ugc main .works {
  padding-bottom: 60px;
}
body.ugc main .works h2 {
  font-size: 32px;
  padding: 60px 0;
  color: #492200;
  font-weight: bold;
  text-align: center;
}
body.ugc main .works h2::after {
  content: "";
  border-bottom: 5px solid #492200;
  width: 760px;
  display: block;
  margin: auto;
  border-radius: 10px;
}
body.ugc main .works .number {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding-bottom: 40px;
}
body.ugc main .works .number p {
  width: 400px;
  border: 1px solid #333;
  background: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  margin-right: 5px;
  text-decoration: underline;
}
body.ugc main .works ul.sort {
  display: flex;
  flex-flow: row wrap;
  width: 1024px;
  margin: auto;
}
body.ugc main .works ul.sort li {
  width: 20%;
}
body.ugc main .works ul.sort li a {
  display: block;
  text-align: center;
  background: rgb(255, 220, 179);
  background: linear-gradient(180deg, rgb(255, 220, 179) 0%, rgb(255, 239, 200) 100%);
  color: #492200;
  padding: 10px;
  margin: 10px 5px;
  border: 2px solid #492200;
  border-radius: 5px;
  font-weight: bold;
  text-decoration: none;
}
body.ugc main .works ul.sort li a:hover {
  color: #fff;
  background: #492200;
}
body.ugc main .works ul.entry {
  display: flex;
  flex-flow: row wrap;
  width: 1024px;
  margin: auto;
  max-height: 750px;
  overflow: hidden;
}
body.ugc main .works ul.entry::after {
  content: "";
  display: block;
  width: 24%;
}
body.ugc main .works ul.entry li {
  background: #fff;
  border: 1px solid #492200;
  padding: 20px;
  width: 23%;
  margin-top: 10px;
  position: relative;
  margin: 10px;
}
body.ugc main .works ul.entry li .sketchfab-embed-wrapper {
  min-height: 215px;
}
body.ugc main .works ul.entry li .sketchfab-embed-wrapper iframe {
  width: 100%;
}
body.ugc main .works ul.entry li .sketchfab-embed-wrapper p {
  height: 50px;
}
body.ugc main .works ul.entry li .favorite a {
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
  display: block;
  text-decoration: none;
  font-size: 30px;
  color: #fff;
  line-height: 0;
}
body.ugc main .works ul.entry li .favorite a i {
  font-size: 20px;
  text-shadow: -1px -1px 0 #636363, 1px -1px 0 #636363, -1px 1px 0 #636363, 1px 1px 0 #636363;
}
body.ugc main .works ul.entry li .voteBtn a {
  background: rgb(170, 0, 0);
  color: #242424;
  display: block;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
}
body.ugc main .works ul.entry li .voteBtn a:hover {
  filter: brightness(1.3);
  transform: translateZ(0);
}
body.ugc main .pager ul > li.is-active {
  background-color: #df5000 !important;
}
body.ugc main .pager ul > li:hover {
  background-color: #df5000 !important;
}
body.ugc main .pager ul > li:hover a {
  background: none;
}
body.ugc main .pager ul > li a:before,
body.ugc main .pager ul > li span:before {
  border: none;
}
body.ugc main #detail-item1 {
  display: none;
}
body.ugc main #detail-item2 {
  display: none;
}
body.ugc main #detail-item3 {
  display: none;
}
body.ugc main #detail-item4 {
  display: none;
}
body.ugc main #detail-item5 {
  display: none;
}
body.ugc main #detail-item6 {
  display: none;
}
body.ugc main #detail-item7 {
  display: none;
}
body.ugc main #detail-item8 {
  display: none;
}
body.ugc main #detail-item9 {
  display: none;
}
body.ugc main #detail-item10 {
  display: none;
}
body.ugc main #detail-item11 {
  display: none;
}
body.ugc main #detail-item12 {
  display: none;
}
body.ugc main #detail-item13 {
  display: none;
}
body.ugc main #detail-item14 {
  display: none;
}
body.ugc main #detail-item15 {
  display: none;
}
body.ugc main #detail-item16 {
  display: none;
}
body.ugc main #detail-item17 {
  display: none;
}
body.ugc main #detail-item18 {
  display: none;
}
body.ugc main #detail-item19 {
  display: none;
}
body.ugc main #detail-item20 {
  display: none;
}
body.ugc main #detail-item21 {
  display: none;
}
body.ugc main #detail-item22 {
  display: none;
}
body.ugc main #detail-item23 {
  display: none;
}
body.ugc main #detail-item24 {
  display: none;
}
body.ugc main #detail-item25 {
  display: none;
}
body.ugc main #detail-item26 {
  display: none;
}
body.ugc main #detail-item27 {
  display: none;
}
body.ugc main #detail-item28 {
  display: none;
}
body.ugc main #detail-item29 {
  display: none;
}
body.ugc main #detail-item30 {
  display: none;
}
body.ugc main #detail-item31 {
  display: none;
}
body.ugc main #detail-item32 {
  display: none;
}
body.ugc main #detail-item33 {
  display: none;
}
body.ugc main #detail-item34 {
  display: none;
}
body.ugc main #detail-item35 {
  display: none;
}
body.ugc main #detail-item36 {
  display: none;
}
body.ugc main #detail-item37 {
  display: none;
}
body.ugc main #detail-item38 {
  display: none;
}
body.ugc main #detail-item39 {
  display: none;
}
body.ugc main #detail-item40 {
  display: none;
}
body.ugc main #detail-item41 {
  display: none;
}
body.ugc main #detail-item42 {
  display: none;
}
body.ugc main #detail-item43 {
  display: none;
}
body.ugc main #detail-item44 {
  display: none;
}
body.ugc main #detail-item45 {
  display: none;
}
body.ugc main #detail-item46 {
  display: none;
}
body.ugc main #detail-item47 {
  display: none;
}
body.ugc main #detail-item48 {
  display: none;
}
body.ugc main #detail-item49 {
  display: none;
}
body.ugc main #detail-item50 {
  display: none;
}
body.ugc main #detail-item51 {
  display: none;
}
body.ugc main #detail-item52 {
  display: none;
}
body.ugc main #detail-item53 {
  display: none;
}
body.ugc main #detail-item54 {
  display: none;
}
body.ugc main #detail-item55 {
  display: none;
}
body.ugc main #detail-item56 {
  display: none;
}
body.ugc main #detail-item57 {
  display: none;
}
body.ugc main #detail-item58 {
  display: none;
}
body.ugc main #detail-item59 {
  display: none;
}
body.ugc main #detail-item60 {
  display: none;
}
body.ugc main #detail-item61 {
  display: none;
}
body.ugc main #detail-item62 {
  display: none;
}
body.ugc main #detail-item63 {
  display: none;
}
body.ugc main #detail-item64 {
  display: none;
}
body.ugc main #detail-item65 {
  display: none;
}
body.ugc main .poll {
  padding: 60px;
  background: #492200;
}
body.ugc main .poll a {
  text-decoration: underline;
  color: rgb(234, 255, 0);
}
body.ugc main .poll p {
  color: #fff;
  margin: 40px auto 0;
  width: 720px;
}
body.ugc main .poll h2 {
  font-size: 32px;
  text-align: center;
  color: #fff;
  width: 760px;
  margin: auto;
}
body.ugc main .poll h2::after {
  content: "";
  border-bottom: 5px solid #fff;
  width: 760px;
  display: block;
  margin: auto;
  border-radius: 10px;
}
body.ugc main .poll ul {
  padding: 40px 0;
  width: 740px;
  margin: auto;
}
body.ugc main .poll ul li {
  color: #fff;
  line-height: 2;
  text-indent: -9px;
}
body.ugc main .poll dl {
  width: 740px;
  margin: auto;
  color: #fff;
  border-bottom: 2px solid #492200;
  margin-top: 20px;
  padding-bottom: 20px;
}
body.ugc main .poll dl dt span {
  font-size: 30px;
  color: #005323;
  font-weight: bold;
}
body.ugc main .poll dl dd span {
  font-size: 30px;
  color: #a90000;
  font-weight: bold;
}
body.ugc main .vote {
  padding: 60px 0;
  width: 760px;
  margin: auto;
}
body.ugc main .vote h2 {
  font-size: 32px;
  text-align: center;
  color: #492200;
  padding-bottom: 0px;
  width: 760px;
  margin: auto;
}
body.ugc main .vote h2::after {
  content: "";
  border-bottom: 5px solid #492200;
  width: 760px;
  display: block;
  margin: auto;
  border-radius: 10px;
}
body.ugc main .vote p {
  width: 760px;
  margin: auto;
  padding-top: 40px;
}
body.ugc main .bnr-marketplace {
  width: 400px;
  margin: 40px auto 0;
}
body.ugc main .movie {
  width: 800px;
  margin: 0 auto 40px;
  border: 4px solid #492200;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  background: #fff;
}
body.ugc main .movie p {
  font-size: 28px;
  color: #492200;
  font-weight: bold;
  padding-bottom: 10px;
}
body.ugc main .movie p span {
  font-size: 14px;
  font-weight: normal;
}
body.ugc main .movie iframe {
  text-align: center;
  margin: auto;
}
body.ugc .manga {
  width: 800px;
  margin: 0 auto 20px;
}
body.ugc .previous {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
body.ugc .previous li {
  width: 49%;
  text-indent: 0;
}
body.ugc .previous li a:hover {
  filter: brightness(1.2);
}
body.ugc .second-contest {
  text-align: center;
  background-color: #881616;
  padding: 50px 0;
}
body.ugc .second-contest p {
  text-align: center;
  font-size: 26px;
  color: #fff;
  padding: 20px 0;
}
body.ugc .second-contest figure {
  width: 600px;
  margin: 0 auto 20px;
}
body.ugc .second-contest figure a {
  transition: all 0.3s;
}
body.ugc .second-contest figure a:hover {
  filter: brightness(1.2);
}

@media screen and (max-width: 768px) {
  body.ugc .sponsoring ul {
    width: 100%;
  }
  body.ugc .sponsoring ul li {
    width: 50%;
  }
  body.ugc .databnr {
    width: 90%;
  }
  body.ugc main .overview {
    padding-bottom: 8vw;
  }
  body.ugc main .overview .notice {
    font-size: 6.4vw;
    padding: 8vw 0;
    color: #492200;
    font-weight: bold;
    text-align: center;
  }
  body.ugc main .overview .notice::after {
    content: "";
    border-bottom: 5px solid #492200;
    width: 93.3333333333vw;
    display: block;
    margin: auto;
    border-radius: 10px;
  }
  body.ugc main .overview p {
    padding: 0 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
  body.ugc main .overview dl {
    width: 100%;
    display: flex;
    padding: 0 5.3333333333vw;
    align-items: center;
  }
  body.ugc main .overview dl dt {
    width: 29.3333333333vw;
    margin: 2.6666666667vw 1.3333333333vw;
  }
  body.ugc main .overview dl dd {
    width: 70.6666666667vw;
    line-height: 1.3;
    margin: 2.6666666667vw 1.3333333333vw;
    font-size: 3.7333333333vw;
  }
  body.ugc main .overview a.btn {
    font-size: 4.2666666667vw;
  }
  body.ugc main .award {
    padding: 8vw 0;
  }
  body.ugc main .award h2 {
    font-size: 6.4vw;
    padding: 8vw 0;
    margin-bottom: 0;
  }
  body.ugc main .award h2::after {
    content: "";
    border-bottom: 5px solid #dab701;
    width: 93.3333333333vw;
    display: block;
    margin: auto;
    border-radius: 10px;
  }
  body.ugc main .award .craft {
    width: 100%;
  }
  body.ugc main .award .craft figure {
    width: 100%;
  }
  body.ugc main .award p {
    font-size: 4.2666666667vw;
    padding: 0 5.3333333333vw;
  }
  body.ugc main .award .craft2 {
    width: 100%;
  }
  body.ugc main .award .craft2 figure {
    width: 100%;
  }
  body.ugc main .works h2 {
    font-size: 6.4vw;
    padding: 8vw 0;
    margin-bottom: 0;
  }
  body.ugc main .works h2::after {
    content: "";
    border-bottom: 5px solid #492200;
    width: 93.3333333333vw;
    display: block;
    margin: auto;
    border-radius: 10px;
  }
  body.ugc main .works .number p {
    width: 93.3333333333vw;
    margin-top: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
  body.ugc main .works ul.sort {
    width: 100%;
    padding: 0 5.3333333333vw;
  }
  body.ugc main .works ul.sort li {
    width: 50%;
    font-size: 4.2666666667vw;
  }
  body.ugc main .works ul.entry {
    width: 100%;
    padding: 0 5.3333333333vw;
    height: 113.3333333333vw;
    overflow: scroll;
  }
  body.ugc main .works ul.entry li {
    width: 100%;
  }
  body.ugc main .works ul.entry li .sketchfab-embed-wrapper iframe {
    width: 100%;
    height: 40vw;
  }
  body.ugc main .works ul.entry li .voteBtn a {
    font-size: 3.7333333333vw;
  }
  body.ugc main .poll {
    padding: 8vw;
  }
  body.ugc main .poll ul.previous li {
    width: 100%;
    text-indent: 0;
  }
  body.ugc main .poll h2 {
    font-size: 6.4vw;
    padding: 0vw 0;
    margin-bottom: 0;
    width: auto;
  }
  body.ugc main .poll h2::after {
    content: "";
    border-bottom: 5px solid #fff;
    width: auto;
    display: block;
    margin: auto;
    border-radius: 10px;
  }
  body.ugc main .poll ul {
    width: 100%;
    padding: 5.3333333333vw 0;
  }
  body.ugc main .poll ul li {
    font-size: 4.2666666667vw;
  }
  body.ugc main .poll p {
    font-size: 4.2666666667vw;
    width: 100%;
  }
  body.ugc main .poll dl {
    width: 100%;
  }
  body.ugc main .vote {
    width: 100%;
    padding: 8vw 0;
  }
  body.ugc main .vote p {
    width: 100%;
    font-size: 4vw;
    padding: 5.3333333333vw;
  }
  body.ugc main .vote h2 {
    width: 100%;
    font-size: 6.4vw;
  }
  body.ugc main .vote h2::after {
    content: "";
    border-bottom: 5px solid #492200;
    width: 93.3333333333vw;
    display: block;
    margin: auto;
    border-radius: 10px;
  }
  body.ugc main .vote .bnr-marketplace {
    width: 100%;
    margin: 0;
    padding: 0 5.3333333333vw;
  }
  body.ugc main .vote dl {
    margin-top: 2.6666666667vw;
    padding: 0 5.3333333333vw 2.6666666667vw;
  }
  body.ugc main .vote dl dt {
    font-size: 4.2666666667vw;
  }
  body.ugc main .vote dl dd {
    font-size: 4.2666666667vw;
  }
  body.ugc main .vote li {
    padding: 0 2.6666666667vw;
  }
  body.ugc main .movie {
    width: 90%;
    margin: 0 auto 5.3333333333vw;
    border: 4px solid #492200;
    padding: 2.6666666667vw;
    text-align: center;
    border-radius: 10px;
    background: #fff;
  }
  body.ugc main .movie p {
    font-size: 4.2666666667vw;
    color: #492200;
    font-weight: bold;
    padding: 4vw 0;
    line-height: 1;
  }
  body.ugc main .movie p span {
    font-size: 2.6666666667vw;
    font-weight: normal;
    text-align: left;
  }
  body.ugc main .movie iframe {
    text-align: center;
    margin: auto;
    width: 90%;
  }
  body.ugc .manga {
    width: 100%;
    margin: 0 auto 2.6666666667vw;
    padding: 0 5.3333333333vw;
  }
  body.ugc .second-contest {
    padding: 4vw 0;
  }
  body.ugc .second-contest p {
    padding: 0 2.6666666667vw;
    font-size: 5.3333333333vw;
  }
  body.ugc .second-contest figure {
    width: 100%;
    padding: 2.6666666667vw;
  }
}
.first-contest {
  background-color: #881616;
  padding: 50px 0;
  margin: 60px 0;
  color: #fff;
  font-size: 24px;
}

body.furusato .textArea {
  padding: 20px 0 60px;
}
body.furusato .textArea p {
  line-height: 2.4;
  font-size: 24px;
  text-align: center;
  padding-top: 40px;
  color: #491800;
}
body.furusato .textArea p span.small {
  font-size: 18px;
}
body.furusato .textArea p span.big {
  font-size: 36px;
}
body.furusato .features {
  background: url("/assets/img/furusato/bg.jpg") no-repeat;
  text-align: center;
  background-size: cover;
  padding: 60px 0;
}
body.furusato .features picture {
  width: 1024px;
  margin: auto;
}
body.furusato .features picture img {
  width: 100%;
}
body.furusato .message {
  background: #ffe400;
  color: #491800;
  font-size: 30px;
  line-height: 2.4;
  text-align: center;
  padding: 40px 0;
}

@media screen and (max-width: 1024px) {
  body.furusato .textArea {
    padding: 0 5.3333333333vw;
  }
  body.furusato .textArea p {
    font-size: 5.3333333333vw;
    text-align: left;
    line-height: 1.8;
  }
  body.furusato .textArea p span.small {
    font-size: 4vw;
  }
  body.furusato .textArea p span.big {
    font-size: 6.6666666667vw;
  }
  body.furusato .features {
    background: none;
    padding-bottom: 0;
  }
  body.furusato .features picture {
    width: 100%;
  }
  body.furusato .message {
    padding: 8vw 5.3333333333vw;
    font-size: 4.8vw;
    line-height: 1.8;
  }
}/*# sourceMappingURL=assets.css.map */