@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Urbanist:wght@100..900&family=Lustria&display=swap');

/*
Theme Name: ZaaZ Inc. 2025
Author: MONOGRAPH ARTS INC.
Author URI: https://www.mn-arts.com/
*/

*,
*::before,
*::after {
  border: 0;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

body {
  background: #000;
  color: #fff;
  font-family: "Urbanist", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: .04em;
  min-width: 1300px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::selection {
  color: #000;
  background-color: #fff;
}

.title-1 {
  font-size: 128px;
  line-height: 1.3;
  /*letter-spacing: .1em;*/
}

.title-2 {
  font-size: 96px;
  line-height: 1.3;
  /*letter-spacing: .1em;*/
}

.heading-1 {
  font-size: 48px;
  /*letter-spacing: .1em;*/
}

.heading-2 {
  font-size: 36px;
  /*letter-spacing: .1em;*/
}

.lead-1 {
  font-size: 24px;
}

.lead-2 {
  font-size: 20px;
}

.sub {
  font-size: 14px;
}

.note {
  font-size: 12px;
}

.medium {
  font-weight: 500;
}

.semibold {
  font-weight: 600;
}

.exbold {
  font-weight: 800;
}

.black {
  font-weight: 900;
}

.oblique {
  font-style: oblique;
}

.serif {
  font-family: "Lustria", serif;
  font-weight: 400;
}

a {
  color: #FFF;
  text-decoration: none;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.mt15 {
  margin-top: 15px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mt200 {
  margin-top: 200px !important;
}

.mt300 {
  margin-top: 300px !important;
}

.mt500 {
  margin-top: 500px !important;
}

.w90 {
  width: 90%;
  max-width: 1500px;
  margin: auto;
}

.flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.flex.rev {
  flex-direction: row-reverse;
}

.flex.end {
  align-items: flex-end;
}

.flex.vertical {
  flex-direction: column;
}

.flex.vertical.rev {
  flex-direction: column-reverse;
}

.type {
  line-height: 1.1;
  overflow: hidden;
}

.type span {
  display: inline-block;
  opacity: 0;
}

.type.play span {
  opacity: 1;
}

.fade {
  opacity: 0;
  transition: opacity 1s cubic-bezier(.16, .84, .44, 1);
}

.fade.show {
  opacity: 1;
}

.fade>* {
  opacity: 0;
  transition: opacity 1s cubic-bezier(.16, .84, .44, 1);
}

.fade.show>* {
  opacity: 1;
}

.blur {
  opacity: 0;
  filter: blur(100px);
  transition: opacity .5s 1s cubic-bezier(.16, .84, .44, 1), filter .5s 1s cubic-bezier(.16, .84, .44, 1);
}

.blur.show {
  opacity: 1;
  filter: blur(0);
}





.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.lang {
  position: absolute;
  top: 0;
  left: 40px;
  z-index: 1001;
  font-size: 14px;
  letter-spacing: .1em;
  line-height: 80px;
}

.lang p::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  margin: 0 0 3px 8px;
  transform: rotate(45deg);
}

.lang ul {
  text-align: left;
  opacity: 0;
  visibility: hidden;
  margin-top: -30px;
  transition: .3s;
}

.lang:hover ul {
  opacity: 1;
  visibility: visible;
  margin-top: -20px;
}

.lang li {
  line-height: 2;
}

.header .logo {
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 1500px;
  z-index: 1002;
}

@media screen and (max-width: 1700px) {
  .header .logo {
    width: 106px;
    transform: none;
    left: 100px;
  }
}

.header .logo a {
  display: block;
  width: 100%;
  max-width: 106px;
}

.gnavi-btn {
  position: fixed;
  right: 30px;
  top: 17px;
  width: 45px;
  height: 45px;
  transform: translateX(8px);
  z-index: 1002;
  cursor: pointer;
}

.gnavi-btn span,
.gnavi-btn::before,
.gnavi-btn::after {
  content: '';
  display: block;
  position: absolute;
  top: 22px;
  left: 7px;
  background: #fff;
  width: 26px;
  height: 2px;
  transition: .4s;
}

.gnavi-btn::before {
  transform: translateY(-7px);
}

.gnavi-btn::after {
  transform: translateY(7px);
}

.gnavi-btn.x span {
  opacity: 0;
}

.gnavi-btn.x::before {
  transform: translateY(0) rotate(-45deg);
}

.gnavi-btn.x::after {
  transform: translateY(0) rotate(45deg);
}

.gnavi {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, .4);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 100px;
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}

.gnavi.show {
  opacity: 1;
  visibility: visible;
}

.gnavi::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65vh;
  height: 65vh;
  max-width: 700px;
  max-height: 700px;
  transition: .4s;
  border-radius: 50%;
  background: #000;
  z-index: -1;
}

.gnavi.show::before {
  width: 75vh;
  height: 75vh;
  max-width: 800px;
  max-height: 800px;
}

.gnavi ul {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gnavi li {
  font-size: 36px;
  letter-spacing: .1em;
  padding: 12px 0;
}

.gnavi li a,
.sitemap li a {
  display: inline-block;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.gnavi li a::before,
.sitemap li a::before {
  display: block;
  content: '';
  position: absolute;
  inset: 0;
  background-color: #fff;
  transition: transform .2s cubic-bezier(.16, .84, .44, 1);
  transform: scaleX(0);
  transform-origin: right;
  z-index: 1;
  mix-blend-mode: difference;
}

.gnavi li a:hover::before,
.sitemap li a:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.gnavi-x {
  position: absolute;
  top: 20px;
  right: 20px;
}

.gnavi-x .mark {
  width: 52px;
  height: 52px;
  transition: transform .3s;
}

.gnavi-x a:hover .mark {
  transform: rotate(360deg);
}





.contact {
  padding-top: 300px;
}

input,
textarea {
  appearance: none;
  background: #000;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 20px;
}

.form {
  width: 50%;
  min-width: 750px;
}

.form .input+.input {
  margin-top: 40px;
}

.form .input input,
.form .input textarea {
  display: block;
  width: 100%;
  margin-top: 10px;
  border: 1px solid #fff;
  border-radius: 4px;
}

.form textarea {
  height: 350px;
}

.form .agree {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}

.form .agree p {
  margin-bottom: 50px;
}

.form input[type=checkbox] {
  display: none;
}

.form input[type=checkbox]+label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding-left: 30px;
  position: relative;
  width: auto;
}

.form input[type=checkbox]+label::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 24px;
  height: 24px;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-top: -11px;
  transition: .1s
}

.form input[type=checkbox]:checked+label::before {
  background: #fff;
}

.form input[type=checkbox]:checked+label::after {
  content: '';
  display: block;
  position: absolute;
  left: 8px;
  top: 50%;
  width: 8px;
  height: 14px;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  margin-top: -7px;
  transform: rotate(45deg);
}

.form .submit {
  display: block;
  padding: 60px 40px;
  cursor: pointer;
  transition: .1s;
  border: 1px solid #fff;
  border-radius: 4px;
}

.form .submit:hover {
  background: #fff;
  color: #000;
}

.form .error,
.form .error+label::before {
  border-color: #f00 !important;
}





.footer {
  padding: 300px 0 100px;
}

.footer .flex {
  min-height: 270px;
}

.footer .logo {
  width: 340px;
}

.footer .logo a {
  display: block;
}

.footer .navi {
  align-items: flex-end;
}

.footer .sitemap li {
  text-align: right;
}

.footer .sitemap li:nth-child(n+2) {
  margin-top: 10px;
}

.footer .copyright {
  font-size: 12px;
}

.footer .privacy {
  font-size: 12px;
}





.sec-header {
  position: relative;
  width: 300px;
  letter-spacing: .08em;
}

.sec-header .exbold {
  letter-spacing: .1em;
}

.page-header {
  padding-top: 200px;
}

.link {
  display: inline-block;
  letter-spacing: .1em;
  text-align: left;
  width: 152px;
  padding-bottom: 10px;
  position: relative;
  overflow: hidden;
  color: transparent;
  text-shadow: 0 0 0 #fff, 0 2em 0 #fff;

  background-image: linear-gradient(90deg,
      #fff,
      #fff 50%,
      transparent 50%,
      transparent);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 200% 1px;
}

.link::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #fff;
}

