#hito-h{
    /*height: 230vw;
    max-height: 5000px;*/
}

#canvas{
position: absolute;
}

.box00 {
 width: 100%;
 height: 200vh;
 }
.box {
 width: 100%;
 height: 100vh;
position: relative;
 }

.sticky{
    position:sticky;
    top: 0;
}

.sticky2{
    position:sticky;
    align-self: flex-end;
    bottom: 0;
}
/*-------
擬似要素テキストが流れる
-------*/
.flowimg {
  position: relative;
  padding: 10vw 10vw;
  overflow: hidden;
   transform: rotate(-20deg);
    margin-top: 10%;
    margin-left: -10%;
}
.flowimg::before,
.flowimg::after {
  content: "ARK SYSTEM ";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  font-size: 15vw;
  line-height: 1.0;
  text-align: center;
}
.flowimg::before {
  left: 0;
  animation: flowimg 60s linear infinite;
}
.flowimg::after {
  left: 100%;
  animation: flowimg 60s linear infinite;
}
@keyframes flowimg {
  0% { transform: translateX(0); 
  color:  rgba(255,255,255,0.5);}
  20% { color:  rgba(242, 150, 197,0.5);}
  40% { color:  rgba(130, 200, 239,0.5);}
  60% { color:  rgba(134, 199, 148,0.5);}
  80% { color:  rgba(243, 157, 92,0.5);}
  100% { transform: translateX(-100%); 
  color:  rgba(255,255,255,0.5);}
}
@media screen and (max-width: 480px) {
.flowimg {
    padding: 40px 10vw;
}
}
/*------- -------*/


/*-------
擬似要素テキストが流れる
-------*/
.flowimg2-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}
.flowimg2 {
  display: flex;
    filter: drop-shadow(-1px -2px 0 rgba(0,0,0,0.4));
}
.flowimg2-a {
    color: rgba(130, 200, 239,1);
  animation: loop-text 40s linear infinite;
}
.flowimg2-b {
    color: rgba(134, 199, 148,1);
  animation: loop-text2 40s linear infinite;
}
.flowimg2-c {
    color: rgba(243, 157, 92,1);
  animation: loop-text3 40s linear infinite;
}
.double-content {
  display: inline-block;
  font-size: 4.5vw;
  white-space: nowrap;
}
@keyframes loop-text {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes loop-text2 {
  0% {
    transform: translateX(-5%);
  }
  100% {
    transform: translateX(-55%);
  }
}

@keyframes loop-text3 {
  0% {
    transform: translateX(-10%);
  }
  100% {
    transform: translateX(-60%);
  }
}
/*------- -------*/
.top-bg-text{
 width: 100%;
 height: 100vh;
  position: absolute;
    top:10vh;
    font-size: 15vh;
  line-height: 1.5;
}



@media only screen and (max-width:750px){
    .top-bg-text{
    top:25vh;
    font-size: 15vh;
  line-height: 1.5;
}
}


@keyframes scroll-anim-h2 {
  2% {
    top:10vh;
  }

  2.5% {
    top:-110vh;
  }
  100% {
  }
}


.top-head-text{
    width: 100%;
    /*max-width: 1500px;*/
 position: absolute;
  bottom: calc( 50% + 10vw );
    font-size: 6vw;
    font-weight: 700;
    
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    filter: drop-shadow(0.07em 0.07em 0 rgba(255,255,255,1));
    text-align: center;
}

.top-head-text img{
    width: 100%;
}




.top-head-text2{
    width: 100%;
 position: absolute;
    font-size: 6vw;
    font-weight: 700;
    color: #fff;
    text-align: center;
    
  bottom: 5%;
    
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    /*filter: drop-shadow(5px 5px 0 rgba(255,255,255,1));*/
      opacity: 0;
    filter: drop-shadow(0.07em 0.07em 0.07em rgba(0,0,0,0.5));
    line-height: 1.4em;
}

.top-head-text2 img{
    width: 100%;
}


@keyframes scroll-anim-text2 {
  0% {
      opacity: 0;
  }
  2% {
      opacity: 0;
  }
  2.5% {
      opacity: 0;
  bottom: 0%;
  }
  4% {
      opacity: 1;
  bottom: 5%;
  }
  100% {
      opacity: 1;
  }
}


@media screen and (max-width: 750px) {

.top-head-text2{
    font-size: 8vw;
}
    
}


.image1 {
 position: absolute;
  bottom: 20%;
    width: 30%;
    max-width: 40vh;
    transform-origin:center center 0;
}

.im11 {
  left: 5%;
  bottom: 20%;
    filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.5));
}
.im12 {
  left: 5%;
  bottom: 20%;
  opacity: 0;
    filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.9));
}

