@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700;800;900&display=swap");
body {
  font-family: "M PLUS Rounded 1c", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 62.5%;
}

@media screen and (max-width: 979px) {
  html {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 320px) {
  html {
    font-size: 8.5px;
  }
}
ul,
ol,
dl,
li,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
nav,
input,
select {
  margin: 0;
  padding: 0;
}

dl,
li {
  list-style: none;
}

body:before {
  display: none;
  content: "sp";
}

@media screen and (min-width: 980px) {
  body:before {
    content: "pc";
  }
}
body {
  color: #000;
  min-width: 320px;
  font-size: 1.5rem;
  line-height: 1.5;
  background-color: #fff;
  margin: 0;
  padding: 0;
  width: 100vw;
  overflow-x: hidden;
  font-weight: 400;
}

.txt-normal {
  font-weight: 400;
}

.txt-mid {
  font-weight: 500;
}

bold,
.txt-bold {
  font-weight: 700;
}

.txt-exbold {
  font-weight: 800;
}

.txt-black {
  font-weight: 900;
}

@media screen and (min-width: 980px) {
  body {
    font-size: 1.5rem;
  }
}
.inner {
  margin: 0 auto;
  height: 100%;
  position: relative;
  z-index: 100;
  padding-bottom: 48rem;
}

@media screen and (max-width: 979px) {
  .inner {
    padding-bottom: 7rem;
  }
}
a,
.hover {
  color: #1ba1ee;
  text-decoration: underline;
  transition: opacity 0.1s cubic-bezier(1, 0.55, 0, 0.45);
}

a:hover,
.hover:hover {
  opacity: 0.6;
}

.hover-buru a:hover,
.hover-bound a:hover,
.hover-bound-s a:hover {
  opacity: 1;
}

a.hover-buru:hover,
.hover-buru:hover {
  opacity: 1;
  animation: hurueru 0.1s infinite;
}

@keyframes hurueru {
  0% {
    transform: translate(0rem, 0rem) rotateZ(0deg);
  }
  25% {
    transform: translate(0.2rem, 0.2rem) rotateZ(1deg);
  }
  50% {
    transform: translate(0rem, 0.2rem) rotateZ(0deg);
  }
  75% {
    transform: translate(0.2rem, 0rem) rotateZ(-1deg);
  }
  100% {
    transform: translate(0rem, 0rem) rotateZ(0deg);
  }
}
a.hover-bound:hover,
.hover-bound:hover {
  opacity: 1;
  animation: bound 0.5s 1;
}

@keyframes bound {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(0.9);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bound-2 {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(0.9);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bound-3 {
  0% {
    transform: scale(0.5);
  }
  25% {
    transform: scale(0.6);
  }
  50% {
    transform: scale(0.45);
  }
  75% {
    transform: scale(0.55);
  }
  100% {
    transform: scale(0.5);
  }
}
@keyframes bound-4 {
  0% {
    transform: scale(0.5);
  }
  25% {
    transform: scale(0.6);
  }
  50% {
    transform: scale(0.45);
  }
  75% {
    transform: scale(0.55);
  }
  100% {
    transform: scale(0.5);
  }
}
a.hover-bound-s:hover,
.hover-bound-s:hover {
  opacity: 1;
  animation: bound-s 0.5s 1;
}

@keyframes bound-s {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(0.95);
  }
  75% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.defo-bound {
  animation: defo-bound 2s infinite;
}

@keyframes defo-bound {
  0% {
    transform: scale(1) translate(0rem, 0rem) rotateZ(0deg);
  }
  6% {
    transform: scale(1.05) translate(0.2rem, 0.2rem) rotateZ(1deg);
  }
  12% {
    transform: scale(0.955) translate(0rem, 0.2rem) rotateZ(0deg);
  }
  19% {
    transform: scale(1.025) translate(0.2rem, 0rem) rotateZ(-1deg);
  }
  25% {
    transform: scale(1) translate(0rem, 0rem) rotateZ(0deg);
  }
}
.defo-bound-2 {
  animation: defo-bound-2 2s infinite;
}

@keyframes defo-bound-2 {
  20% {
    transform: scale(1) translate(0rem, 0rem) rotateZ(0deg);
  }
  25% {
    transform: scale(1.05) translate(-0.2rem, -0.2rem) rotateZ(1deg);
  }
  40% {
    transform: scale(1) translate(0rem, 0rem) rotateZ(0deg);
  }
}
.defo-kaku {
  animation: defo-kaku 2s infinite;
}

.defo-kaku-slow {
  animation: defo-kaku 4s infinite;
}

@keyframes defo-kaku {
  0% {
    transform: translate(0rem, 0rem) rotateZ(0deg);
  }
  24.9% {
    transform: translate(0rem, 0rem) rotateZ(0deg);
  }
  25% {
    transform: translate(0.2rem, 0.2rem) rotateZ(1deg);
  }
  49.9% {
    transform: translate(0.2rem, 0.2rem) rotateZ(1deg);
  }
  50% {
    transform: translate(0rem, 0.2rem) rotateZ(0deg);
  }
  74.9% {
    transform: translate(0rem, 0.2rem) rotateZ(0deg);
  }
  75% {
    transform: translate(0.2rem, 0rem) rotateZ(-1deg);
  }
  99.9% {
    transform: translate(0.2rem, 0rem) rotateZ(-1deg);
  }
  100% {
    transform: translate(0rem, 0rem) rotateZ(0deg);
  }
}
p {
  text-align: justify;
}

@media screen and (min-width: 980px) {
  a:hover {
    text-decoration: none;
  }
}
a:visited {
  color: #1ba1ee;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

a img,
.rsp-img {
  width: 100%;
}

strong {
  font-weight: bold;
}

@media screen and (min-width: 980px) {
  .pc_none {
    display: none !important;
  }
}
@media screen and (max-width: 979px) {
  .sp_none {
    display: none !important;
  }
}
.mfp-wrap {
  position: absolute;
  z-index: 1000;
  height: 100vh;
  overflow-y: hidden;
}

.mfp-preloader,
.mfp-hide {
  display: none;
}

.popup-modal-dismiss {
  position: absolute;
  height: 100vh;
  width: 100vw;
  top: 0;
  right: 0;
  display: block;
  text-indent: -9999rem;
}

.popup-inline {
  background-color: rgba(50, 70, 79, 0.5);
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  position: top;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.mfp-close {
  display: block;
  position: absolute;
  text-indent: -9999rem;
  width: 3.3rem;
  height: 3.3rem;
  background: url(../img/chara_modal_crose.png) no-repeat center center/100% auto;
  border: none;
  top: 9rem;
  margin-left: 60rem;
  cursor: pointer;
  pointer-events: none;
}

/* header */
header {
  width: 100vw;
  position: fixed;
  z-index: 300;
  padding-bottom: 4.6rem;
  background: url(../img/header_bg.png) repeat-x center bottom/auto 6.4rem;
}

header .inner {
  background-color: #73d6f6;
  padding-bottom: 0;
}

header .inner nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  height: 9.5rem;
}

header .inner nav h1 {
  width: 18.5rem;
  height: 8.7rem;
  display: block;
  background: url(../img/header_logo.png) no-repeat center top/auto 100%;
  text-indent: -9999rem;
}

header .inner nav .nav-link li {
  display: inline-block;
  position: relative;
  z-index: 50;
}

header .inner nav .nav-link li:first-of-type {
  margin-left: 0;
}

header .inner .nav-link li a {
  width: 19rem;
  height: 5rem;
  display: block;
  background: url(../img/header_nav.png) no-repeat center/auto 17.1rem;
  text-indent: -9999rem;
  position: relative;
  z-index: 50;
}

header .inner .nav-link li.nav-top a {
  background-position-y: 0;
  width: 13rem;
}

header .inner .nav-link li.nav-chara a {
  background-position-y: -6rem;
  width: 20rem;
}

header .inner .nav-link.nav-link-en li.nav-chara a {
  width: 28.5rem;
}

header .inner .nav-link li.nav-nftskin a {
  background-position-y: -12rem;
  width: 20.5rem;
}

header .inner .nav-link.nav-link-en li.nav-nftskin a {
  width: 26rem;
}

header .inner .nav-link li.nav-here::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  width: 100%;
  min-width: 11.3rem;
  height: 8.4rem;
  top: -1.5rem;
  background: url(../img/header_nav_here.png) no-repeat center/auto 100%;
}

header .inner nav .sns-link {
  margin-right: 2rem;
}

header .inner nav .sns-link li {
  margin-left: 1.5rem;
}

@media screen and (min-width: 980px) {
  header .inner nav .sns-link li {
    display: inline-block;
  }
}
header .inner nav .sns-link li:first-of-type {
  margin-left: 0;
}

header .inner .sns-link li.sns-link-icon-lang,
header .inner .sns-link li.sns-link-icon-lang-sp {
  border-left: 0.2rem solid #fff;
  padding: 0 0 0 2rem;
}

header .inner .sns-link li.sns-link-icon-lang {
  margin-right: 2rem;
}

header .inner .sns-link > li a,
header .inner .sns-link > li p {
  width: 3.2rem;
  height: 3.2rem;
  display: block;
  background: url(../img/header_sns_icon.gif) no-repeat left/auto 100%;
  text-indent: -9999rem;
}

header .inner .sns-link li.sns-link-icon-opensea a {
  background-position: 0 0;
}

header .inner .sns-link li.sns-link-icon-twitter a {
  background-position: -3.2rem 0;
}

header .inner .sns-link li.sns-link-icon-facebook a {
  background-position: -6.4rem 0;
}

header .inner .sns-link li.sns-link-icon-discord a {
  background-position: -9.6rem 0;
}

header .inner .sns-link li.sns-link-icon-lang p,
header .inner .sns-link li.sns-link-icon-lang-sp a {
  background-position: -12.8rem 0;
}

header .inner .lang-link {
  position: absolute;
  display: block;
  top: 6rem;
  right: -20rem;
  padding: 2rem;
  transition: 0.3s cubic-bezier(1, 0.55, 0, 0.45);
  z-index: 50;
}

header .inner .lang-link.active {
  right: 0;
  transition: none;
  z-index: 100;
}

header .inner .lang-link.active ul li {
  animation: bound-anim-1 0.5s;
}

header .inner .lang-link.active ul li:nth-of-type(2) {
  animation: bound-anim-2 0.5s;
}

header .inner .lang-link.active ul li:nth-of-type(3) {
  animation: bound-anim-3 0.5s;
}

header .inner .lang-link.active ul li:nth-of-type(4) {
  animation: bound-anim-4 0.5s;
}

header .inner .lang-link.active ul li:nth-of-type(5) {
  animation: bound-anim-5 0.5s;
}

@keyframes bound-anim-1 {
  0% {
    right: -10rem;
    opacity: 0;
  }
  20% {
    right: 1.5rem;
  }
  50% {
    right: -1rem;
    opacity: 1;
  }
  60%, 100% {
    right: 0;
  }
}
@keyframes bound-anim-2 {
  0%, 10% {
    right: -10rem;
    opacity: 0;
  }
  30% {
    right: 1.5rem;
  }
  60% {
    right: -1rem;
    opacity: 1;
  }
  70%, 100% {
    right: 0;
  }
}
@keyframes bound-anim-3 {
  0%, 20% {
    right: -10rem;
    opacity: 0;
  }
  40% {
    right: 1.5rem;
  }
  70% {
    right: -1rem;
    opacity: 1;
  }
  80%, 100% {
    right: 0;
  }
}
@keyframes bound-anim-4 {
  0%, 30% {
    right: -10rem;
    opacity: 0;
  }
  50% {
    right: 1.5rem;
  }
  80% {
    right: -1rem;
    opacity: 1;
  }
  90%, 100% {
    right: 0;
  }
}
@keyframes bound-anim-5 {
  0%, 40% {
    right: -10rem;
    opacity: 0;
  }
  60% {
    right: 1.5rem;
  }
  90% {
    right: -1rem;
    opacity: 1;
  }
  100% {
    right: 0;
  }
}
header .inner .lang-link ul,
.lang-link ul {
  width: 13rem;
  position: relative;
  z-index: 100;
}

header .inner .lang-link ul li,
.lang-link ul li {
  position: relative;
  opacity: 1;
}

header .inner .lang-link ul li:not(:first-of-type),
.lang-link ul li:not(:first-of-type) {
  margin-top: 1rem;
  margin-left: 0;
}

header .inner .lang-link ul li p,
header .inner .lang-link ul li a,
.lang-link ul li p,
.lang-link ul li a {
  text-indent: 0;
  display: block;
  width: 12rem;
  height: 5rem;
  line-height: 5rem;
  border: #1c425e solid 0.3rem;
  background: #fff;
  text-align: center;
  font-size: 2rem;
  text-decoration: none;
  color: #000;
  box-shadow: 0.5rem 0.5rem 0 #172a38;
}

header .inner .lang-link ul li a:hover,
header .inner .lang-link ul li#lang-here p,
.lang-link ul li a:hover,
.lang-link ul li#lang-here p {
  opacity: 1;
  border-color: #12c6f0;
  background: url(../img/header_lang_bg.gif) repeat left/auto 0.8rem;
}

#lang-outer {
  display: none;
  position: fixed;
  z-index: 80;
}

@media screen and (max-width: 979px) {
  #lang-outer.active {
    display: block;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100vw;
    height: 100vh;
    left: 0;
  }
}
header + * {
  padding-top: 11.5rem;
}

