@charset "UTF-8";

html {
  font-size: 100%;
}
body {
  background: linear-gradient(rgb(0, 2, 8), rgba(46 44 51 / 95%));
  color: #000;
  font-family: "MS P Gothic","M Plus 1","note-serif","sans-serif";
  font-size: 0.9rem;
  line-height: 1.7;
}

a {
  color: #121212;
  padding: 0 30px;
  font-size: 0.875rem;
  text-decoration: none;
  transition: all 0.1s;
}
img:hover {
  opacity: 0.7;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
ul {
  list-style: none;
}
li {
  list-style: none;
}
.logo {
    width: 100px;
    line-height: 1px;
    margin-right: 60px;
  }
.logo a {
    display: block;
  }
  .section-title {
    font-weight: normal;
    line-height: 1;
  }
.section-title::after {
    content: "";
    width: 40px;
    height: 1px;
    background-color:#3f51b5;
    display: block;
  }
.section-title .en {
    display: block;
    font-size: 2.55rem;
    letter-spacing: 0.17em;
    margin-bottom: 55px;
    color: #7d7363;
  }
.section-title .ja {
    display: block;
    margin-bottom: 36px;
    color: #7d7363;
  }
.wrapper {
    width: 100%;
    max-width: 1032px;
    padding: 0 16px;
    margin: 0 auto;
  }
  
.site-title {
  line-height: 1px;
}
.site-title a {
  display: block;
}
.sec-title {
  font-size: 1.375rem;
  margin-bottom: 100px;
  margin-top: 90px;
  text-align: center;
  color: #fff;
}
  
.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}
.skl {
  border: solid 2px gainsboro;
  padding: 1.5em; 
  border-radius: 0.7em;
}
h1 {
  font-size: 2.2rem;
  color: gainsboro;
  font-weight: lighter;
  font-family: monospace;
}
h2 {
    font-weight: normal;
    color: ghostwhite;
    line-height: initial;
    font-size: 1.9rem;
    
}
.pj_title {
  /*
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif ;
  */
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  padding: 15px 0;
}
h3 {
  font-weight: lighter;
  font-size: medium;
  color:#fff;
}

/*
h5 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: lighter;
  font-size:large;
  position: relative;
  padding: 0.35em 0.5em;
  background: linear-gradient(90deg, #003e9acc, #5a55becc 38%, #e2192acc);
  color: #fff;
  width: fit-content;
}
h5:before {
    content: " ";
    position: absolute;
    top: -16px;
    left: 0;
    width: -webkit-calc(100% - 16px);
    width: calc(100% - 0.1px);
    height: 0;
    border: solid 8px transparent;
    border-bottom-color: #4a4c4ff2;
  }
  */
  h4 {
    color: cornflowerblue;
    font-size: medium;
    font-weight: lighter;
  }

  h5 {
    width:fit-content ;
    font-size: large;
    font-weight: lighter;
    position: relative;
    padding: 3px;
    color: #fff;
    border-radius: 10px;
    background-image: -webkit-linear-gradient(90deg, #003e9acc, #5a55becc 38%, #e2192acc);
    background-image: linear-gradient(90deg, #003e9acc, #5a55becc 38%, #e2192acc);
  }
  
  h5 span {
    display: block;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    background: rgb(16 36 75 / 20%);
  }
  h5 :hover {
    opacity: 0.7;
  }
  /*
  .anim-underline01 {
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-weight: bolder;
    font-size:xx-large;
    position: relative;
    color: #aba455;
    line-height: 1.7;
    -webkit-box-reflect: below -10px -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0) 10%,rgba(0, 0, 0, 0.6));
  }
   
  .anim-underline01::before {
    content:"";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent 40%,#71716c 90%);
    animation: underlineAnim 5s ease-in ;
    z-index: -1;
  }
  .anim-underline01 h2 {
    font-weight: bold;
  }
   
  @keyframes underlineAnim {
    0% {
      right: 100%;
    }
    100% {
      right: 0;
    }
  }
  */
   
  h6 {
    font-size: medium;
    color:#5d5c5a;
    font-weight: 800;
    margin: 22px 0;
    padding: 1rem 1.2rem;
    border-top: 4px solid #d8dcdc;
    border-right: 4px solid #666;
    border-bottom: 4px solid #333;
    border-left: 4px solid #868888;
    border-radius: 0;
    background-image: -webkit-linear-gradient(135deg, #ccc 0%, #868888 20%, #d8dcdc 34%, white 53%, #ccc 100%);
    background-image: linear-gradient(-45deg, #ccc 0%, #868888 20%, #d8dcdc 34%, white 53%, #ccc 100%);
    width: fit-content;
  }
h6 {
    transition-duration: .4s;
  }
h6:hover {
    transform: scale(1.1);
  }

p {
  font-size: medium;
  font-weight: normal;
  color: gainsboro; 
}

/*-------------------------------------------
Header
-------------------------------------------*/

#header {
  width: 100%;
  padding: 20px 0;
  position: fixed;
  z-index: 10;
  background-color: #fff;
  display: inline;
}
#header img {
  margin: 33px 0 0;
}
/*-------------------------------------------
Topへ戻る
-------------------------------------------*/
#page-top {
  position: fixed;
  right: 15px;
  bottom: 50px;
  text-decoration: none;
  font-weight: bold;
  transform: rotate(90deg);
  font-size: 150%;
  line-height: 1.5rem;
  color: #3f51b5;
  padding: 0 0 0 35px;
  border-top: solid 1px;
  z-index: 997;
}
#page-top::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0px;
  width: 15px;
  border-top: solid 1px;
  transform: rotate(35deg);
  transform-origin: left top;
}
/*-------------------------------------------
Mainvisual
-------------------------------------------*/
  #mainvisual {
    margin-bottom: 120px;
  }
  #mainvisual img {
    width: 100%;
    height: calc(100vh - 80px);
    object-fit: cover;
    margin-top: 300px;
  }
  
