@charset "utf-8";

/* default */
html,
body {
  height: 100%;
  word-break: break-all;
}
body {
  overflow-x: hidden; /*height:100%;*/
  font-family: "Spoqa Han Sans Neo", "Open Sans", "sans-serif";
  font-size: 12px;
  line-height: 1.3;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-osx-font-smoothing: gratranslate3d(0, 0, 0) yscale;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
p,
button,
iframe,
th,
td {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
dt {
  font-weight: normal;
}
img,
fieldset,
iframe,
button {
  border: 0 none;
}
button {
  cursor: pointer;
  background: none;
}
button:focus {
  outline: 0;
}
li {
  list-style: none;
}
button {
  border: 0 none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td {
  border-collapse: collapse;
}
legend,
caption,
hr {
  display: none;
}
select,
input,
textarea {
}
i,
em,
u,
cite {
  font-style: normal;
}
strong {
  font-weight: normal;
}
img {
  vertical-align: top;
  max-width: 100%;
}
a {
  color: #4b4c4c;
  text-decoration: none;
  outline-offset: -1px;
}
table {
  table-layout: fixed;
  width: 100%;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="checkbox"],
input[type="radio"] {
  display: none;
}

/* common */
main {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
#contents {
  position: relative;
  min-width: 320px;
  min-height: 768px;
  height: 100%;
}
#contents a {
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
}
/*#contents a:hover,*/
#contents a:focus {
  opacity: 0.8;
}
article {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.mobile {
  display: none;
}
.text-c {
  text-align: center;
}
.text-r {
  text-align: right;
}
.br {
  display: block;
}
.btn-menu {
  display: none;
}
.mobile-nav {
  display: none;
}
.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex.start {
  align-items: flex-start;
}
.line-bk {
  display: none;
}

.btn-box {
  font-size: 0;
}
.btn-box a {
  margin: 0 16px;
}
.btn-type01 {
  display: inline-block;
  padding: 0 20px 0 23px;
  border-radius: 9px;
  background: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-weight: 500;
  line-height: 62px;
  letter-spacing: 0.44px;
  text-align: center;
  color: #fff;
}
.btn-type01:hover,
.btn-type01:focus {
  background: rgba(49, 49, 49, 0.7);
}
.btn-type01.mint {
  padding: 0 41px;
  background: rgba(74, 230, 230, 0.7);
  color: #191919;
}
.btn-type01.mint:hover,
.btn-type01.mint:focus {
  background: rgba(57, 209, 209, 0.7);
}

.select-box {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.select-box button {
  position: relative;
  border: 1px solid #dadada;
  border-radius: 5px;
  padding-left: 12px;
  padding-right: 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: 0.39px;
  color: rgba(0, 0, 0, 0.8);
}
.select-box button:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 8px;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  background: url("../../images/btn_arrow-down.png") 0 0 no-repeat;
  background-size: auto 24px;
  transition: transform 0.2s;
  -webkit-transition: transform 0.2s;
  -ms-transition: transform 0.2s;
}
.select-box button.on:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.select-box > div {
  display: none;
  overflow: auto;
  height: 200px;
  padding: 4px 0;
  z-index: 1;
  position: absolute;
  width: 100%;
  top: 35px;
  left: 0;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  border: solid 1px #dadada;
  text-align: left;
  border-top: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select-box > div ul li:first-child {
  border-top: 0 none;
}
.select-box > div ul li {
  border-top: 1px solid #eaeaea;
}
.select-box > div ul li a {
  display: block;
  padding: 0 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: 0.39px;
  color: rgba(0, 0, 0, 0.8);
}
.select-box > div ul li a:hover {
  background: #f8f7fd;
}

.phone-first > li {
  cursor: pointer;
}

.check-type01 {
  display: inline-block;
  vertical-align: middle;
}
.check-type01 input[type="checkbox"] + label {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
.check-type01 input[type="checkbox"] + label span {
  position: relative;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  background: url("../../images/bg_check.png") no-repeat;
  background-size: auto 24px;
  width: 24px;
  height: 24px;
}
.check-type01 input[type="checkbox"]:checked + label span {
  background: url("../../images/bg_check-on.png") no-repeat;
  background-size: auto 24px;
}

.tit {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.44;
  letter-spacing: 1.38px;
  color: rgba(0, 0, 0, 0.8);
}
.tit span {
  display: block;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.29;
  letter-spacing: 0.77px;
  color: #3fe6e7;
}
.tit em {
  letter-spacing: 1px;
}
.tit .purple {
  color: #7b61ff;
}
.tit.small {
  font-size: 44px;
  line-height: 1.5;
  letter-spacing: 1.21px;
}
.tit.small span {
  margin-bottom: 16px;
}
.sub-tit {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 1.1px;
  color: rgba(0, 0, 0, 0.8);
}
.sub-tit span {
  display: block;
  margin-bottom: 11px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.46;
  letter-spacing: 0.72px;
  color: rgba(0, 0, 0, 0.4);
}

header {
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.header-inner {
  overflow: hidden;
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  padding: 15px 0;
}
.header-inner:after {
  display: block;
  clear: both;
  content: "";
}
.header-inner h1 {
  float: left;
  text-indent: -9999px;
  background: url("../../images/logo.png") 0 no-repeat;
  background-size: auto 40px;
  width: 252px;
  height: 40px;
}
.header-inner h1 a {
  display: block;
  height: 100%;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
}
.header-inner h1 a:hover,
.header-inner h1 a:focus {
  opacity: 0.2;
}
.header-inner h1 img {
  height: 40px;
}
.header-inner .lang {
  float: right;
  font-size: 0;
}
.header-inner .lang li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
}
.header-inner .lang li a {
  display: block;
  width: 58px;
  border-radius: 6px;
  font-size: 16px;
  line-height: 44px;
  letter-spacing: 0.44px;
  color: rgba(0, 0, 0, 0.4);
  text-align: center;
}
.header-inner .lang li a:hover,
.header-inner .lang li a:focus {
  background: #f5f5f5;
}
.header-inner .lang .curr a {
  color: rgba(0, 0, 0, 1);
}

/* content */
.kv .text {
  z-index: 1;
  position: absolute;
  top: 287px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.kv .text .btn-box span {
  display: inline-block;
  padding-left: 38px;
}
.kv .text strong {
  display: block;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.27;
  letter-spacing: 1.65px;
  text-align: center;
  color: #fff;
}
.kv .btn-box {
  margin-top: 65px;
}
.kv .apple span {
  background: url("../../images/bg_apple.png") 0 50% no-repeat;
  background-size: auto 24px;
}
.kv .google span {
  background: url("../../images/bg_google.png") 0 50% no-repeat;
  background-size: auto 24px;
}
.kv .mint {
  display: block;
  width: 159px;
  margin: 28px auto 0;
  padding: 0;
}
.kv figure {
  height: 810px;
  position: relative;
}
.kv video {
  position: absolute;
  width: 100%;
  object-fit: cover;
}

.feature01 {
  background: #f6f8fb;
}
.feature01 .inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 148px 0 200px;
}
.feature01 .inner > p {
  width: 400px;
  word-break: keep-all;
  margin-top: 32px;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.61;
  letter-spacing: 0.63px;
  color: rgba(0, 0, 0, 0.6);
}
.feature01 ul {
  overflow: hidden;
}
.feature01 ul:after {
  content: "";
  display: block;
  clear: both;
}
.feature01 li {
  float: left;
  width: 500px;
  margin-top: 120px;
}
.feature01 li:nth-child(2n) {
  margin-left: 120px;
}
.feature01 li strong {
  display: block;
  margin-top: 48px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.38;
  letter-spacing: 0.88px;
  color: rgba(0, 0, 0, 0.8);
}
.feature01 li p {
  margin-top: 16px;
  width: 445px;
  font-size: 22px;
  line-height: 1.55;
  letter-spacing: 0.61px;
  color: rgba(0, 0, 0, 0.8);
  word-break: keep-all;
}

.feature02 {
  padding: 215px 0 404px;
}
.feature02 .inner {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
}
.feature02 .inner figure {
  position: absolute;
}
.feature02 .inner > strong {
  display: block;
  padding-left: 723px;
  font-size: 50px;
  font-weight: bold;
  line-height: 1.44;
  letter-spacing: 1.38px;
  color: #c1c1c1;
  opacity: 0.8;
}
.feature02 .inner > strong span {
  display: block;
}
.feature02 .inner > p {
  width: 420px;
  word-break: keep-all;
  margin-top: 623px;
  padding-left: 22px;
  font-size: 22px;
  line-height: 1.55;
  letter-spacing: 0.61px;
  color: rgba(0, 0, 0, 0.8);
}
.feature02 .inner > p strong {
  font-weight: bold;
}
.feature02 .device01 {
  top: -43px;
  left: -87px;
}
.feature02 .device02 {
  top: 395px;
  right: -21px;
}
.feature02 .c2 {
  color: #999;
}
.feature02 .c3 {
  color: #4d4d4d;
}
.feature02 .c4 {
  color: #000;
}
.feature02 .inner .device01 .pc > img {
  width: 515px;
}

.feature02 .inner .device02 .pc > img {
  width: 515px;
}

.feature03 {
  padding: 190px 0 174px;
  background: #f6f8fb;
}
.feature03 .inner {
  max-width: 1140px;
  margin: 0 auto;
}
.feature03 .box01 figure {
  margin-left: -48px;
}
.feature03 .box01 .text {
  padding-top: 40px;
}
.feature03 .box01 .en-line-bk {
  display: none;
}
.feature03 .box02 {
  margin-top: 200px;
}
.feature03 .box02 .text {
  padding-top: 73px;
}
.feature03 .box02 figure {
  margin-right: -28px;
}
.feature03 figure {
  flex: none;
}
.feature03 p {
  margin-top: 44px;
  width: 495px;
  word-break: keep-all;
  font-size: 22px;
  line-height: 1.55;
  letter-spacing: 0.61px;
  color: rgba(0, 0, 0, 0.8);
}
.feature03 p strong {
  font-weight: bold;
}
.feature03 .desc {
  display: none;
}
.feature03 img {
  width: 500px;
}

.feature04 {
  padding: 160px 0 190px;
}
.feature04 .inner {
  max-width: 1140px;
  margin: 0 auto;
}
.feature04 li {
  margin-top: 150px;
}
.feature04 li:first-child {
  margin-top: 87px;
}
.feature04 li p {
  width: 460px;
  margin-top: 34px;
  font-size: 22px;
  line-height: 1.55;
  letter-spacing: 0.61px;
  color: rgba(0, 0, 0, 0.8);
}

.feature05 {
  padding: 190px 0;
  background: #f6f8fb;
}
.feature05 .inner {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
}
.feature05 .tit {
  width: 450px;
  word-break: keep-all;
}
.feature05 strong {
  display: block;
  width: 400px;
  word-break: keep-all;
  margin-top: 191px;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.47;
  letter-spacing: 1.05px;
  color: #313132;
}
.feature05 strong span {
  color: #aeaeae;
}
.feature05 p {
  width: 400px;
  word-break: keep-all;
  margin-top: 28px;
  font-size: 22px;
  line-height: 1.55;
  letter-spacing: 0.61px;
  color: rgba(0, 0, 0, 0.8);
}
.feature05 figure {
  position: absolute;
  top: -8px;
  right: -21px;
}
.feature05 img {
  width: 515px;
}

.feature06 {
  padding: 150px 0;
}
.feature06 .inner {
  max-width: 1140px;
  margin: 0 auto;
}
.feature06 ul {
  margin-top: 48px;
  font-size: 0;
}
.feature06 li {
  position: relative;
  display: inline-block;
  margin-top: 32px;
}
.feature06 li p {
  position: absolute;
  top: 60px;
  left: 56px;
  width: 270px;
  word-break: keep-all;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.72px;
  color: rgba(0, 0, 0, 0.8);
}
.feature06 .feefi02 img {
  width: 684px;
}
.feature06 .feefi03 {
  margin-left: 32px;
}
.feature06 .feefi03 p {
  top: auto;
  left: auto;
  bottom: 60px;
  right: 56px;
}

/* footer */
footer {
  background: #192029;
}
.footer-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 36px 0 46px;
}
.footer-inner .top {
  margin-bottom: 17px;
}
.footer-inner .top strong,
.footer-inner .top span {
  display: inline-block;
  vertical-align: bottom;
}
.footer-inner .top span {
  margin-left: 40px;
  font-size: 0;
}
.footer-inner .top span a {
  display: inline-block;
  margin-left: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.88;
  letter-spacing: 0.44px;
  color: #fff;
}
.footer-inner .top .logo img {
  height: 40px;
}
.footer-inner p,
.footer-inner p a {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.39px;
  color: rgba(255, 255, 255, 0.8);
}

/* popup */
.popup-wrap,
.popup-wrap .dim {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  overflow-y: scroll;
}
.popup-wrap .dim {
  background: rgba(0, 0, 0, 0.6);
  z-index: 0;
}
.popup-wrap > div:not(.dim) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.pop-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
  background: url("../../images/btn_menu-close.png") 50% no-repeat;
  background-size: auto 24px;
  border-radius: 4px;
}
.pop-close:hover,
.pop-close:focus {
  background-color: #f0f0f0;
}

.pop-type01 {
  background: #fff;
  border-radius: 16px;
}
.pop-ok {
  width: 288px;
  height: 44px;
  opacity: 0.4;
  display: block;
  font-size: 16px;
  line-height: 44px;
  letter-spacing: 0.44px;
  text-align: center;
  border-radius: 8px;
  color: rgba(0, 0, 0, 0.8);
  background: #4ae6e6;
  cursor: pointer;
}

.pop-ready {
  width: 384px;
  padding: 80px 48px 32px;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.pop-ready .clock {
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.pop-ready > strong {
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.55px;
  color: rgba(0, 0, 0, 0.8);
}
.pop-ready > p {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.44px;
  color: rgba(0, 0, 0, 0.8);
  white-space: nowrap;
}
.pop-ready .select-box button {
  width: 88px;
  text-align: left;
}
.pop-ready .number-wrap {
  margin-top: 32px;
  font-size: 0;
}
.pop-ready .input {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  width: 186px;
  margin-left: 12px;
  border: 1px solid #dadada;
  border-radius: 5px;
}
.pop-ready .input input {
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.39px;
  color: rgba(0, 0, 0, 0.8);
  border: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  width: 100%;
}
.pop-ready .check-wrap {
  position: relative;
  display: block;
  margin-top: 12px;
  text-align: left;
  padding-left: 0px;
}
.pop-ready .pop-ok {
  margin-top: 32px;
}
.check-type01 img {
  width: 24px;
  margin-left: 10px;
  cursor: pointer;
  position: absolute;
  top: -1px;
  right: -7px;
}

/**/

/* eng */
.en .feature01 .inner > p {
  width: 500px;
}
.en .feature01 li p {
  width: 500px;
}
.en .feature02 .inner > strong {
  padding-left: 680px;
  font-size: 49px;
  letter-spacing: 0.69px;
}
.en .feature03 p {
  width: 455px;
}
.en .feature03 .box01 .text {
  padding-top: 28px;
}
.en .feature03 .box02 .text {
  padding-top: 28px;
}
.en .feature05 strong {
  width: 450px;
  margin-top: 186px;
}
.en .feature05 p {
  width: 450px;
  margin-top: 44px;
}
.en .feature06 li p {
  width: 350px;
}
.en .footer-inner .top span a {
  margin-left: 28px;
}