header#scroll-header + * {
  padding-top: 0;
}

header#scroll-header {
  top: -20rem;
  transition: top 0.3s cubic-bezier(1, 0.55, 0, 0.45);
}

header#scroll-header.active {
  top: 0;
}

@media screen and (max-width: 1030px) {
  header .inner nav .nav-link {
    margin-right: 0;
  }
}
@media screen and (max-width: 979px) {
  header {
    padding-bottom: 3.75rem;
    background-size: auto 3.75rem;
  }
  header .inner nav {
    flex-direction: column;
    height: 7.5rem;
  }
  header .inner nav h1 {
    height: 6.5rem;
    margin-top: 1rem;
  }
  header .inner nav .nav-link {
    margin-right: 0;
    position: absolute;
    top: 7.8rem;
  }
  header .inner nav .nav-link li {
    margin-left: 0.8rem;
  }
  header .inner .nav-link li a {
    height: 2.5rem;
    background-size: auto 8.2rem;
  }
  header .inner .nav-link li.nav-top a {
    width: 6.5rem;
  }
  header .inner .nav-link li.nav-chara a {
    width: 9.6rem;
    background-position-y: -2.8rem;
  }
  header .inner .nav-link.nav-link-en li.nav-chara a {
    width: 14.25rem;
  }
  header .inner .nav-link li.nav-nftskin a {
    width: 9.6rem;
    background-position-y: -5.6rem;
  }
  header .inner .nav-link.nav-link-en li.nav-nftskin a {
    width: 13rem;
  }
  header .inner .nav-link li.nav-here::after {
    min-width: 5.65rem;
    height: 4.2rem;
    top: -0.75rem;
  }
  header .inner .sns-link li.sns-link-icon-lang-sp,
  .sns-link li.sns-link-icon-lang-sp {
    position: absolute;
    top: 1.5rem;
    right: 0.5rem;
    border: none;
    padding: 1rem;
  }
  header .inner .sns-link li.sns-link-icon-lang p-sp,
  header .inner .sns-link li.sns-link-icon-lang-sp a {
    background: url(../img/header_sns_icon_sp.gif) no-repeat left/auto 100%;
    width: 3rem;
    height: 3rem;
  }
  header .inner .sns-link li.sns-link-icon-lang-sp .lang-link ul li p,
  header .inner .sns-link li.sns-link-icon-lang-sp .lang-link ul li a {
    width: 12rem;
    height: 5rem;
  }
  #popup-modal-lang.popup-inline {
    flex-direction: column;
    z-index: 1000;
    position: top;
    display: flex;
    justify-content: center;
  }
  .lang-link {
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
    position: relative;
  }
  .lang-link .mfp-close {
    position: relative;
    top: 2.9rem;
    right: 0;
    margin: 0;
    width: 2.7rem;
    height: 2.7rem;
  }
}
/* footer */
footer {
  padding-top: 9.2rem !important;
  margin-top: -6.8rem;
  position: relative;
  z-index: 150;
  padding-top: 10.4rem;
  background: url(../img/footer_bg.gif) repeat-x center top/auto 10.4rem, #73d7f6;
}