/*==========================================
Slider
==========================================*/
#slider {
  width: 100%;
  height: 90vh;
}
.slider {
  position:relative;
	z-index: 1;
}
/*　背景　*/

.slider-item01 {
    background:url(../img/lunar_image.png);
}
.slider-item02 {
    background:url(../img/lunar_image2.png);
}
.slider-item03 {
    background:url(../img/lunar_image3.png);
}
.slider-item04 {
  background:url(../img/lunar_image4.png);
}
.slider-item05 {
  background:url(../img/lunar_base2.png);
}
.slider-item06 {
  background:url(../img/lunar_base1.png);
}

.slider-item {
    width: 100%;
    height:80vh;
    background-repeat: no-repeat;/*背景画像をリピートしない*/
    background-position: center;/*背景画像の位置を中央に*/
    background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
}

/*矢印*/

.slick-prev, 
.slick-next {
    position: absolute;
	  z-index: 3;
    top: 55%;
    cursor: pointer;
    outline: none;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    height: 15px;
    width: 15px;
    margin-top: 80px;
}

.slick-prev {
    left:2.5%;
    transform: rotate(-135deg);
    top: 55%;
}

.slick-next {
    right:2.5%;
    transform: rotate(45deg);
    top: 55%;
}

/*ドットナビゲーション*/

.slick-dots {
	position: relative;
	z-index: 3;
    text-align:center;
	margin:-50px 0 0 0;/*ドットの位置*/
}

.slick-dots li {
    display:inline-block;
	margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#fff;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}
/*-------------------------------------------------
Microdate
-------------------------------------------------*/
.breadcrumb {
  margin: -94px 0 94px 0;
  padding: 0;
  list-style: none;
}

.breadcrumb li {
  position: relative;
  display: inline-block;
  list-style: none;
  font-weight: lighter;
  margin-right: 0.8em;
}
.breadcrumb li:after {/*三角の部分*/
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  border-style: solid;
  border-color: transparent;
  border-left-color: #7d7363;/*背景色*/
  border-width: 14px 12px;
  width: 0;
  height: 0;
}

.breadcrumb li a {
  display: inline-block;
  padding: 0 3px 0 7px;
  height: 28px;
  line-height: 28px;
  text-decoration: none;
  color: #020202;
  background: #7d7363;/*背景色*/
  font-size: 13px;
}

.breadcrumb li a:hover {
  color: #fff;
}
/*---------------------------------------------
Moonbot-naming
---------------------------------------------*/
  #moonbot-naming {
    display: flex;
    padding-top: 500px;
    margin-top: -500px;
  }
  
  #moonbot-naming .img {
    width: 55%;
  }
  
  #moonbot-naming .img img {
    width: 100%;
    object-fit: cover;
    margin: 5% 0 1% 0;
  }
  #moonbot-naming .text {
    width: 70%;
    padding: 0 4% 0 3%;
  }
  
  /*
  #about .text p {
    line-height: 2.2;
  }
  */
  #moonbot-naming .pm a {
    font-size: large;
    font-weight: lighter;
    color:#5d5c5a;
  }
  #moonbot-naming a {
    font-weight: lighter;
    color:#5d5c5a;
    padding: 0;
    font-size: medium;
  }