.im21 {
  left: 15%;
  bottom: 20%;
    filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.5));
}
.im22 {
  left: 15%;
  bottom: 20%;
  opacity: 0;
    filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.9));
}

.im31 {
  left: 25%;
  bottom: 20%;
    filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.5));
}
.im32 {
  left: 25%;
  bottom: 20%;
      opacity: 0;
    filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.9));
}

.im41 {
  left: 50%;
  bottom: 20%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.5));
}
.im42 {
  left: 50%;
  bottom: 26%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
      opacity: 0;
    filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.9));
}

.im51 {
  right: 25%;
  bottom: 20%;
    filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.5));
}
.im52 {
  right: 25%;
  bottom: 20%;
      opacity: 0;
    filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.9));
}

.im61 {
  right: 15%;
  bottom: 20%;
    filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.5));
}
.im62 {
  right: 15%;
  bottom: 28%;
      opacity: 0;
    filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.9));
}

.im71 {
  right: 5%;
  bottom: 20%;
    filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.5));
}
.im72 {
  right: 5%;
  bottom: 20%;
      opacity: 0;
    filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.9));
}





@keyframes scroll-anim-h1 {
  2% {
    bottom: 0;
  }

  2.5% {
    bottom: 100%;
  }
  100% {
  }
}
.haikei00 {
 position: absolute;
	display:block;
 width: 100%;
 height: 100vh;
	background:#efefef;
    bottom: 0;
}
.haikei01 {
 position: absolute;
	display:block;
 width: 100%;
 height: 100vh;
	background:#F296C5;
	clip-path:polygon(0 0, 0 0, 14% 100%, 0 100%);
    display: none;
}

.haikei02 {
 position: absolute;
	display:block;
 width: 100%;
 height: 100vh;
	background:#82c8ef;
	clip-path:polygon(0 0, 20% 0, 28% 100%, 14% 100%);
    display: none;
}

.haikei03 {
 position: absolute;
	display:block;
 width: 100%;
 height: 100vh;
	background:#ff9999;
	clip-path:polygon(20% 0, 40% 0, 42% 100%, 28% 100%);
    display: none;
}

.haikei04 {
 position: absolute;
	display:block;
 width: 100%;
 height: 100vh;
	background:#86c794;
	clip-path:polygon(40% 0, 60% 0, 56% 100%, 42% 100%);
    display: none;
}

.haikei05 {
 position: absolute;
	display:block;
 width: 100%;
 height: 100vh;
	background:#f39d5c;
	clip-path:polygon(60% 0, 80% 0, 70% 100%, 56% 100%);
    display: none;
}

.haikei06 {
 position: absolute;
	display:block;
 width: 100%;
 height: 100vh;
	background:#ecea55;
	/*clip-path:polygon(80% 0, 100% 0, 84% 100%, 70% 100%);
    display: none;*/
}

.haikei07 {
 position: absolute;
	display:block;
 width: 100%;
 height: 100vh;
	background:#99fff7;
	clip-path:polygon(100% 0, 100% 0, 100% 100%, 84% 100%);
    display: none;
}






.container_05 {
  height: 500px;
}

.scrollbar-text_05 {
  display: inline-block;
  position: absolute;
  bottom: 0;
  padding: 10px 10px 110px;
  color: #000;
  font-size: 14px;
  font-family: serif;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  writing-mode: vertical-lr;
  left: 50%;
  transform: translateX(-50%);
}

.scrollbar_05 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1px;
}

.scrollbar_05::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100px;
  background: #000;
  animation: liner 2.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes liner {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  30% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  70% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}



@media screen and (max-width: 750px) {

.scrollbar-text_05 {
  font-size: 12px;
  padding: 10px 10px 60px;
}

.scrollbar_05::after {
  height: 50px;
}
}





.hito-box{
    /*height: 200vh;*/
    padding-top: 0;
    display: inline-block;
}

.hito{
 position: relative;
 width: 100%;
 pointer-events: none;
}

.hito1{
    margin-left: 5%;
}

.hito2{
    margin-top: -18%;
    margin-left: 15%;
}

.hito3{
    margin-top: -30%;
  transform: translateX(-100px);
  opacity: 0;
}

.hito4{
    margin-top: -30%;
    margin-left: 10%;
}

.hito5{
    text-align: right;
    margin-top: -25%;
}

.hito6{
    text-align: right;
    margin-top: -27%;
    margin-left: -5%;
}

.hito7{
    text-align: right;
    margin-top: -15%;
}