footer .inner {
  padding: 0.01rem 0 2.5rem 0;
  text-align: center;
  background-color: #1a4162;
}

footer .inner h3 {
  margin-top: 7.1rem;
  height: 13.4rem;
  background: url(../img/footer_sns_ttl.gif) no-repeat center/auto 100%;
  text-indent: -9999rem;
}

footer .inner .sns-link {
  margin-top: 3rem;
}

footer .inner .sns-link li {
  display: inline-block;
  margin-left: 3.6rem;
}

footer .inner .sns-link li:first-of-type {
  margin-left: 0;
}

footer .inner .sns-link li a {
  width: 4rem;
  height: 4.05rem;
  display: block;
  background: url(../img/footer_sns_icon.gif) no-repeat left/auto 100%;
  text-indent: -9999rem;
}

footer .inner .sns-link li.sns-link-icon-opensea a {
  background-position: 0 0;
}

footer .inner .sns-link li.sns-link-icon-twitter a {
  background-position: -4.5rem 0;
}

footer .inner .sns-link li.sns-link-icon-facebook a {
  background-position: -9rem 0;
}

footer .inner .sns-link li.sns-link-icon-discord a {
  background-position: -13.5rem 0;
}

footer .inner .footer-hr {
  margin-top: 3rem;
  width: 45.8rem;
  height: 0.2rem;
  background-color: #fff;
  border: 0;
}