.link::after {
  content: '▶';
  font-size: 75%;
  position: absolute;
  right: 0;
  top: 4px;
}

.link:hover {
  animation: link .6s forwards;
}

@keyframes link {
  0% {
    text-shadow: 0 0 0 #fff, 0 2em 0 #fff;
    background-position: 0 100%;
  }

  50% {
    text-shadow: 0 -2em 0 #fff, 0 0 0 #fff;
    background-position: -100% 100%;
  }

  51% {
    text-shadow: 0 -2em 0 #fff, 0 0 0 #fff;
    background-position: 100% 100%;
  }

  100% {
    text-shadow: 0 -2em 0 #fff, 0 0 0 #fff;
    background-position: 0 100%;
  }
}





.page.top .cover {
  position: relative;
  height: 100vh;
}

.page.top .cover .flex.w90 {
  align-items: center;
}

.page.top .cover .mars {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75vh;
  max-width: 800px;
  z-index: -1;
}

.page.top .scroll {
  position: relative;
}

.page.top .scroll::after {
  content: '';
  display: block;
  width: 1px;
  height: 0;
  background: #fff;
  position: absolute;
  top: 0;
  left: 3px;
  transform: translateY(60px);
  animation: scrollbar 3s infinite;
}

@keyframes scrollbar {
  0% {
    height: 0;
    top: 0;
  }

  33% {
    top: 0;
    height: 60vh;
  }

  100% {
    top: 60vh;
    height: 0;
  }
}

