@charset "UTF-8";
/*========================================
  トップページ
========================================*/
@keyframes dosundosun {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  25% {
    transform: translate(2px, 2px) rotateZ(4deg);
  }
  50% {
    transform: translate(0px, 2px) rotateZ(0deg);
  }
  75% {
    transform: translate(2px, 0px) rotateZ(-4deg);
  }
  100% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
}
@keyframes bound-anim {
  0%, 100% {
    top: 0;
    transform: scale(1);
  }
  30% {
    top: -60%;
    transform: scale(0.96, 1.04);
  }
  60% {
    transform: scale(1);
  }
  90% {
    top: 0;
    transform: scale(1.15, 0.9);
  }
}
body {
  background: #f7f7f7;
}

:root {
  --loop0: 0;
  --loop1: 0;
}

@keyframes loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(var(--loop0));
  }
}
@keyframes loopr {
  0% {
    transform: translateX(var(--loop1));
  }
  100% {
    transform: translateX(0);
  }
}
.is-hover .page-txt p {
  opacity: 0.1;
}

mark.is-hover {
  cursor: pointer;
}
mark.is-hover .char {
  background: url("../../../img/page/home/mark_on.png") 0 0.3em repeat-x !important;
  color: #fff;
  padding: 0.15em 0 0.4em 0;
}

.char {
  opacity: 0;
  transition: opacity 0.25s;
}
.char.is-ready {
  opacity: 1;
}

.page-wrapper {
  font-feature-settings: "palt" 1;
  transition: padding 0.25s;
}

.page-container {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .page-container {
    padding: 0 2em;
  }
}
@media screen and (max-width: 767px) {
  .page-container {
    padding: 0 6vw;
  }
}
@media screen and (max-width: 767px) {
  .page-container .is-sp-nowrap {
    position: absolute;
  }
}