footer .inner .footer-link {
  margin-top: 1.8rem;
}

footer .inner .footer-link a {
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
}

footer .inner .footer-link.footer-link-tos {
  margin-top: 1.5rem;
}

footer .inner .footer-link.footer-link-tos a {
  font-size: 1.2rem;
}

footer .inner .footer-text {
  font-size: 1.2rem;
  margin-top: 2.4rem;
  color: #fff;
}

@media screen and (max-width: 979px) {
  footer {
    margin-top: -10rem !important;
    padding-top: 5.2rem !important;
    background-size: auto 5.2rem;
  }
  footer .inner h3 {
    margin-top: 10.6rem;
    height: 11.4rem;
  }
  footer .inner .sns-link {
    margin-top: 1.4rem;
  }
  footer .inner .sns-link li {
    margin-left: 2.6rem;
  }
  footer .inner .footer-hr {
    margin-top: 3.5rem;
    width: 34.2rem;
    height: 0.1rem;
  }
  footer .inner .footer-text {
    margin-top: 2rem;
  }
}
/* app */
.applink {
  position: relative;
  overflow: hidden;
  padding: 50vh 0;
  margin: -50vh 0;
  padding: 100vh 0;
  margin: -100vh 0;
  height: 0;
}

.applink::after {
  position: absolute;
  content: "";
  display: block;
  width: 150%;
  height: 94.4rem;
  z-index: 50;
  top: 50%;
  right: -25%;
  margin-top: -47rem;
  transform: rotate(-15deg);
  transform-origin: 50% 50%;
}