.page.top .business .planets {
  position: relative;
  margin-top: 300px;
}

.page.top .business .planets img {
  position: absolute;
  top: -110px;
  left: 320px;
  transform: translate(-50%, -50%);
}

.page.top .business .planets-2 {
  animation: revolution 15s linear infinite;
}

.page.top .business .planets-3 {
  animation: revolution 35s linear infinite;
}

@keyframes revolution {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.page.top .company .tread {
  position: relative;
  width: 45%;
}

.page.top .company .tread p {
  position: absolute;
  top: 10%;
  left: -60%;
  font-size: 180px;
  z-index: 1;
  width: 200%;
}

.page.top .vision {
  position: relative;
  height: 100vh;
}

.page.top .vision .flex {
  margin-bottom: 0;
}

.page.top .vision .copy {
  margin-bottom: 0;
}

.page.top .vision .copy .right {
  display: inline-block;
}

.page.top .vision .copy p+p {
  margin-right: 7px;
}

.page.top .vision .sun {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-30%, -50%);
  width: 90vh;
  max-width: 900px;
  z-index: -1;
  animation: rotation 300s linear infinite;
}

@keyframes rotation {
  0% {
    transform: translate(-30%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-30%, -50%) rotate(360deg);
  }
}

.page.top .top-news {
  position: relative;
}

.page.top .top-news .sec-header {
  position: absolute;
  top: 100px;
  right: 0;
  z-index: 1;
}

.page.top .news-list {
  position: relative;
  height: 850px;
}

.page.top .news-list li {
  position: absolute;
  top: 25%;
  left: 0;
  width: 600px;
  height: 600px;
  padding: 120px 150px 0;
}

.page.top .news-list li:nth-child(n+2) {
  top: 0;
  left: 47%;
  width: 400px;
  height: 400px;
  padding: 100px 80px 0;
}

.page.top .news-list li:nth-child(n+3) {
  top: 52%;
  left: 70%;
}

.page.top .news-list .thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 600px;
  height: 600px;
  z-index: 1;
  pointer-events: none;
}

.page.top .news-list li:nth-child(n+2) .thumb {
  width: 400px;
  height: 400px;
}