@media screen and (min-width: 768px) {
  .page-txt {
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 1100px) {
  .page-txt {
    font-size: 4vw;
  }
}
.page-txt p {
  transition: opacity 0.25s;
  font-weight: bold;
}
.page-txt .is-large {
  margin: 0.4em 0;
}
@media screen and (min-width: 768px) {
  .page-txt .is-large {
    font-size: 6rem;
  }
}
@media screen and (max-width: 1100px) {
  .page-txt .is-large {
    font-size: 5.4545454545vw;
  }
}
.page-txt mark {
  background: transparent;
  position: relative;
  margin: 0 0.1em;
  padding: 0.1em;
  background-size: 0 0;
}
.page-txt mark .char {
  background: 0 0.3em repeat-x;
  background-size: auto 70%;
  background-image: url("../../../img/page/home/mark.png");
}

.page-fig {
  margin: 1em 0;
}

.page-embed {
  margin: 13.75em 0;
}
@media screen and (max-width: 1100px) {
  .page-embed {
    margin: 20vw 0;
  }
}

.page-desc {
  padding: 0 6.25em;
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
  .page-desc {
    padding: 0 9.0909090909vw;
  }
}
@media screen and (max-width: 767px) {
  .page-desc {
    padding: 0;
  }
}
.page-desc__ttl {
  margin-bottom: 0.7857142857em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-desc__ttl {
    font-size: 7rem;
  }
}
@media screen and (max-width: 1100px) {
  .page-desc__ttl {
    font-size: 5.8181818182vw;
  }
}
@media screen and (max-width: 767px) {
  .page-desc__ttl {
    font-size: 150%;
  }
}
@media screen and (min-width: 768px) {
  .page-desc__body {
    font-size: 4rem;
  }
}
@media screen and (max-width: 1100px) {
  .page-desc__body {
    font-size: 3.6363636364vw;
  }
}

.page-bg {
  background: url("../../../img/page/home/bg_circle.svg") 100% 22.5em no-repeat;
}

.page-loadmap {
  margin: 15em 0;
}
@media screen and (max-width: 1100px) {
  .page-loadmap {
    margin: 21.8181818182vw 0;
  }
}
.page-loadmap__ttl {
  text-align: center;
  margin-bottom: 5em;
}
@media screen and (max-width: 1100px) {
  .page-loadmap__ttl {
    margin-bottom: 7.2727272727vw;
  }
}
.page-loadmap__ttl img {
  width: 362px;
}
@media screen and (max-width: 1100px) {
  .page-loadmap__ttl img {
    width: 32.9090909091vw;
  }
}

@media screen and (min-width: 768px) {
  .page-step {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .page-step > li {
    width: 27.2727272727%;
  }
}
@media screen and (max-width: 767px) {
  .page-step > li {
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .page-step__img {
    text-align: center;
  }
}
.page-step__ttl {
  margin: 0.6em 0;
  line-height: 1.5;
  text-align: center;
  font-size: 3rem;
}
@media screen and (max-width: 1100px) {
  .page-step__ttl {
    font-size: 2.7272727273vw;
  }
}
@media screen and (max-width: 767px) {
  .page-step__ttl {
    font-size: 4vw;
  }
}
.page-step__txt {
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .page-step__txt {
    font-size: 3.6vw;
  }
}

.page-crowdfunding {
  margin-bottom: 15.625em;
}
@media screen and (max-width: 1100px) {
  .page-crowdfunding {
    margin-bottom: 22.7272727273vw;
  }
}
.page-crowdfunding__ttl {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 1100px) {
  .page-crowdfunding__ttl {
    margin-bottom: 7.2727272727vw;
  }
}
.page-crowdfunding__ttl img {
  width: 644px;
}
@media screen and (max-width: 1100px) {
  .page-crowdfunding__ttl img {
    width: 58.5454545455vw;
  }
}
@media screen and (min-width: 768px) {
  .page-crowdfunding__row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.page-crowdfunding__img {
  position: relative;
  padding: 70px;
}
@media screen and (max-width: 1100px) {
  .page-crowdfunding__img {
    padding: 6.3636363636vw;
  }
}
@media screen and (min-width: 768px) {
  .page-crowdfunding__img {
    width: 60.7142857143%;
  }
}
.page-crowdfunding__img::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
}
.page-crowdfunding__thumb {
  width: 330px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .page-crowdfunding__thumb {
    width: 60vw;
  }
}
.page-crowdfunding__thumb .splide__pagination {
  transform: translateY(100px);
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .page-crowdfunding__thumb .splide__pagination {
    transform: translateY(12vw);
  }
}
.page-crowdfunding__thumb .splide__pagination .splide__pagination__page {
  margin: 0 3px;
  background: #cacaca;
  width: 15px;
  height: 15px;
  border-radius: 100px;
  border: 0;
}
.page-crowdfunding__thumb .splide__pagination .splide__pagination__page.is-active {
  background: #626262;
}
@media screen and (min-width: 768px) {
  .page-crowdfunding__txt {
    padding-left: 6.4285714286%;
    width: 31.4285714286%;
  }
}
@media screen and (max-width: 767px) {
  .page-crowdfunding__txt {
    margin-top: 13vw;
  }
}
.page-crowdfunding__txt dt {
  font-weight: bold;
  font-size: 3rem;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
@media screen and (max-width: 1100px) {
  .page-crowdfunding__txt dt {
    font-size: 2.7272727273vw;
  }
}
@media screen and (max-width: 767px) {
  .page-crowdfunding__txt dt {
    font-size: 5.3333333333vw;
  }
}
.page-crowdfunding__txt dl + dl {
  margin-top: 2em;
}
.page-crowdfunding__txt div {
  margin-top: 3rem;
}
.page-crowdfunding__txt div a {
  display: block;
  border: 1px solid #dcdcdc;
  background: #fff;
  color: currentColor;
  border-radius: 200px;
  padding: 0.7em;
  text-align: center;
  transition-property: color, background;
  transition-duration: 0.25s;
}
@media (hover: hover) {
  .page-crowdfunding__txt div a:hover {
    color: #fff;
    background: #000;
  }
}

.page-invester {
  margin-bottom: 15.625em;
}
@media screen and (max-width: 1100px) {
  .page-invester {
    margin-bottom: 22.7272727273vw;
  }
}
.page-invester__ttl {
  text-align: center;
}
.page-invester__ttl img {
  width: 409px;
}
@media screen and (max-width: 1100px) {
  .page-invester__ttl img {
    width: 37.1818181818vw;
  }
}
.page-invester__row {
  margin-top: 5em;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  .page-invester__row {
    margin-top: 7.2727272727vw;
  }
}

.page-voide {
  margin-bottom: 15.625em;
}
@media screen and (max-width: 1100px) {
  .page-voide {
    margin-bottom: 22.7272727273vw;
  }
}
.page-voide__ttl {
  margin-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .page-voide__ttl {
    margin-bottom: 7.2727272727vw;
  }
}
.page-voide__ttl img {
  width: 676px;
}
@media screen and (max-width: 1100px) {
  .page-voide__ttl img {
    width: 61.4545454545vw;
  }
}

.page-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  will-change: transform;
}
.page-items.is-ready {
  animation: loop 92s linear infinite;
  animation-direction: alternate;
}
.page-items.is-r.is-ready {
  animation-name: loopr;
}

.page-item {
  width: 290px;
  padding: 0 25px;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .page-item {
    width: 26.3636363636vw;
    padding: 0 2.2727272727vw;
  }
}
@media screen and (max-width: 767px) {
  .page-item {
    width: 30vw;
    padding: 0 2vw;
  }
}
.page-item__ph {
  overflow: hidden;
  border-radius: 1000px;
}
.page-item dt {
  margin: 0.5em 0 0.2em 0;
  font-size: 2rem;
}
@media screen and (max-width: 1100px) {
  .page-item dt {
    font-size: 1.8181818182vw;
  }
}
@media screen and (max-width: 767px) {
  .page-item dt {
    font-size: 3vw;
  }
}
.page-item dd {
  font-size: 1.4rem;
}
@media screen and (max-width: 1100px) {
  .page-item dd {
    font-size: 1.2727272727vw;
  }
}
@media screen and (max-width: 767px) {
  .page-item dd {
    font-size: 2.2vw;
  }
}

.page-founder {
  margin-bottom: 15.625em;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .page-founder {
    width: 1100px;
  }
}
@media screen and (max-width: 1100px) {
  .page-founder {
    margin-bottom: 22.7272727273vw;
  }
}
@media screen and (max-width: 767px) {
  .page-founder {
    margin: 0 2em;
  }
}
.page-founder__ttl {
  text-align: center;
  margin-bottom: 110px;
}
@media screen and (max-width: 1100px) {
  .page-founder__ttl {
    margin-bottom: 10vw;
  }
}
.page-founder__ttl img {
  width: 370px;
}
@media screen and (max-width: 1100px) {
  .page-founder__ttl img {
    width: 33.6363636364vw;
  }
}
.page-founder__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-founder__pic {
  width: 445px;
}
.page-founder__pic img {
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .page-founder__pic {
    width: 40.4545454545vw;
  }
}
@media screen and (max-width: 767px) {
  .page-founder__pic {
    width: 80%;
    margin: 0 auto 1em auto;
  }
}
.page-founder__wtxt {
  width: calc(100% - 520px);
}
@media screen and (max-width: 1100px) {
  .page-founder__wtxt {
    width: calc(100% - 47.2727272727vw);
  }
}
@media screen and (max-width: 767px) {
  .page-founder__wtxt {
    width: auto;
  }
}
.page-founder__wtxt dt {
  font-size: 3rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 1100px) {
  .page-founder__wtxt dt {
    font-size: 2.7272727273vw;
  }
}
@media screen and (max-width: 767px) {
  .page-founder__wtxt dt {
    margin-bottom: 0.5em;
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 767px) {
  .page-founder__wtxt dd {
    font-size: 3.5vw;
  }
}
.page-founder__role {
  font-size: 1.4rem;
  margin-top: 1em;
  line-height: 1.5;
}
@media screen and (max-width: 1100px) {
  .page-founder__role {
    font-size: 1.2727272727vw;
  }
}
@media screen and (max-width: 767px) {
  .page-founder__role {
    font-size: 3.5vw;
  }
}
.page-founder__name {
  font-size: 2rem;
}
@media screen and (max-width: 1100px) {
  .page-founder__name {
    font-size: 1.8181818182vw;
  }
}
@media screen and (max-width: 767px) {
  .page-founder__name {
    font-size: 4vw;
  }
}

.page-vitem.is-active img {
  transform: scale(1);
}
.page-vitem img {
  transform: scale(1.1);
  transition-property: transform;
  transition-duration: 5s;
}

.page-player-wrapper {
  overscroll-behavior: contain;
  pointer-events: none;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.25s;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
}
.page-player-wrapper.is-hide {
  visibility: hidden;
}
.page-player-wrapper.is-show {
  pointer-events: fill;
  visibility: visible;
  opacity: 1;
}
.page-player-wrapper.is-show iframe {
  transform: translateY(0);
}
.page-player-wrapper iframe {
  transform: translateY(20px);
  transition-property: transform;
  transition-duration: 0.25s;
}

.page-player-item {
  position: relative;
  width: 900px;
  max-width: 100%;
}

.page-btn-close {
  background: transparent;
  position: absolute;
  right: 0;
  top: -50px;
  border: 0;
  width: 46px;
  height: 46px;
  padding: 0;
}
.page-btn-close::before, .page-btn-close::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
}
.page-btn-close::before {
  transform: rotate(-45deg);
}
.page-btn-close::after {
  transform: rotate(45deg);
}

.page-res-box {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.page-res-box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.page-popup {
  opacity: 0;
  transition: opacity 0.25s;
}
.page-popup.is-hide {
  visibility: hidden;
  pointer-events: none;
}
.page-popup.is-2 img {
  transform: translateX(-100vw);
  transition: transform 0.25s;
}
.page-popup.is-4 img {
  transform: translateY(20px);
  transition: transform 0.25s;
}
.page-popup.is-5 img {
  transform: scale(0);
  transition: transform 0.25s;
}
.page-popup.is-show {
  position: relative;
  z-index: 10;
  opacity: 1;
  pointer-events: fill;
  visibility: visible;
}
.page-popup.is-show.is-1 img {
  animation-name: dosundosun;
  animation-duration: 0.3s;
}
.page-popup.is-show.is-2 img {
  transform: translateX(0);
}
.page-popup.is-show.is-3 img {
  animation: bound-anim 0.4s;
}
.page-popup.is-show.is-4 img {
  transform: translateY(0);
}
.page-popup.is-show.is-5 img {
  transform: scale(1);
}
.page-popup__main {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  font-weight: bold;
  padding: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.8vw;
}
.page-popup__main p {
  background: #ffff00;
  padding: 2em;
  border: 5px solid #000;
}

.carousel {
  position: relative;
  --slide-width: "auto";
  --slide-padding-left: 0;
  --default-width: 820px;
  --default-height: 400px;
  --active-width: 880px;
  --active-height: 470px;
  --current-left: 0;
  opacity: 0;
  transition: opacity 0.25s;
}

@media screen and (max-width: 900px) {
  .carousel {
    --default-width: 30vw;
    --default-height: 26vw;
    --active-width: 70vw;
    --active-height: 42vw;
  }
}
.carousel.is-ready {
  opacity: 1;
}

.carousel-container {
  overflow: hidden;
  padding-left: var(--slide-padding-left);
}

.carousel-main {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: transform 0.4s;
  width: var(--slide-width);
  height: var(--active-height);
  transform: translateX(var(--current-left));
}

.carousel__item {
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  list-style: none;
  width: var(--default-width);
  height: var(--active-height);
  transition-property: width, height;
  transition-duration: 0.25s;
  padding: 0 40px;
}
@media screen and (max-width: 900px) {
  .carousel__item {
    padding: 0 4vw;
  }
}

.carousel__item div {
  position: relative;
  width: 100%;
  height: var(--default-height);
  transition-property: width, height;
  transition-duration: 0.25s;
}
.carousel__item div iframe,
.carousel__item div video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.carousel__item.is-active {
  width: var(--active-width);
  height: var(--active-height);
}

.carousel__item.is-active div {
  height: var(--slide-height);
}

.carousel-ctrl {
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: 0.5em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .carousel-ctrl {
    transform: translateY(-5vw);
  }
}

.carousel-ctrl button {
  pointer-events: fill;
  border: 0;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .carousel-ctrl button svg {
    width: 3vw;
    height: 6vw;
  }
}

.carousel-ctrl button.prev {
  transform: translateX(-459px);
}
@media screen and (max-width: 767px) {
  .carousel-ctrl button.prev {
    transform: translateX(-37vw);
  }
}

.carousel-ctrl button.next {
  transform: translateX(389px);
}
@media screen and (max-width: 767px) {
  .carousel-ctrl button.next {
    transform: translateX(27vw);
  }
}