.applink.applink-pp::after {
  background: url(../img/app_bg_pp.png) repeat-x center top/3.4rem auto;
}

.applink.applink-pk::after {
  background: url(../img/app_bg_pk.png) repeat-x center top/3.4rem auto;
}

.applink.applink-gr::after {
  background: url(../img/app_bg_gr.png) repeat-x center top/3.4rem auto;
}

.applink.applink-og::after {
  background: url(../img/app_bg_og.png) repeat-x center top/3.4rem auto;
}

.applink.applink-sb::after {
  background: url(../img/app_bg_sb.png) repeat-x center top/3.4rem auto;
  top: inherit;
  bottom: -30rem;
}

.applink.applink-sb {
  padding: 200vh 0 20rem;
  margin: -200vh 0 0;
}

.applink.applink-sb::before {
  position: absolute;
  content: "";
  background-color: #73d7f6;
  height: 50vw;
  width: 150%;
  top: 100%;
  right: -25%;
  transform: rotate(-15deg);
}

.applink + * {
  padding-top: 50rem;
}

@media screen and (max-width: 979px) {
  .applink::after,
  .applink.applink-pp::after,
  .applink.applink-pk::after,
  .applink.applink-gr::after,
  .applink.applink-og::after,
  .applink.applink-sb::after {
    background-size: 1.7rem auto;
    width: 200%;
    right: -50%;
    top: 60%;
  }
  .applink.applink-sb {
    padding: 50vh 0 20rem;
    margin: -50vh 0 0;
  }
  .applink.applink-sb::after {
    top: 100%;
  }
  .applink.applink-sb::before {
    content: none;
  }
  .applink + * {
    padding-top: 20rem;
  }
}
.applink .inner {
  position: relative;
  padding-bottom: 19.4rem;
  text-align: center;
  z-index: 200;
  background: url(../img/app_cont_bg.png) no-repeat center top/auto 55.2rem;
  padding-bottom: 0;
  height: 55.2rem;
  margin-top: -25rem;
}