/*
@media only screen and (max-width:750px){

.hito1{
    margin-top: -20%;
}

.hito2{
    margin-top: 0%;
    margin-left: 15%;
}

.hito3{
    margin-top: 0%;
  transform: translateX(-100px);
  opacity: 0;
}

.hito4{
    margin-top: -30%;
    margin-left: 10%;
}

.hito5{
    text-align: right;
    margin-top: 0%;
}

.hito6{
    text-align: right;
    margin-top: -0%;
    margin-left: -10%;
}

.hito7{
    text-align: right;
    margin-top: -15%;
}
}

.hito-active{
  opacity: 1;
  transition: 5s;
  transform: translateX(0);
}
*/



.hito1-img{
 width: 30vw;
    filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.5));
}

    
.hito1-text,.hito2-text,.hito3-text,.hito4-text {
  position: relative;
  display: inline-block;
  padding: 1em 2em;
  border-radius: 10px;
  text-align: left;
  font-size: 2vw;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
    filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.5));
}
/*
.hito1-text::after,.hito2-text::after,.hito3-text::after,.hito4-text::after {
  content: "";
  position: absolute;
  top: 28%;
  left: 0;
  border-style: solid;
  border-width: 10px 20px 10px 0;
  translate: -100% -50%;
}*/
    
.hito1 .hito1-text {
  margin-left: -10%;
  background-color: #F296C5;
    position: absolute;
 top:20%;
 left:30%;
}
    
.hito .working {
 pointer-events: auto;
    cursor: pointer;
}

.hito:hover .working div {
  transition: .3s;
}    
.hito:hover .working div {
    transform: scale(1.1);
}


.hito1-text::after {
  border-color: transparent #F296C5 transparent transparent;
}
    
.hito1:hover .hito1-img{
  animation: hito1 2s linear infinite;
}
@keyframes hito1{
  0%{
    transform: rotate(0deg);
  }
  25%{
    transform: rotate(10deg);
  }
  50%{
    transform: rotate(0deg);
  }
  75%{
    transform: rotate(-10deg);
  }
  100%{
    transform: rotate(0deg);
  }
}


    
.hito2-text {
  margin-left: -15%;
  background-color: #82c8ef;
    position: absolute;
 top:15%;
 left:40%;
}

.hito2-text::after {
  border-color: transparent #82c8ef transparent transparent;
}
    
.hito2:hover .hito1-img{
  animation: hito2 2s linear infinite;
}
@keyframes hito2{
  0%{
    transform: translateX(0);
  }
  25%{
    transform: translateX(20px);
  }
  50%{
    transform: translateX(0);
  }
  75%{
    transform: translateX(-20px);
  }
  100%{
    transform: translateX(0);
  }
}
    
.hito3-text {
  margin-left: -15%;
  background-color: #ff9999;
    position: absolute;
 top:50%;
 left:40%;
}

.hito3-text::after {
  border-color: transparent #ff9999 transparent transparent;
}
    
.hito3:hover .hito1-img{
  animation: hito3 1s linear infinite;
}
@keyframes hito3{
  0%{
    transform: rotateY(0deg);
  }
  100%{
    transform: rotateY(360deg);
  }
}
    
.hito4-text {
  margin-left: -15%;
  background-color: #86c794;
    position: absolute;
 top:23%;
 left:40%;
}

.hito4-text::after {
  border-color: transparent #86c794 transparent transparent;
}
    
.hito4:hover .hito1-img{
  animation: hito5 1s linear infinite;
}
@keyframes hito5{
  0%{
    transform: rotateY(0deg);
  }
  100%{
    transform: rotateY(360deg);
  }
}


.hito5-text,.hito6-text,.hito7-text {
  position: relative;
  display: inline-block;
  padding: 1em 2em;
  border-radius: 10px;
  text-align: left;
  font-size: 2vw;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
    filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.5));
}
/*
.hito5-text::after,.hito6-text::after,.hito7-text::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  translate: 100% -50%;
}*/
    
.hito5-text {
  margin-right: -15%;
  background-color: #f39d5c;
    position: absolute;
 top:25%;
 right:40%;
}

.hito5-text::after {
  border-color: transparent transparent transparent #f39d5c;
}
    
.hito5:hover .hito1-img{
  animation: hito3 2s linear infinite;
}
@keyframes hito5{
  0%{
    transform: translateY(0);
  }
  25%{
    transform: translateY(20px);
  }
  50%{
    transform: translateY(0);
  }
  75%{
    transform: translateY(-20px);
  }
  100%{
    transform: translateY(0);
  }
}
    