/*---------------------------------------------
About
---------------------------------------------*/
  #about {
    display: flex;
    padding-top: 200px;
    margin-top: -200px;
  }
  
  #about .img {
    width: 55%;
  }
  
  #about .img img {
    width: 100%;
    object-fit: cover;
    margin: 5% 0 1% 0;
  }
  #about .text {
    width: 70%;
    padding: 0 4% 0 3%;
  }
  
  /*
  #about .text p {
    line-height: 2.2;
  }
  */
  #about .pm a {
    font-size: large;
    font-weight: lighter;
    color:#fff;
  }
  #about a {
    font-weight: lighter;
    color:#fff;
    padding: 0;
    font-size: medium;
  }
/*-------------------------------------------
Name
------------------------------------------*/
  #name {
    display: flex;
    margin-bottom: 120px;
  }
  
  #name {
    width: 55%;
  }
  
  #name img {
    width: 100%;
    object-fit: cover;
    margin-top: 5%;
  }
  #name {
    width: 55%;
    padding: 0 4% 0 3%;
  }
  
  /*
  #about .text p {
    line-height: 2.2;
  }
  */
  #name a {
    font-size: large;
    font-weight: lighter;
    color:#fff;
  }
  #name {
    font-weight: lighter;
    color:#fff;
    padding: 0;
    font-size: medium;
  }
/*-------------------------------------------
Company
-------------------------------------------*/
  #company {
    height: 750px;
    display: flex;
    align-items: center;
    position: relative;
  }
  #company h3 {
    color: #060606;
  }
  #company a {
    font-size: large;
    color: #060606;
    padding: 70px 0 0;
  }
  #company .text {
    width: 55%;
    background-color: #fff;
    padding: 100px 8% 100px 6%;
    position: absolute;
    top: 0;
    left: 0;
    color: #121212;
  }
  #company .section-title .en {
    color: #4f4a40;
  }
  #company .section-title .ja {
    line-height: 1.2;
    color: #4f4a40;
  }
  #company .img {
    width: 53%;
    position: absolute;
    top: 115px;
    right: 0;
  }
  #company .img img {
    width: 70%;
    object-fit: cover;
  }
  #company .info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    line-height: 1.2;
  }
  #company .info dt {
    width: 20%;
    margin-top: 10px;
  }
  #company .info dt:first-of-type {
    margin-top: 0;
  }
  #company .info dd {
    width: 80%;
    margin-top: 10px;
  }
  #company .info dd:first-of-type {
    margin-top: 0;
  }
  #company .info .add {
    margin-left: 20%;
  }
/*----------------------------------------
Business
-----------------------------------------*/
  #business {
    margin-top: 300px;
    margin-bottom: 120px;
  }
  #business h3 {
    color: #fff;
  }
  #business a {
    font-size: large;
    color: #fff;
  }
  #business .flex {
    display: flex;
    justify-content: space-between;
    padding: 0 10%;
  }
  #business .flex .left {
    width: 46%;
    margin-top: 100px;
  }
  #business .flex .right {
    width: 46%;
  }
  #business .flex .item {
    margin-bottom: 50px;
  }
  #business .flex .item:last-child {
    margin-bottom: 0;
  }
  #business .flex .title {
    font-weight: lighter;
    margin: 0 0 10px 18px;
    position: relative;
    color: #fff;
  }
  #business .flex .title::before {
    content: "";
    width: 8px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: -18px;
  }
/*----------------------------------------
Footer
-----------------------------------------*/
  #footer {
    color: #fff;
    background-color:#fff;
    text-align: center;
    padding: 10px;
    margin: 50px 0 0;
    font-size: 0.55rem;
  }
  .org {
    margin: 50px;
  }
  .org a {
    margin: 15px 25px;
    display: inline-block;
  }
  #footer p {
    color: #000;
    font-size: x-small;
  }