.applink.applink-sb .inner {
  margin-top: -35.2rem;
}

.applink .inner h3 {
  margin: 2.2rem 0 0 -0.2rem;
  width: 37.1rem;
  height: 14.1rem;
  display: inline-block;
  background: url(../img/app_ttl.png) no-repeat left/auto 100%;
  text-indent: -9999rem;
}

.app-list {
  margin-top: 2.4rem;
}

.app-list-apple,
.app-list-google,
.app-list-twitter,
.app-list-facebook {
  height: 6.7rem;
  display: inline-block;
}

.app-list-apple a,
.app-list-google a,
.app-list-twitter a,
.app-list-facebook a {
  height: 6.7rem;
  display: block;
  text-indent: -9999rem;
}

.app-list-apple a {
  width: 18.5rem;
  background: url(../img/app_btn_apple.png) no-repeat center top/auto 100%;
}

.lang-en .app-list-apple a {
  width: 20rem;
}

.lang-kr .app-list-apple a {
  width: 21.7em;
}

.app-list-google a {
  margin-left: 4.5rem;
  width: 22.9rem;
  background: url(../img/app_btn_google.png) no-repeat center top/auto 100%;
}

.applink .app-list-twitter,
.applink .app-list-facebook {
  display: block;
  margin: 3rem auto 0;
  width: 29.8rem;
  border-radius: 1rem;
  background-color: #00acee;
  background: url(../img/app_btn_twitter.png) no-repeat left 2rem center/auto 3.2rem #00acee;
}