.page.top .news-list .thumb .orbit {
  width: 600px;
  height: 600px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.page.top .news-list li:nth-child(n+2) .thumb .orbit {
  width: 400px;
  height: 400px;
}

.page.top .news-list .thumb .pic {
  width: 240px;
  height: 240px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 180px;
  left: 180px;
  animation: revolution-4 12s linear infinite;
  overflow: hidden;
}

.page.top .news-list li:nth-child(n+2) .thumb .pic {
  width: 160px;
  height: 160px;
  top: 120px;
  left: 120px;
  animation: revolution-5 12s linear infinite;
  animation-delay: -2s;
}

.page.top .news-list li:nth-child(n+3) .thumb .pic {
  animation-delay: -5s;
}

@keyframes revolution-4 {
  0% {
    transform: rotate(0deg) translateX(-300px) rotate(0deg);
  }

  100% {
    transform: rotate(360deg) translateX(-300px) rotate(-360deg);
  }
}

@keyframes revolution-5 {
  0% {
    transform: rotate(0deg) translateX(-200px) rotate(0deg);
  }

  100% {
    transform: rotate(360deg) translateX(-200px) rotate(-360deg);
  }
}

.page.top .news-list .thumb .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page.top .news-list .body {
  overflow: hidden;
  height: 70%;
  position: relative;
  z-index: 0;
}

.page.top .news-list .body::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  z-index: 1;
}

.page.top .news-list .body a {
  display: block;
}

.page.top .news-list .post-title {
  font-size: 28px;
  line-height: 1.4;
}

.page.top .news-list li:nth-child(n+2) .post-title {
  font-size: 20px;
}





.page.business article {
  position: relative;
}

.page.business .id {
  position: absolute;
  left: 0;
  top: -450px;
  transform: translateX(-50%);
  width: 440px;
  height: 440px;
}

.page.business .id .orbit {
  width: 440px;
  height: 440px;
  border: 1px solid #fff;
  border-radius: 220px;
}

.page.business .id .n {
  width: 80px;
  line-height: 80px;
  color: #000;
  background: #fff;
  border-radius: 42px;
  text-align: center;
  font-size: 32px;
  font-weight: 900;
  position: absolute;
  top: 175px;
  left: 175px;
  transform: translateX(-40px);
  animation: revolution-2 12s linear infinite;
}

.page.business .id .n1 {
  animation: revolution-2 12s linear infinite;
  animation-delay: -6s;
}

@keyframes revolution-2 {
  0% {
    transform: rotate(0deg) translateX(-220px) rotate(0deg);
  }

  100% {
    transform: rotate(360deg) translateX(-220px) rotate(-360deg);
  }
}

.page.business article a {
  display: block;
  position: relative;
}

.page.business article a img,
.page.business article a span {
  display: block;
  transition: opacity .4s;
}

.page.business article a .orbit-base {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 500px;
  width: 500px;
  border-radius: 250px;
  background: #fff;
  opacity: 0;
  transition: opacity .4s;
}

.page.business article a .orbit {
  position: absolute;
  top: 100px;
  left: 100px;
  width: 300px;
  height: 300px;
  border: 1px solid #000;
  border-radius: 150px;
}

.page.business article a .t {
  position: absolute;
  top: 225px;
  left: 225px;
  width: 50px;
  height: 50px;
  transform: translateX(-100px);

  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 48px;
  font-weight: bold;
  animation: revolution-3 12s linear infinite;
}

.page.business article a .t2 {
  animation-delay: -4s;
}

.page.business article a .t3 {
  animation-delay: -8s;
}

@keyframes revolution-3 {
  0% {
    transform: rotate(0deg) translateX(-150px) rotate(0deg);
  }

  100% {
    transform: rotate(360deg) translateX(-150px) rotate(-360deg);
  }
}

.page.business article a:hover img {
  opacity: .5;
}

.page.business article a:hover .orbit-base {
  opacity: 1;
}





.page.company .info {
  flex-wrap: wrap;
  font-size: 30px;
  border-bottom: 1px solid #fff;
  margin-bottom: 100px;
}