/*-----------------------------------------
SP
------------------------------------------*/
@media screen and (max-width: 1000px) {
  a {
    padding: 0;
    margin: auto;
  }
  .logo {
    width: 80px;
    margin: 8px 0;
  }
  
  .section-title .ja {
    margin-bottom: 24px;
  }
  h1 {
    font-size: 1.2rem;
  }
  h3 {
    font-size: medium;
  }
  /*-----------------------------------------
  Header
  ------------------------------------------*/
  #header {
    height: auto;
  }
  #header .inner {
    flex-direction: column;
    align-items: flex-start;
  }
  #header .contact {
    display: none;
  }
  #header img {
    max-width: 200px;
    margin: 0;
    padding: 5px 5px 5px 10px;
  }
    /*
    ハンバーガーメニュー
    */
    #navi {
      width: 300px;
      background:#060606;
      padding: 25px;
      position: fixed;
      top: 0;
      left: -300px;
      bottom: 0;
      opacity: 0;
      overflow-y: auto;
      transition: 0.5s;
      z-index: 20;
    }
    .open #navi {
      left: 0;
      opacity: 80%;
    }
    #navi ul.nav-menu {
      margin-bottom: 30px;
    }
    #navi ul.nav-menu li {
      position: relative;
      margin: 0;
      padding: 20px 0;
      border-bottom: solid 1px #fff;
    }
    #navi ul li {
      padding: 10px 0;
    }
    #navi  a {
      color: #fff;
    }
    .hamburger {
      width: 30px;
      height: 30px;
      cursor: pointer;
      position: fixed;
      top: 33px;
      right: 18px;
      transition: 0.5s;
      z-index: 20;
    }
    .hamburger span {
      width: 30px;
      height: 2px;
      background-color: #000;
      border-radius: 4px;
      display: block;
      position: absolute;
      left: 0;
      transition: 0.5s;
    }
    .hamburger span:nth-child(1) {
      top: 4px;
    }
    .hamburger span:nth-child(2) {
      top: 14px;
    }
    .hamburger span:nth-child(3) {
      bottom: 4px;
    }
    .open .hamburger span {
      background-color: #fff;
    }
    .open .hamburger span:nth-child(1) {
      transform: translateY(10px) rotate(-315deg);
    }
    .open .hamburger span:nth-child(2) {
      opacity: 0;
    }
    .open .hamburger span:nth-child(3) {
      transform: translateY(-10px) rotate(315deg);
    }
    #mask {
      display: none;
      transition: 0.5s;
    }
    .open #mask {
      width: 100%;
      height: 100%;
      background-color: #000;
      cursor: pointer;
      display: block;
      opacity: 0.8;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 10;
    }
  /*-------------------------------------------
  Mainvisual
  -------------------------------------------*
  #mainvisual {
    margin-bottom: 80px;
  }

  /*-------------------------------------------
  News
  -------------------------------------------*/
  #news {
    margin-bottom: 80px;
  }
  #news .list {
    flex-direction: column;
  }
  #news .list li {
    width: 100%;
    border-right: none;
    padding: 10px 0;
    margin-bottom: 20px;
  }
  #news .list li:last-child {
    margin-bottom: 0;
  }

  /*-------------------------------------------
  About
  -------------------------------------------*/
  #about {
    flex-direction: column;
    margin-bottom: 80px;
  }
  #about .img {
    width: 100%;
    margin-bottom: 30px;
    padding-top: 0;
  }
  /*
  #about .img img {
    display: none;
  }
  */
  
  #about .text {
    width: 100%;
    padding: 0 16px;
    margin: 0;
  }
  /*
  .anim-underline01 {
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-weight: bolder;
    font-size:xx-large;
    position: relative;
    color: #aba455;
    line-height: 1.7;
    -webkit-box-reflect: below -10px -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0) 10%,rgba(0, 0, 0, 0.6));
  }
   
  .anim-underline01::before {
    content:"";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent 40%,#71716c 90%);
    animation: underlineAnim 7s ease-in ;
    z-index: -1;
  }
  */
  /*-------------------------------------------
  Moonbot-naming
  -------------------------------------------*/
  #moonbot-naming {
    flex-direction: column;
    margin-bottom: 80px;
  }
  #moonbot-naming .img {
    width: 100%;
    margin-bottom: 30px;
    padding-top: 0;
  }
  /*
  #about .img img {
    display: none;
  }
  */
  
  #moonbot-naming .text {
    width: 100%;
    padding: 0 16px;
    margin: 0;
  }
  /*-------------------------------------------
  Business
  -------------------------------------------*/
  #business {
    margin-bottom:  80px;
  }
  #business .flex {
    flex-direction: column;
    padding: 0;
  }
  #business .flex .left {
    width: 100%;
    margin: 0 0 30px 0;
  }
  #business .flex .right {
    width: 100%;
  }
  #business .flex .item {
    text-align: center;
    margin-bottom: 30px;
  }
  #business .flex .title {
    text-align: left;
  }

  /*-------------------------------------------
  Company
  -------------------------------------------*/
  /*
  「position: static;」でrelativeを解除
  */
  #company {
    height: auto;
    flex-direction: column;
    position: static;
  }
  /*
  「position: static;」でabsoluteを解除
  */
  #company .text {
    width: 100%;
    padding: 40px 20px;
    margin-bottom: 20px;
    position: static;
  }
  /*
  「position: static;」でabsoluteを解除
  */
  #company .img {
    width: 100%;
    padding: 0;
    position: static;
  }
  #company .img img {
    width: 100%;
    height: auto;
  }
  #company .info {
    flex-direction: column;
    line-height: 1;
  }
  #company .info dt {
    width: 100%;
    margin-top: 20px;
  }
  #company .info dd {
    width: 100%;
    margin-top: 5px;
    padding-left: 14px;
  }
  #company .info dd:first-of-type {
    margin-top: 5px;
  }
  #company .info .add {
    margin-left: 0;
  }

  /*-------------------------------------------
  footer
  -------------------------------------------*/
  #footer .flex {
    flex-direction: column;
    align-items: flex-start;
  }
  #footer .flex .logo {
    margin-bottom: 10px;
  }
}
/*---------------------------------------------*/
  @media screen and (min-width: 1000px) {
    .site-title {
      width: 100%;
    }
    #navi {
      display: flex;
      width: 100%;
      justify-content: flex-end;
    }
    #navi li:hover {
      opacity: 0.8;
    }
    header {
      position: fixed;
      height: 190px;
    }
    #header img {
      margin: 17px 0 -19px 0;
    }
    #header .nav-menu {
      display: flex;
      max-width: fit-content;
      margin: 20px 0 50px 0;
    }
    
    #header li :hover{
      color: #8f0330;
    }
    #header li a {
      display: block;
      padding:8px 30px;
      text-decoration: none;
      color: #362b7f;
    }
    .nav-menu{
      display: flex;
      flex-wrap: wrap;
      margin:0 0 50px 0;
      list-style: none;
    }
    
    .nav-menu li a{
      display: block;
      padding:10px 30px;
      text-decoration: none;
      color: #000;
    }