.applink .app-list-facebook {
  background-color: #1877f2;
  background-image: url(../img/app_btn_facebook.png);
}

.applink .app-list-twitter a,
.applink .app-list-facebook a {
  padding-left: 5rem;
  text-indent: 0;
  text-align: center;
  line-height: 6.6rem;
  font-size: 2rem;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
}

@media screen and (max-width: 979px) {
  .applink .inner {
    margin-top: -30rem;
    height: 35.35rem;
    background: url(../img/app_cont_bg_sp.png) no-repeat center top/auto 35.35rem;
  }
  .applink.applink-sb .inner {
    margin-top: -18rem;
  }
  .applink .inner h3 {
    margin: 5.05rem 0 0 1.1rem;
    width: 19.6rem;
    height: 7rem;
  }
  .app-list {
    margin-top: 2rem;
  }
  .app-list-apple,
  .app-list-google,
  .app-list-twitter,
  .app-list-facebook {
    height: 4.2rem;
  }
  .app-list-apple a,
  .app-list-google a,
  .app-list-twitter a,
  .app-list-facebook a {
    height: 100%;
  }
  .app-list-apple a {
    width: 11.7rem;
  }
  .lang-en .app-list-apple a {
    width: 12.7rem;
  }
  .lang-kr .app-list-apple a {
    width: 13.7rem;
  }
  .app-list-google a {
    margin-left: 1rem;
    width: 14.4rem;
  }
  .applink .app-list-twitter,
  .applink .app-list-facebook {
    margin: 1.8rem auto 0;
    height: 5rem;
    width: 22.8rem;
  }
  .applink .app-list-twitter a,
  .applink .app-list-facebook a {
    font-size: 1.5rem;
    line-height: 5rem;
  }
  .applink .app-list-twitter a::before,
  .applink .app-list-facebook a::before {
    content: "";
    width: 5rem;
    background-size: auto 2.4rem;
  }
}
.ttl {
  width: 70.8rem;
  height: 32.3rem;
  background: url(../img/ttl_bg.png) no-repeat center top/auto 100%;
  text-indent: -9999rem;
  margin: 14rem auto 0;
  position: relative;
}

.ttl::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 150;
  background: url(../img/wats_ttl.png) no-repeat center center/auto 100%;
}

@media screen and (max-width: 979px) {
  .ttl {
    margin-top: 7.3rem;
    width: 35.4rem;
    height: 16.15rem;
  }
}
.cont {
  margin: auto;
  width: 72rem;
  height: 40rem;
  overflow: hidden;
  background-color: #fff;
  border: 0.5rem solid #1c445e;
  box-shadow: 1rem 1rem 0 #172a38;
}

@media screen and (max-width: 979px) {
  .cont {
    width: 32.5rem;
    height: 18.2rem;
    border-width: 0.25rem;
    box-shadow: 0.5rem 0.5rem 0 #172a38;
  }
}
.hr_side,
.hr_rotate {
  height: 22.5rem;
  border: 0;
  margin: -7rem 0;
  position: relative;
  z-index: 50;
  overflow-x: hidden;
  pointer-events: none;
}

.hr_rotate {
  height: 100vw;
  margin: calc(-50vw - 23rem) 0 calc(-50vw - 5rem);
}

.hr_side::after,
.hr_rotate::after {
  position: absolute;
  content: "";
  display: block;
  height: 22.5rem;
  width: 100%;
  background: url(../img/cont_line.png) repeat-x center top/auto 22.5rem;
  z-index: 50;
}

.hr_rotate::after {
  transform: rotate(165deg);
  width: 150%;
  top: 50%;
  right: -25%;
}

.link-see {
  position: relative;
  margin: 5rem auto 0;
  width: 37.8rem;
  text-align: center;
}