.page.company .info dt,
.page.company .info dd {
  padding-bottom: 15px;
}

.page.company .info dt {
  width: 22%;
}

.page.company .info dd {
  width: 78%;
}

.page.company .info dt:nth-of-type(n+2),
.page.company .info dd:nth-of-type(n+2) {
  padding-top: 15px;
  border-top: 1px solid #fff;
}

.page.company .info dd .flex {
  justify-content: flex-start;
}

.page.company .map {
  position: relative;
  width: 100%;
  padding-top: 600px;
  overflow: hidden;
}

.page.company .map iframe {
  position: absolute;
  top: -150px;
  left: 0;
  width: 100%;
  height: calc(100% + 150px + 150px);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}





.page.vision .sec-cover {
  height: 75vh;
  max-height: 800px;
  position: relative;
  justify-content: center;
}

.page.vision .sec-cover .title-2 {
  margin-bottom: 80px;
}

.page.vision .sec-cover img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75vh;
  max-width: 800px;
  z-index: -1;
}

.page.vision .sec-cover .sun {
  animation: revolution 300s linear infinite;
}

.page.vision .solarsystem {
  position: relative;
  margin-top: -100px;
}

.page.vision .solarsystem img {
  width: 70%;
}

.page.vision .solarsystem .planet {
  position: absolute;
  width: 50%;
  max-width: 820px;
  margin: -125px 0 0 -125px;
  align-items: center;
}

.page.vision .solarsystem .p1 {
  top: 15%;
  left: 50%;
}

.page.vision .solarsystem .p2 {
  top: 34%;
  left: 51.5%;
}

.page.vision .solarsystem .p3 {
  top: 58%;
  left: 24.5%;
}

.page.vision .solarsystem .p4 {
  top: 77%;
  left: 16.5%;
}

.page.vision .solarsystem .title {
  background: #fff;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  color: #000;
  text-align: center;
  padding-top: 20px;
}

.page.vision .solarsystem .title span {
  display: block;
}

.page.vision .solarsystem .body {
  flex: 1;
  max-width: 550px;
  margin-left: 40px;
}

.page.vision .solarsystem mark {
  background: #000;
  color: #fff;
}

.page.vision .history {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -100%);
}

.page.vision .rocket {
  position: absolute;
  top: -90px;
  left: -240px;
  opacity: 0;
  transform: translate(-200px, 200px);
}