/*=================================
枠線
===================================*/

.nav-menu li{
position: relative;
  margin:0 10px;
}


.nav-menu li::before,
.nav-menu li::after{
content:"";
position: absolute;

width: 0;
height:2px;
background:#000;
transition: all 0.2s linear;
transition-delay: 0.2s;
}

.nav-menu li::before{
right: 0;
top: 0;
}
.nav-menu li::after{
left: 0;
bottom: 0;
}

.nav-menu li span{
display: block;
}

.nav-menu li span::before,
.nav-menu li span::after{
content:"";
position: absolute;
width:2px;
height:0;
background: #000;
transition: all 0.2s linear;
}

.nav-menu li span::before{
left: 0;
top: 0;
}
.nav-menu li span::after{
right: 0;
bottom: 0;
}


.nav-menu li.current::before,
.nav-menu li.current::after,
.nav-menu li:hover::before,
.nav-menu li:hover::after{
width: 100%;
}

.nav-menu li.current span::before,
.nav-menu li.current span::after,
.nav-menu li:hover span::before,
.nav-menu li:hover span::after{
height: 100%;
}
/*========================================*/
    .hamburger {
      display: none;
    }
    #moonshot .outline .left .text-area {
      position: absolute;
      top: 300px;
      left: 70px;
    }
}
@media screen and (max-width: 500px) {
  h2 {
    font-size: larger;
  }
  h3 {
    font-size: small;
  }
  h4 {
    font-size: small;
  }
  p {
    font-size: small;
  }
  a {
    font-size: small;
  }
  /*
  .anim-underline01 {
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-weight: bolder;
    font-size:1.2em;
    position: relative;
    color: #aba455;
    line-height: 1.7;
    -webkit-box-reflect: below -10px -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0) 10%,rgba(0, 0, 0, 0.6));
  }
  */
  
}