.link-see a {
  display: inline-block;
  width: 30.8rem;
  height: 9.1rem;
  background: url(../img/link_see.png) no-repeat center top/auto 100%;
  text-indent: -9999rem;
  margin-left: 7rem;
}

@media screen and (max-width: 979px) {
  .link-see {
    margin-top: 2.8rem;
    width: 27.8rem;
  }
  .link-see a {
    width: 22.8rem;
    height: 6.5rem;
    margin-left: 4.5rem;
  }
  .hr_side::after,
  .hr_rotate::after {
    background-size: auto 11.25rem;
    height: 11.25rem;
  }
  .hr_side {
    height: 11.25rem;
  }
  .hr_rotate {
    margin: calc(-50vw - 25rem) 0 calc(-50vw + 3rem);
  }
}
.accordion-area {
  display: none;
}

.accordion-area.open {
  display: block;
}

#base .inner {
  text-align: center;
  max-width: 68rem;
}

#base .ttl {
  margin: 10rem 0 -2rem -2rem;
  background: none;
  height: auto;
  display: inline-block;
  position: relative;
  width: 66rem;
  padding: 0;
}

#base .ttl span {
  text-align: left;
  position: relative;
  z-index: 100;
  text-indent: 0;
  padding: 2rem 3rem;
  height: auto;
  display: block;
  font-size: 3rem;
  background: url(../img/nft_coution_bg.gif) repeat center center/2.2rem auto;
  border: 0.5rem solid #1c445e;
}

#base .cont {
  display: inline-block;
  position: relative;
  margin: 0 -2rem 0 0;
  width: 66rem;
  box-shadow: none;
  overflow: inherit;
  height: auto;
  border: none;
}

#base .cont div {
  text-align: left;
  position: relative;
  z-index: 70;
  padding: 3rem 3rem 2rem;
  background: #fff;
  border: 0.5rem solid #1c445e;
}

#base .cont h3 {
  margin: 3rem 0 0;
  font-size: 2rem;
}

#base .cont h4 {
  margin: 3rem 0 0;
  font-size: 1.8rem;
}

#base .cont p {
  text-align: left;
  margin-top: 2rem;
  overflow-wrap: break-word;
}

#base .cont figcaption {
  margin-top: 2rem;
}

#base .ttl::before,
#base .ttl::after,
#base .cont::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #172a38;
  top: 1rem;
  left: 1rem;
  z-index: 50;
}

#base .ttl::before {
  top: 1rem;
  left: 1rem;
  z-index: 80;
  width: calc(100% - 0.5rem);
  height: calc(100% - 0.5rem);
}

#base time {
  border-bottom: 0.1rem #000 dashed;
  display: block;
  text-align: right;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 979px) {
  #base {
    padding-bottom: 20rem;
  }
  #base .ttl {
    margin: 5rem 0 -1rem -1rem;
    width: 33rem;
  }
  #base .ttl span {
    background-size: 1.1rem auto;
    padding: 1rem 1.5rem;
    font-size: 1.5rem;
    border-width: 0.25rem;
  }
  #base .cont {
    margin: 0 -1rem 0 0;
    width: 33rem;
  }
  #base .cont div {
    padding: 2rem 1.5rem 1rem;
    border-width: 0.25rem;
    font-size: 1.2rem;
  }
  #base .cont h3 {
    margin: 2rem 0 0;
    font-size: 1.8rem;
  }
  #base .cont h4 {
    margin: 2rem 0 0;
    font-size: 1.5rem;
  }
  #base .cont p {
    margin-top: 1rem;
  }
  #base .ttl::before {
    top: 0.75rem;
    left: 0.75rem;
  }
  #base .ttl::after,
  #base .cont::after {
    top: 0.5rem;
    left: 0.5rem;
  }
}
section:not(#top),
.applink,
.hr_side,
.hr_rotate,
.applink.applink-sb,
footer {
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
}

ul.slick li.slick-slide {
  display: inline-block;
}

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