.page.vision .rocket.show {
  animation: launch 1s .5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes launch {
  0% {
    opacity: 0;
    transform: translate(-200px, 200px);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

.page.vision .mind ul li:nth-child(n+2) {
  margin-top: 50px;
}





.post-header {
  padding-top: 200px;
}

.news-list li:nth-child(n+2) .post-header {
  margin-top: 80px;
  border-top: 1px solid #fff;
  padding-top: 80px;
}

.news-list .post-content p {
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-list .post-content p:nth-child(n+2) {
  display: none;
}

.post-title {
  font-size: 36px;
}

.post-content p+p {
  margin-top: 30px;
}

.post-content p a {
  border-bottom: 1px solid #fff;
}

.page-nav {
  max-width: 260px;
  text-align: center;
}

.page-nav a,
.page-nav span {
  display: inline-block;
  width: 80px;
  font-size: 75%;
}

.page-nav span.medium {
  font-size: 100%;
}





.page.history .age-header {
  width: 500px;
  position: relative;
}

.page.history .age-header::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 254px;
  height: 254px;
  background: url(img/planet.svg) center center no-repeat;
  animation: revolution 15s linear infinite;
}

.page.history .age-header .type {
  display: block;
  font-size: 60px;
  letter-spacing: .06em;
  line-height: 1.1;
  text-align: center;
}

.page.history .age-body {
  flex: 1;
}





.page.privacypolicy .page-body h3,
.page.privacypolicy .page-body p {
  font-size: 14px;
}

.page.privacypolicy .page-body h3 {
  margin-top: 50px;
}

.page.privacypolicy .page-body h3+p {
  margin-top: 20px;
}










/* ============================================================================================================== */










br.w1600 {
  display: none;
}

@media screen and (max-width: 1650px) {
  br.w1600 {
    display: inline;
  }

  .page.top .news-list {
    height: 1000px;
  }

  .page.top .news-list li {
    top: 40%;
  }

  .page.top .news-list li:nth-child(n+2) {
    top: 0;
    left: 32%;
  }

  .page.top .news-list li:nth-child(n+3) {
    top: 39%;
    left: 67%;
  }

  .page.top .news-list li {
    transform: scale(.92);
  }
}










/* ============================================================================================================== */










.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {

  body {
    font-size: 12px;
    min-width: inherit;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  br.sp {
    display: inline !important;
  }

  .title-2 {
    font-size: 40px;
  }

  .heading-1 {
    font-size: 24px;
  }

  .heading-2 {
    font-size: 20px;
    line-height: 1.4;
  }

  .lead-1 {
    font-size: 18px;
  }

  .lead-2 {
    font-size: 12px;
  }

  .flex {
    flex-wrap: wrap;
  }

  .flex>* {
    width: 100% !important;
  }

  .mt60 {
    margin-top: 40px !important;
  }

  .mt100 {
    margin-top: 60px !important;
  }

  .mt200 {
    margin-top: 120px !important;
  }

  .mt300 {
    margin-top: 160px !important;
  }





  .lang {
    left: 5vw;
  }

  .header .logo {
    width: 40px;
    transform: translateX(-50%);
    left: 50%;
    margin-top: 7px;
  }

  .gnavi-btn,
  .gnavi-x {
    right: 3vw;
  }

  .gnavi-btn .mark,
  .gnavi-x .mark {
    width: 42px;
    height: 42px;
  }

  .gnavi {
    padding: 0 10vw;
  }

  .gnavi li {
    font-size: 15px;
    padding: 5px 0;
  }
  
  .gnavi::before {
    width: 80vw;
    height: 80vw;
}
  
  .gnavi.show::before {
    width: 90vw;
    height: 90vw;
}





  input,
  textarea {
    font-size: 14px;
    padding: 10px;
  }

  .contact {
    padding-top: 130px;
  }

  .contact .lead-1 {
    font-size: 12px;
  }

  .contact .flex {
    display: block;
  }

  .form {
    width: 100%;
    min-width: inherit;
    margin-top: 25px;
  }

  .form .input+.input {
    margin-top: 20px;
  }

  .form .agree {
    display: block;
  }

  .form .agree p {
    margin-bottom: 20px;
  }

  .form .submit {
    width: 100%;
    padding: 15px;
    margin-top: 50px;
    text-align: center;
  }




  .sec-header {
    font-size: 10px;
  }

  .sec-header .note {
    font-size: 8px;
  }

  .sec-header .link {
    font-size: 12px;
  }
  
  .page.top .cover {
    overflow: hidden;
  }
  
    .page.top .cover .mars {
        left: 100%;
        height: 580px;
        width: auto !important;
    }
	
	.page.top .cover .sec-header {
	  position: absolute;
	  bottom: 25%;
	  left: 5%;
	}
	
	.page.top .cover .sec-header:nth-of-type(2) {
	  bottom: 50%;
	  transform: translateY(-50%);
	}
	
	.page.top .cover .sec-header:nth-of-type(2) .heading-2 {
	  font-size: 24px;
	}
	
    .page.top .cover .sec-header:nth-of-type(2) .scroll {
        position: absolute;
        left: 75%;
        top: 200px;
        margin: 0 !important;
    }

@keyframes scrollbar {
  0% {
    height: 0;
    top: 0;
  }

  33% {
    top: 0;
    height: 300px;
  }

  100% {
    top: 300px;
    height: 0;
  }
}
  
  .page.top .business {
    overflow: hidden;
	margin-top: 100px !important;
  }
  
  .page.top .business .heading-1 {
    font-size: 32px;
	padding: 100px 0;
  }

  .page.top .business .planets {
    margin-top: 0 !important;
  }
  
  .page.top .business .planets img {
    top: 20%;
    left: 50%;
  }
  
  .page.top .business .planets-set {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 340px;
    height: 340px;
	margin: -170px 0 0 -170px;
  }
  
  .page.top .company .tread {
  margin-bottom: 30px;
}
  
  .page.top .company .tread p {
    top: 10%;
    left: 0%;
    font-size: 48px;
    width: 100%;
}
  
  .page.top .company .tread img {
    padding-left: 15%;
}

.page.top .vision {
    height: 560px;
	padding: 0 5%;
}

.page.top .vision .copy {
   margin-bottom: auto;
}

.page.top .vision .title-2 {
   font-size: 40px;
}

.page.top .vision .right {
   text-align: left;
}

.page.top .vision .sun {
    left: 0;
    width: 560px !important;
}

@keyframes rotation {
  0% {
    transform: translate(-40%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-40%, -50%) rotate(360deg);
  }
}
  
  .page.top .top-news {
	width: 100%;
  }
  
  .page.top .top-news .sec-header {
    position: relative;
	top: 0;
    left: 5%;
    margin-top: -200px;
}
  
  .page.top .news-list {
    overflow: hidden;
	height: 1200px;
	padding: 100px 0;
	width: 100%;
  }
  
  .page.top .news-list li {
    top: 80px;
    left: 5%;
    width: 350px;
    height: 350px;
    padding: 100px 50px 0;
    transform: none;
}

.page.top .news-list li:nth-child(n+2) {
    top: 500px;
    left: -4%;
    width: 270px;
    height: 270px;
    padding: 70px 40px 0;
}

.page.top .news-list li:nth-child(n+3) {
    top: 800px;
    left: auto;
	right: -4%;
}

.page.top .news-list .thumb,
.page.top .news-list .thumb .orbit {
    width: 350px;
    height: 350px;
}

.page.top .news-list li:nth-child(n+2) .thumb,
.page.top .news-list li:nth-child(n+2) .thumb .orbit {
    width: 270px;
    height: 270px;
}

.page.top .news-list .thumb .pic {
    width: 140px;
    height: 140px;
    top: 120px;
    left: 120px;
}

.page.top .news-list li:nth-child(n+2) .thumb .pic {
    width: 100px;
    height: 100px;
    top: 80px;
    left: 80px;
}

@keyframes revolution-4 {
  0% {
    transform: rotate(0deg) translateX(-175px) rotate(0deg);
  }

  100% {
    transform: rotate(360deg) translateX(-175px) rotate(-360deg);
  }
}

@keyframes revolution-5 {
  0% {
    transform: rotate(0deg) translateX(-135px) rotate(0deg);
  }

  100% {
    transform: rotate(360deg) translateX(-135px) rotate(-360deg);
  }
}

.page.top .news-list .post-title,
.page.top .news-list li:nth-child(n+2) .post-title {
    font-size: 18px;
}

  .page-header {
    padding-top: 120px;
  }

  .page.vision .sec-cover {
    max-height: 450px;
    overflow: hidden;
    width: 100%;
    padding: 0 5%;
  }

  .page.vision .sec-cover .sun {
    max-width: 450px;
    left: 40%;
    animation: revolution-6 300s linear infinite;
  }

  @keyframes revolution-6 {
    0% {
      transform: translate(0, -50%) rotate(0deg);
    }

    100% {
      transform: translate(0, -50%) rotate(360deg);
    }
  }

  .page.vision .sec-cover+.sec-header {
    margin-top: -100px;
    width: 90%;
  }

  .page.vision .heading-2 {
    font-size: 16px;
  }

  .page.vision .heading-2 strong {
    font-size: 26px;
    display: inline-block;
    margin-bottom: 10px;
  }

  .page.vision .solarsystem {
    margin-top: -200px;
    overflow: hidden;
  }

  .page.vision .solarsystem img {
    width: 100%;
  }

  .page.vision .solarsystem .planet {
    width: 260px;
    height: 260px;
    background: #fff;
    border-radius: 50%;
    max-width: inherit;
    margin: -130px 0 0 0;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .page.vision .solarsystem .p1 {
    top: 31%;
    left: 10%;
  }

  .page.vision .solarsystem .p2 {
    width: 280px;
    height: 280px;
    margin: -140px 0 0 0;
    top: 49%;
    left: auto;
    right: 10%;
  }

  .page.vision .solarsystem .p3 {
    width: 270px;
    height: 270px;
    margin: -135px 0 0 0;
    left: -3%;
    top: 67%;
  }

  .page.vision .solarsystem .p4 {
    top: 84%;
    left: auto;
    right: -3%;
  }

  .page.vision .solarsystem .title {
    width: 100%;
    height: auto;
    border-radius: 0;
    color: #000;
    background: transparent;
    padding-top: 20px;
  }

  .page.vision .solarsystem .title .lead-1 {
    margin-top: -4px !important;
  }

  .page.vision .solarsystem mark {
    background: none;
    color: #000;
  }

  .page.vision .solarsystem .body {
    margin-left: 0;
    padding: 10px 30px 0;
  }

  .page.vision .history {
    width: 200px;
    left: auto;
    right: 5%;
    bottom: 10px;
    transform: none;
  }

  .page.vision .history .mt30 {
    margin-top: 10px !important;
  }

  .page.vision .rocket {
    top: -10px;
    left: -115px;
    width: 90px !important;
  }

  .page.vision .mission {
    margin-top: 50px !important;
  }

  .page.vision .mission .sec-cover {
    padding: 0;
  }

  .page.vision .mind .heading-2 span {
    font-size: 16px;
  }

  .page.vision .mind .lead-2 {
    margin-top: 10px;
  }
  
  .page.history .title-1 {
    font-size: 24px;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
  }
  
  .page.history .age-header {
	margin-bottom: 50px;
  }
  
  .page.history .age-header::before {
    width: 84px;
    height: 84px;
	background-size: contain;
  }
  
  .page.history .age-header .type {
    font-size: 24px;
  }
  
  .page.history .age-body .mt100 {
	margin-top: 30px !important;
  }

  .page.business .mt500 {
    margin-top: 160px !important;
  }

  .page.business .id {
    top: -120px;
    width: 100px;
    height: 100px;
  }

  .page.business .id .orbit {
    width: 100px;
    height: 100px;
    border-radius: 50px;
  }

  .page.business .id .n {
    width: 34px;
    line-height: 34px;
    border-radius: 20px;
    font-size: 14px;
    top: 34px;
    left: 34px;
  }

  @keyframes revolution-2 {
    0% {
      transform: rotate(0deg) translateX(-50px) rotate(0deg);
    }

    100% {
      transform: rotate(360deg) translateX(-50px) rotate(-360deg);
    }
  }

  .page.business article a .orbit-base {
    display: none;
  }

  .page.company .info {
    font-size: 20px;
    margin-bottom: 40px;
  }

  .page.company .info dd {
    font-size: 14px;
  }

  .page.company .info dt:nth-of-type(n+2) {
    margin-top: 20px;
  }

  .page.company .info dd:nth-of-type(n+2) {
    padding-top: 0;
    border-top: 0;
  }

  .page.company .map {
    padding-top: 300px;
  }

  .post-header {
    padding-top: 80px;
  }

  .post-title {
    font-size: 24px;
  }

  .news-list li:nth-child(n+2) .post-header {
    margin-top: -7.5px;
    padding-top: 60px;
  }





  .footer {
    padding: 130px 5vw 5vw;
  }

  .footer .flex {
    display: block;
    min-height: inherit;
  }

  .footer .logo,
  .footer .logo img {
    width: 100%;
  }

  .footer .copyright {
    display: block;
    margin-top: 15px;
  }

  .footer .sitemap {
    margin-top: 20px;
  }

  .footer .privacy {
    margin-top: -27px;
  }
}