.sp {
  display: none !important;
}

body {
  font-size: 17px;
  font-size: 1.7rem;
}

.cmn-title {
  text-align: center;
  font-size: 4.4rem;
  line-height: 1;
  padding-bottom: 110px;
  position: relative;
}
.cmn-title-sub {
  font-size: 2.6rem;
  line-height: 1.49;
}
.cmn-title::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 48px;
  background-color: #47c2be;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  top: 65px;
}
.cmn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.cmn-box dl {
  position: relative;
  width: 600px;
  margin: 30px 50px 0;
}
.cmn-box dl dt {
  padding-bottom: 40px;
}
.cmn-box dl dd {
  width: 92%;
}
.cmn-box .text-left {
  margin-left: auto;
}

.header {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  background-color: #171b26;
}
.header-logo {
  font-size: 3rem;
  line-height: 1.29;
}
.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-menu li {
  margin: 0 25px;
}
.header-menu li a {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
}

.top-mv {
  position: relative;
  margin-bottom: 70px;
  z-index: 1;
}
.top-mv-back {
  height: 610px;
}
.top-mv dl {
  z-index: 99;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.top-mv dl dt {
  margin-bottom: 60px;
}
.top-mv dl dd {
  text-align: center;
  font-size: 3rem;
  color: #171b26;
  background-color: #47c2be;
  white-space: nowrap;
  padding: 0 60px;
}
.top-1 {
  padding-bottom: 130px;
}
.top-1-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 30px;
}
.top-1-box:nth-child(2) {
  padding-bottom: 300px;
}
.top-1-box:nth-child(3) {
  padding-bottom: 70px;
}
.top-1-box dl {
  position: relative;
  width: 600px;
  margin: 30px 50px 0;
}
.top-1-box dl dt {
  padding-bottom: 40px;
}
.top-1-box dl dd {
  width: 92%;
}
.top-1-box .text-left {
  margin-left: auto;
}
.top-1-img {
  position: relative;
  text-align: center;
  z-index: 1;
}
.top-1-img p {
  width: 100%;
}
.top-1-img p:nth-child(2) {
  position: absolute;
  top: 160px;
  right: -330px;
}
.top-1 .movie {
  width: 1200px;
  margin: 0 auto;
  background-color: #293143;
  padding: 50px;
}
.top-1 .movie-box {
  text-align: center;
  padding-bottom: 50px;
  width: 1100px;
  height: 617px;
}
.top-1 .movie-box iframe {
  width: 100%;
  height: 100%;
}
.top-2 {
  width: 1200px;
  margin: 0 auto;
  font-size: 2.5rem;
  padding-bottom: 150px;
  text-align: center;
}
.top-2 #p-1 {
  font-weight: 600;
  padding-bottom: 80px;
}
.top-2-box {
  padding-bottom: 30px;
  width: 640px;
  margin: 0 auto 70px;
  border: 1px solid white;
  position: relative;
  z-index: 9;
}
.top-2-box p {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
  background-color: #171b26;
  z-index: 10;
  padding: 0 20px;
  font-weight: 600;
}
.top-2-box ul {
  padding-top: 50px;
  line-height: 1.5;
}
.top-2 .figure {
  background-color: #293143;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}
.top-2 .figure-item {
  width: 50%;
  padding: 50px 0;
  position: relative;
  font-size: 2.2rem;
}
.top-2 .figure-item-title {
  width: 410px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.2;
}
.top-2 .figure-item-title > li {
  width: 120px;
  font-weight: 600;
}
.top-2 .figure-item:first-child::after {
  content: "";
  width: 130px;
  height: 8px;
  background-color: #47c2be;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.top-2 .figure-box {
  width: 410px;
  margin: 0 auto;
  line-height: 1.35;
  border-radius: 10px;
}
.top-2 .figure-box:first-of-type {
  color: #001c6d;
  background-color: #47c2be;
  padding: 20px 0;
}
.top-2 .figure-box p {
  font-weight: 600;
}
.top-2 .figure-box p span {
  font-size: 1.6rem;
  line-height: 1.5;
}
.top-2 .figure #figure-right-box .figure-box {
  width: 180px;
  height: 320px;
  padding: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 50%;
  left: 30%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.top-2 .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 15px 0;
}
.top-2 .arrow-d,
.top-2 .arrow-u {
  position: relative;
  width: 2px;
  height: 45px;
  background: #47c2be;
}
.top-2 .arrow-d::after,
.top-2 .arrow-u::after {
  content: "";
  position: absolute;
  border: 5px solid transparent;
}
.top-2 .arrow-d {
  margin-right: 20px;
}
.top-2 .arrow-d::after {
  bottom: -6px;
  left: -4px;
  border-top: 10px solid #47c2be;
}
.top-2 .arrow-u::after {
  top: -6px;
  left: -4px;
  border-bottom: 10px solid #47c2be;
}
.top-2 .arrow-r {
  width: 186px;
  height: 57px;
  display: inline-block;
  border: 1px solid #47c2be;
  border-right: none;
  position: absolute;
  top: 35%;
  left: 65%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.top-2 .arrow-r::after {
  content: "";
  line-height: 1;
  width: 80px;
  height: 80px;
  border: 1px solid #47c2be;
  border-left: 0;
  border-bottom: 0;
  position: absolute;
  top: 50%;
  left: 185px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.top-2 .arrow-r p {
  font-size: 2.6rem;
  font-weight: 700;
}
.top-2 .arrow-r p::before {
  content: "";
  background-image: linear-gradient(to top, #47c2be 29px, transparent 29px, transparent 84px, #47c2be 84px);
  width: 1px;
  height: 113px;
  position: absolute;
  top: 50%;
  left: 185px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.top-2 .arrow-r p span {
  font-size: 1.6rem;
  font-weight: 600;
}
.top-2 .arrow-r.NFT {
  top: 65%;
  left: 65%;
}
.top-2 .arrow-l {
  width: 60px;
  display: inline-block;
  border: 1px solid #47c2be;
  border-left: none;
  position: absolute;
  top: 52px;
  left: 40px;
}
.top-2 .arrow-l::after {
  content: "";
  line-height: 1;
  width: 40px;
  height: 40px;
  border: 1px solid #47c2be;
  border-left: 0;
  border-bottom: 0;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%) rotate(225deg);
          transform: translate(-50%, -50%) rotate(225deg);
}
.top-2 .arrow-l p {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
}
.top-2 .arrow-l p::before {
  content: "";
  background-image: linear-gradient(to top, #47c2be 11px, transparent 11px, transparent 45px, #47c2be 45px);
  width: 1px;
  height: 56px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.top-2 .arrow-l p span {
  font-size: 1.6rem;
}
.top-2 .arrow-l.NFT {
  top: 114px;
  left: 40px;
}
.top-2 .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top-2 .bottom .arrow-d {
  position: absolute;
  width: 12px;
  height: 277px;
  background-color: white;
  left: 150px;
  top: 180px;
  z-index: 4;
}
.top-2 .bottom .arrow-d::before {
  content: "Business (Operation) company";
  font-size: 1.6rem;
  font-weight: 600;
  white-space: nowrap;
  position: absolute;
  left: 28px;
  top: 90px;
}
.top-2 .bottom .arrow-d::after {
  border: 15px solid transparent;
  border-top: 30px solid white;
  bottom: -40px;
  left: -8.5px;
}
.top-2 .bottom .arrow-r {
  top: 730px;
  left: 440px;
  width: 111px;
  height: auto;
}
.top-2 .bottom .arrow-r p {
  padding-left: 20px;
  white-space: nowrap;
  font-size: 1.6rem;
  font-weight: bold;
}
.top-2 .bottom .arrow-r p::before {
  background-image: linear-gradient(to top, #47c2be 22px, transparent 22px, transparent 60px, #47c2be 60px);
  left: 110px;
  height: 82px;
}
.top-2 .bottom .arrow-r::after {
  left: 110px;
  width: 60px;
  height: 60px;
}
.top-2 .bottom h3 {
  height: 150px;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-2 .bottom .figure {
  padding-top: 15px;
  height: 800px;
  width: 570px;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-2 .bottom .figure-box {
  width: 340px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 35px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #479ec2;
}
.top-2 .bottom .figure-box p {
  font-weight: 700;
}
.top-2 .bottom .figure-box p span {
  font-weight: 600;
}
.top-2 .bottom .figure-circle {
  width: 390px;
  height: 390px;
  border-radius: 50%;
  background-color: #479ec2;
  position: absolute;
  z-index: 3;
  left: 85px;
  top: 340px;
  color: #001c6d;
}
.top-2 .bottom .figure-circle::before {
  content: "Holding Company";
  font-weight: bold;
  white-space: nowrap;
  position: absolute;
  top: 230px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.top-2 .bottom .figure-circle::after {
  content: "(Ark Motors)";
  font-size: 1.6rem;
  font-weight: 600;
  position: absolute;
  top: 270px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.top-2 .bottom .figure-circle-other {
  display: inline-block;
  color: white;
  width: 195px;
  height: 195px;
  border-radius: 0 100% 0 0;
  background-color: #171b26;
  position: absolute;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.9;
  padding-top: 80px;
  padding-right: 20px;
}
.top-2 .bottom-right .arrow-d {
  height: 300px;
  top: 157px;
  background-image: linear-gradient(to top, white 276px, transparent 276px, transparent 280px, white 280px, white 284px, transparent 284px, transparent 288px, white 288px, white 292px, transparent 292px, transparent 296px, white 296px, white 300px);
  background-color: transparent;
}
.top-2 .bottom-right .arrow-d::before {
  top: 150px;
}
.top-2 .bottom-right .figure-box:nth-of-type(2) {
  background-color: #47c2be;
  color: #001c6d;
  z-index: 5;
}
.top-2 .bottom-right .figure-circle {
  background-color: #47c2be;
}
.top-2 .bottom-right .figure-circle::before {
  content: "Custody Organization";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
}
.top-2 .bottom-right .figure-circle::after {
  content: "";
}
.top-3 {
  padding-bottom: 255px;
}
.top-3 ul {
  width: 574px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top-3 ul a {
  border-radius: 10px;
  width: 250px;
  height: 110px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-3 ul li:first-child img {
  width: 186px;
}
.top-3 ul li:last-child img {
  width: 202px;
}
.top-4 {
  padding-bottom: 120px;
}
.top-4 ul {
  width: 1200px;
  margin: 0 auto;
}
.top-4 ul li {
  padding: 30px 0;
  border-bottom: 1px solid #444b60;
}
.top-4 ul li a {
  line-height: 2.35;
  letter-spacing: 0.1em;
  color: #fff;
}
.top-4 ul li a span {
  margin: 0 30px 0 20px;
}
.top-5 {
  padding-bottom: 100px;
}
.top-5 form {
  width: 830px;
  margin: 0 auto;
}
.top-5 form dl {
  background-color: #293143;
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 5px;
}
.top-5 form dl:last-child {
  margin-bottom: 60px;
}
.top-5 form dl dd {
  line-height: 2.35;
}
.top-5 form dl dd input,
.top-5 form dl dd textarea {
  resize: none;
  width: 100%;
  color: #fff;
}
.top-5 form dl dd input::-webkit-input-placeholder, .top-5 form dl dd textarea::-webkit-input-placeholder {
  letter-spacing: 0.1em;
  color: #9e9e9e;
}
.top-5 form dl dd input::-moz-placeholder, .top-5 form dl dd textarea::-moz-placeholder {
  letter-spacing: 0.1em;
  color: #9e9e9e;
}
.top-5 form dl dd input:-ms-input-placeholder, .top-5 form dl dd textarea:-ms-input-placeholder {
  letter-spacing: 0.1em;
  color: #9e9e9e;
}
.top-5 form dl dd input::-ms-input-placeholder, .top-5 form dl dd textarea::-ms-input-placeholder {
  letter-spacing: 0.1em;
  color: #9e9e9e;
}
.top-5 form dl dd input::placeholder,
.top-5 form dl dd textarea::placeholder {
  letter-spacing: 0.1em;
  color: #9e9e9e;
}
.top-5 form button {
  background-color: #47c2be;
  border-radius: 5px;
  width: 100%;
  color: #fff;
  letter-spacing: 0.1em;
  padding: 50px 0;
}
.top-map {
  border-top: 1px solid #444b60;
  padding: 60px 0;
  letter-spacing: 0.1em;
}
.top-map .cmn-box div {
  width: 50%;
  text-align: left;
}
.top-map .top-1-img {
  width: 100%;
  height: 400px;
}
.top-map .top-1-img iframe {
  width: 100%;
  height: 100%;
}

footer {
  background-color: #47c2be;
}
footer p {
  text-align: center;
  color: #171b26;
  font-size: 1.2rem;
  line-height: 3.33;
  letter-spacing: 0.1em;
}
/*# sourceMappingURL=style_pc.css.map */