.hito6-text {
  margin-right: -15%;
  background-color: #ecea55;
    position: absolute;
 top:25%;
 right:40%;
}

.hito6-text::after {
  border-color: transparent transparent transparent #ecea55;
}
    
.hito6:hover .hito1-img{
  animation: hito6 2s linear infinite;
}
@keyframes hito6{
  0%{
    transform: translateY(0) translateX(0);
  }
  25%{
    transform: translateY(-20px) translateX(20px);
  }
  50%{
    transform: translateY(0) translateX(0);
  }
  75%{
    transform: translateY(-20px) translateX(20px);
  }
  100%{
    transform: translateY(0) translateX(0);
  }
}

    
.hito7-text {
  margin-right: -15%;
  background-color: #99fff7;
    position: absolute;
 top:10%;
 right:35%;
}

.hito7-text::after {
  border-color: transparent transparent transparent #99fff7;
}
    
.hito7:hover .hito1-img{
  animation: hito1 2s linear infinite;
}
@keyframes hito1{
  0%{
    transform: rotate(0deg);
  }
  25%{
    transform: rotate(10deg);
  }
  50%{
    transform: rotate(0deg);
  }
  75%{
    transform: rotate(-10deg);
  }
  100%{
    transform: rotate(0deg);
  }
}


.hito span{
    font-size: 1.2em;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
}
.hito1-text span{
    color: #29A6EC;
}
.hito2-text span{
    color: #ff9999;
}
.hito3-text span{
    color: #27A642;
}
.hito4-text span{
    color: #FF77BC;
}
.hito5-text span{
    color: #ecea55;
}
.hito6-text span{
    color: #34DACD;
}
.hito7-text span{
    color: #f39d5c;
}





.hito-modal{
	/*width:100%;
    display:flex;
    flex-wrap:wrap;*/
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
    max-width: 800px;
}


.hito-modal-box{
	/*width: 31.25%;
	margin: 0 3.125% 2.375em 0;*/
    width: 100%;
    height: 100%;
	margin: 0 0 0 0;
    font-size: min(2vw,18px);
    color: #fff;
    position: relative;
    max-height: 90vh;
    overflow-y: scroll;
}

.hito-modal-box::-webkit-scrollbar {
  display: none;
}

.hito-modal-bg01{
  background: linear-gradient(0deg, rgba(176, 207, 214, 1), rgba(0, 131, 186, 1));
}

.hito-modal-bg02{
  background: #ab60a3;
}

.hito-modal-bg03{
  background: #f3ead3;
    color: #333;
}

.hito-modal-bg04{
  background: #86bd66;
}

.hito-modal-bg05{
  background: #4dbcca;
}



.hito-modal-box .close {
  /* モーダルウィンドウを基準に位置を調整 */
  /* position: absolute;
  top: .5em;
  right: .5em;
  cursor: pointer;
  font-size: 2.5em;
    line-height: .6;
    font-weight: 100;
    z-index: 100;*/
}

.hito-modal-box .close-box{
    width: 100%;
    text-align: right;
}
.hito-modal-box .close-box .close {
  /* モーダルウィンドウを基準に位置を調整 */
  cursor: pointer;
  font-size: 2.5em;
    line-height: .6;
    font-weight: 100;
    
    margin: 0.5em 0.5em 0 0;
}

.hito-modal-box01{
    width: 90%;
    padding: 0 5% 1vw 5%;
    overflow: hidden;
}

.hito-modal-title{
    font-size: 2em;
    line-height: 1.2;
    padding: .5em 0 0.8em 0;
}

.hito-modal-title01{
  color: #F296C5;  
}
.hito-modal-title02{
  /*color: #f39d5c;*/
  color: #F7BE93;
}
.hito-modal-title03{
  color: #82c8ef;  
}
.hito-modal-title04{
  color: #ecea55;  
}
.hito-modal-title05{
  /*color: #ff9999;*/
  color: #FFC5C5;
    padding: 1.2em 0 0.5em 0;
}


.hito-modal-title span{
    font-size: .7em;
}


.hito-modal-text{
    font-size: 1.3em;
    font-weight: normal;
    padding-bottom: 2em;
    line-height: 1.2;
}

.hito-modal-img{
    width: 100%;
    text-align: center;
    
}

.hito-modal-img01{
    width: 100%;
    
}

.hito-modal-img02{
    width: 90%;
    
}
.hito-modal-img03{

    width: 90%;
    
}

.hito-modal-img04{
    width: 90%;
    
}

.hito-modal-img05{
    width: 70%;
    padding-bottom: 1em;
    
}

