@font-face {
  /* /* font-family: "new-order"; */
  src: url(../fonts/new-order.ttf) format("truetype"); */
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

input,
textarea,
select,
button {
  outline: none;
}

input {
  line-height: normal;
}

label,
button {
  cursor: pointer;
}

a {
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  background: #000000;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

.container {
  max-width: calc(100% - 8.333vw);
  margin: 0 auto;
  padding: 0;
}

.full-container {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0;
}

.header {
  background: #000;
}
.header_menu {
  display: flex;
  align-items: center;
  padding: 2.969vw 0 0.521vw;
  position: relative;
}
.header_menu li {
  width: 23.438vw;
  display: flex;
  justify-content: center;
}
.header_menu li:last-child {
  width: 13.542vw;
  justify-content: center;
  margin-left: 5.99vw;
  z-index: 100;
}
.header_menu li a {
  font-size: 1.458vw;
  line-height: 1.75;
  color: #fff;
  /* font-family: "new-order"; */
  font-weight: 400;
  font-weight: bold;
}
.header .link-icon {
  display: flex;
  justify-content: center;
  position: absolute;
  right: 4.167vw;
}
.header .link-icon > a {
  width: 2.448vw;
  height: 2.448vw;
  border: 1px solid;
  text-align: center;
}
.header_mobile {
  display: none;
}

.banner {
  background: url(../images/earth2.png) no-repeat center center;
  background-size: cover;
  height: 54.688vw;
  position: relative;
  border: 2px solid #fff;
}
.banner_bg {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.banner_bg-title {
  padding-top: 4.167vw;
}
.banner_bg-title > h1 {
  font-size: 3.958vw;
  line-height: 1.75;
  color: #fff;
  /* font-family: "new-order"; */
  font-weight: 400;
  letter-spacing: 2.083vw;
}
.banner_bg-sub-title {
  padding-top: 1.563vw;
  z-index: 2;
}
.banner_bg-sub-title > h2 {
  font-size: 10vw;
  line-height: 0.984375;
  color: #fff;
  font-family: "new-order", sans-serif;
  text-align: center;
}
.banner_bg-text > span {
  font-size: 3.021vw;
  line-height: 0.33;
  color: #fff;
  /* font-family: "new-order"; */
  font-weight: 600;
  z-index: 2;
  text-shadow: 2px 4px #333332;
  position: relative;
}
.banner .img {
  position: absolute;
  bottom: -35vw;
  width: 100%;
  max-width: 38.542vw;
}

.campaign-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  position: relative;
}
.campaign-box .border-box {
  border: 2px solid #e7e9eb;
  padding: 0.781vw;
  margin: 3.646vw 0;
  width: calc(33.33% - 1.042vw);
  position: relative;
  margin-left: 1.563vw;
}
.campaign-box .border-box:first-child {
  margin-left: 1.302vw;
}
.campaign-box .border-box .box-block {
  background-color: #e7e9eb;
  padding: 0.781vw;
}
.campaign-box .border-box .box-block .box-group {
  background-color: #fff;
  padding: 0.781vw;
}
.campaign-box .border-box .box-block .box-group .top {
  background: #2B539A;
  padding: 7px 10px;
  font-size: 1.125vw;
  line-height: 1.75;
  color: #fff;
  /* font-family: "new-order"; */
  font-weight: 400;
  width: max-content;
  position: absolute;
  top: -1.042vw;
  left: -1.302vw;
  max-width: 245px;
}
.campaign-box .border-box .box-block .box-group .title {
  font-size: 1.146vw;
  line-height: 1.75;
  color: #000;
  /* font-family: "new-order"; */
  font-weight: 600;
  margin-top: 0.625vw;
}
.campaign-box .border-box .box-block .box-group .content > a {
  font-size: 1.667vw;
  line-height: 1.34375;
  color: #2B539A;
  /* font-family: "new-order"; */
  font-weight: 600;
}
.campaign-box .border-box .box-block .box-group .time {
  font-size: 1.146vw;
  line-height: 2.73;
  color: #000;
  /* font-family: "new-order"; */
  font-weight: 600;
}

.astrowater .full-container {
  background: #fff;
}
.astrowater-content > p {
  background: rgba(255, 255, 255, 0.7);
  padding: 2.604vw 4.167vw;
  position: relative;
  font-size: 1.667vw;
  line-height: 1.75;
  color: #000;
  /* font-family: "new-order"; */
  font-weight: 600;
}

.astronauts {
  background: #fff;
}
.astronauts-title {
  background: #2B539A;
  padding: 2.083vw 0;
}
.astronauts-title > h2 {
  font-size: 2.604vw;
  line-height: 1.75;
  color: #fff;
  font-family: "";
  font-weight: 600;
  font-family: "new-order", sans-serif;
  text-align: center;
}
.astronauts-box {
  display: flex;
  align-items: center;
  /* justify-content: space-between;←本来はこちらにして両サイドのマージンを０にしたい */
  justify-content: center;
  color: #000;
  width: calc(100% - 10.417vw);
}
.astronauts-box .border-box {
  border: 2px solid #2B539A;
  width: calc(33.33% - 1.042vw);
  padding: 1.563vw;
  margin: 2.604vw 1vw;
}
.astronauts-box .border-box:first-child .box-img img {
  position: absolute;
  top: -3.125vw;
  height: 18.958vw;
  left: 50%;
  transform: translateX(-50%);
}
.astronauts-box .box-img {
  background: #F1F1F1;
  min-height: 17.24vw;
  position: relative;
}
.astronauts-box .box-title {
  overflow: hidden;
  text-overflow: ellipsis;
}
.astronauts-box .box-title > a {
  font-size: 1.667vw;
  line-height: 1.75;
  color: #000;
  font-family: "";
  font-weight: 600;
  font-family: "new-order", sans-serif;
  margin-top: 1.042vw;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.astronauts-box .box-content {
  font-size: 1.406vw;
  line-height: 1.75;
  color: #000;
  /* font-family: "new-order"; */
  font-weight: 600;
}
.astronauts-box .box-pice {
  font-size: 1.406vw;
  line-height: 1.75;
  color: #000;
  /* font-family: "new-order"; */
  font-weight: 400;
  text-align: center;
}
.astronauts-box .box-button {
  background: #2B539A;
  font-size: 1.406vw;
  line-height: 4.167vw;
  color: "";
  font-family: "";
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  font-family: "new-order", sans-serif;
  text-align: center;
  height: 4.167vw;
  border-radius: 0.781vw;
}

.space {
  background: #fff;
  padding-bottom: 4.167vw;
}
.space-title {
  background: #2B539A;
  padding: 2.083vw 0;
}
.space-title > h2 {
  font-size: 2.604vw;
  line-height: 1.75;
  color: #fff;
  font-family: "";
  font-weight: 600;
  font-family: "new-order", sans-serif;
  text-align: center;
}
.space .full-container {
  background: #000;
}
.space .img {
  position: absolute;
  width: 37.24vw;
  right: 1.302vw;
  top: -5.167vw;
}
.space-box {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.space .box-left {
  margin: 4.688vw 0 4.167vw 6.25vw;
  max-width: 56%;
}
.space .box-left .list-item {
  display: flex;
  align-items: center;
  margin: 0.521vw 0;
  font-size: 2.083vw;
  line-height: 1.75;
  color: #fff;
  /* font-family: "new-order"; */
  font-weight: 400;
}
.space .box-left .list-item > a {
  padding-left: 0.781vw;
  font-size: 1.719vw;
  color: #fff;
}
.space .box-left .list-item > a:hover {
  text-decoration: underline;
}

.footer-content {
  font-size: 1.979vw;
  line-height: 1.75;
  color: #fff;
  /* font-family: "new-order"; */
  font-weight: 400;
  background: #2B539A;
  text-align: center;
  padding: 9px 0 7px;
}
.footer-content a {
  color: #fff;
  text-decoration: underline;
}

@keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}
@-webkit-keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}
.scron {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .header {
    margin-bottom: 16vw;
  }
  .header_menu {
    display: none;
  }
  .header .link-icon {
    width: 100%;
    position: unset;
  }
  .header .link-icon > a {
    padding: 5.3335vw 0;
    margin: 0 2.667vw;
    width: 10.667vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header_mobile {
    display: block;
  }
  .header_mobile #overlay-button {
    position: absolute;
    right: 0;
    top: 0;
    padding: 6.933vw 2.933vw;
    z-index: 5;
    cursor: pointer;
    user-select: none;
  }
  .header_mobile #overlay-button span {
    height: 4px;
    width: 35px;
    border-radius: 2px;
    background-color: white;
    position: relative;
    display: block;
    transition: all 0.2s ease-in-out;
  }
  .header_mobile #overlay-button span:before {
    top: -10px;
    visibility: visible;
  }
  .header_mobile #overlay-button span:after {
    top: 10px;
  }
  .header_mobile #overlay-button span:before, .header_mobile #overlay-button span:after {
    height: 4px;
    width: 35px;
    border-radius: 2px;
    background-color: white;
    position: absolute;
    content: "";
    transition: all 0.2s ease-in-out;
  }
  .header_mobile #overlay-button:hover span, .header_mobile #overlay-button:hover span:before, .header_mobile #overlay-button:hover span:after {
    background: #fff;
  }
  .header_mobile input[type=checkbox] {
    display: none;
  }
  .header_mobile input[type=checkbox]:checked ~ #overlay {
    visibility: visible;
  }
  .header_mobile input[type=checkbox]:checked ~ #overlay-button:hover span,
.header_mobile input[type=checkbox]:checked ~ #overlay-button span {
    background: transparent;
  }
  .header_mobile input[type=checkbox]:checked ~ #overlay-button span:before {
    transform: rotate(45deg) translate(7px, 7px);
    opacity: 1;
  }
  .header_mobile input[type=checkbox]:checked ~ #overlay-button span:after {
    transform: rotate(-45deg) translate(7px, -7px);
  }
  .header_mobile #overlay {
    height: 100vh;
    width: 100vw;
    background: #000;
    z-index: 2;
    visibility: hidden;
    position: fixed;
    margin-top: -60px;
  }
  .header_mobile #overlay.active {
    visibility: visible;
  }
  .header_mobile #overlay ul {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    height: 100vh;
    padding-left: 0;
    list-style-type: none;
    margin-top: 60vw;
  }
  .header_mobile #overlay ul li {
    padding: 1em;
  }
  .header_mobile #overlay ul li a {
    color: white;
    text-decoration: none;
    font-size: 1.5em;
  }
  .header_mobile #overlay ul li a:hover {
    color: #333332;
  }
  .banner {
    background: url(../images/earth.png) no-repeat center center;
    background-size: calc(100% + 25vw);
    height: 86vw;
    background-position: center -50%;
  }
  .banner .img {
    bottom: -5vw;
  }
  .campaign-box {
    flex-wrap: wrap;
  }
  .campaign-box .border-box {
    width: 100%;
  }
  .campaign-box .border-box .box-block .box-group .top {
    font-size: 4.267vw;
    max-width: 60vw;
  }
  .campaign-box .border-box .box-block .box-group .title {
    font-size: 3.2vw;
    margin-top: 12vw;
  }
  .campaign-box .border-box .box-block .box-group .time {
    font-size: 3.2vw;
  }
  .campaign-box .border-box .box-block .box-group .content > a {
    font-size: 4.267vw;
  }
  .astrowater-content > p {
    font-size: 3.2vw;
  }
  .astrowater-content > p br {
    display: none;
  }
  .astronauts-title > h2 {
    font-size: 6.4vw;
  }
  .astronauts-box {
    flex-wrap: wrap;
    padding: 5.6vw 0;
  }
  .astronauts .box-img img {
    margin: 0 auto;
  }
  .astronauts .border-box:first-child .box-img img {
    position: unset;
    height: auto;
    transform: none;
  }
  .astronauts .border-box {
    width: 100%;
  }
  .astronauts .border-box .box-title > a, .astronauts .border-box .box-pice {
    font-size: 4.267vw;
  }
  .astronauts .border-box .box-content {
    font-size: 4.267vw;
  }
  .astronauts .border-box .box-button {
    font-size: 3.2vw;
    height: 10.667vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .space {
    padding-bottom: 0;
  }
  .space-title > h2 {
    font-size: 6.4vw;
  }
  .space-box {
    flex-wrap: wrap;
  }
  .space .box-left {
    max-width: 100%;
    margin: 4.688vw auto;
  }
  .space .box-left .list-item {
    font-size: 4.267vw;
    margin: 3.2vw;
  }
  .space .box-left .list-item > a {
    font-size: 2.9vw;
  }
  .space .box-right {
    width: 100%;
  }
  .space .box-right .img {
    position: unset;
  }
  .space .box-right .img > img {
    position: unset;
  }
  .space .img {
    position: unset;
    width: 80%;
    margin: 0 auto;
  }
  .footer-content {
    font-size: 4.267vw;
  }
}

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