

.animation{
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;

}

  
.topimg{
	width: 100%;
}
.rotating-animation {


  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 38%;
  display: block;
  cursor: pointer;
  width: 420px;
  height: 720px;
  margin-top: -1100px;
  width: 12%;
  position: absolute;
}

.animation{
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
}
.keyframe3{
  animation-name: anim_s;
  transform: rotate(30deg);
  animation-duration: 5s;
}

@keyframes anim_s {
  50% {
    transform: rotate(-30deg);
  }
  100% {
    transform: rotate(30deg);
  }
}

.header{

  background: #333;
}

.animation{
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
}
.keyframe1{
  animation-name: anim_v;
}

@keyframes anim_v {
  0% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0, 60px);
  }
}

.rotating-animation {

  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left:37%;
  display: block;
  cursor: pointer;
  width: 420px;
  height: 720px;
  margin-top: -1020px;
  width: 12%;
  position: absolute;
}

.rotating-animation span {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.rotating-animation span::before, .rotating-animation span::after {
	content: '';
	display: block;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.rotating-animation span::before {
	width: 16px;
    height: 30px;
 /* background-image: url(../images/yajirusi_pc.png);  */
} 
 .rotating-animation span::after {
	position: absolute;
	top: 10vw;
	left: 0;
	width: 64%;
	height: 100%;
	background-image: url(../images/scrolldown_pc.png);
	animation: rotating 10s linear infinite;
} 

@keyframes rotating {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}

.mystory-title,.strength-title{
  
  padding-top: 80px;
  text-align: center;
  font-weight: bolder;
  font-size: 66px;
}
.about-area{

  padding-bottom: 180px;

  margin-top: 8vw;

}

.mystory-title{
  
  margin-left: 11%;
  text-align: left;
  /* font-weight: normal; */


  font-family: optima;
  padding-top: 120px;
}

.about-img{
 
  width: 30vw;
}


.eachTextAnime span{opacity: 0;}
.eachTextAnime.appeartext span{ animation:text_anime_on 1s ease-out forwards; }
@keyframes text_anime_on {
0% {opacity:0;}
100% {opacity:1;}
}
.name-animation{

  font-size: 9.3vw;
  padding-top: 48.4vw;
    line-height: 0.8;

	text-align: center;

}

 

.about-area {

  background: #333;
  max-width: 100vw;
  text-align: center;
  /* margin-top: 16vw; */
  margin: 0 auto;
  padding-top: 7vw;
  /* padding-right: 0vw; */
  padding-left: 10vw;

}

  
  /* --- 背景透かし文字の定義 -----------------------------------*/
  .about-name {
    font-family: didot;
    position: absolute;
    display: inline-block;
    white-space: nowrap;
    /* font-size: 10vw; */
    padding-top: 60vw;
    /* line-height: 2; */
    font-weight: 900;
    color: rgba(0, 0, 255, 0.4);
    top: 24%;
    left: 70vw;
    transform: translate(-50%, -50%);
    animation: sample2cAnime 3s linear infinite alternate;
    width: 20vw;

  
  }
  

  .cp_timeline04 {
	position: relative;
	/* margin: 3em auto;
	padding-bottom: 2em; */
}
.cp_timeline04:before {
	
    position: absolute;
    top: 0px;
    left: 45px;
    width: 1px;
    height: 100%;
    content: '';
    color: #333;

    background: #000;
    /* background: #fff; */
}
.cp_timeline04 .timeline_item {
	margin: 0px 0px 0px 80px;
}
.cp_timeline04 .timeline_item .time_date .time {

  font-family: serif;
  font-size: 4.8em;
  font-weight: bold;
  position: relative;
  margin: 0;
  letter-spacing: 3px;
  
    
	/* color: rgba(255, 255, 255, 0.1); */
}
.cp_timeline04 .timeline_item .time_date .time:before {
	position: absolute;
    top: 50%;
    left: -48px;
    width: 20px;
    height: 20px;
    content: '';
    border: 3px solid darkgray;
    border-radius: 12px;
    background-color: darkgray;
    color: gray;
}
.cp_timeline04 .timeline_item .time_date .flag {
	
  font-size: 16px;
  font-weight: 200;
  opacity: 0.8;
  margin: 0;
  margin-top: -8px;
  opacity: 1;
}
.cp_timeline04 .timeline_item .desc {
	font-size: 15px;
    line-height: 40px;
    margin-top: 32px;
    padding-left: 20px;
    border-left: 1px solid #333;
    padding-bottom: 10px;
}

.cp_timeline04  .time_date .time{
  
  color: lightgray;
}
/* 
.time{
opacity: 0.2;
} */
/* .time-1996,.time-2015,.time-2020,.time-2022,.time-2023{
  opacity: 0.2;
} */

@media only screen and (max-width: 767px) {
	.cp_timeline04:before {
		left: 15px;
	}
	.cp_timeline04 .timeline_item .time_date .time:before {
		left: -32px;
	}
	.cp_timeline04 .timeline_item {
		margin: 0px 0px 0px 40px;
	}
	
}

.mystory{


  
  padding-bottom: 180px;
  /* background: #fff; */

  background: #f4f3f0;
  color: #333;
}
.timeline{


  max-width: 1224px;
  margin: 0 auto;
  padding-top: 100px;
/* 
  margin-left: 4%;
  margin-right: 8%; */
}

.time{

    padding-top: 60px;
}

.time-1996{
	padding-top: 0;
}


.checklist{
	list-style: none;  
	max-width: 1224px;
    margin: 0 auto;
/* 
    margin-right: 4%;
    margin-left: 4%; */
}


article{
  overflow: hidden;

  background: #F5F5F3;

  background: #333;
}
.loop_wrap {


  display: flex;
  width: 100%;
  height: 200px;
  overflow: hidden;
  padding-top: 64px;
  font-family: optima;
  opacity: 0.3;
  font-weight: 900;

  }

.loop_wrap div {
    flex: 0 0 auto;
    white-space: nowrap;
    font-size: 100px;
    overflow: hidden;
  
  }

.loop_wrap div:nth-child(odd) {
animation: loop 100s -50s linear infinite;
}

.loop_wrap div:nth-child(even) {
animation: loop2 100s linear infinite;
}

@keyframes loop {
    0% {
      transform: translateX(100%);
    }
    to {
      transform: translateX(-100%);
    }
  }
  
  @keyframes loop2 {
    0% {
      transform: translateX(0);
    }
    to {
      transform: translateX(-200%);
    }
  }

.text-grad{

  background: -webkit-linear-gradient(0deg, #40E0D0, #FF8C00, #FF0080);
  -webkit-background-clip: text;
  /* -webkit-text-fill-color: transparent; */
}

.strength-title{


    padding-bottom: 100px;

}



.strength-li{
	padding: 8px 0;
	border-top: 1px solid #444;
}

h3{

    margin-bottom: 0;
    font-size: 2.2rem;
	font-weight: 100;
	
}

.strength-p{

    line-height: 2.2;
    width: 55%;
    max-width: 627px;
    font-size: 16px;
    text-align: left;
}

.strength-wrapper{

    display: flex;
    justify-content: space-between;
    padding-top: 24px;

    padding-bottom: 100px;
    
}
.strength{

  padding-bottom: 80px;

  background: #F5F5F3;

  background: #333;
}



@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
  .noise {
    filter: contrast(125%) brightness(650%) invert(100%);
    mix-blend-mode: color-dodge;
  }



.top {

  background: #F5F5F3;

}

  }







/* スマホの記述 */

@media(max-width: 768px){

/* mvの記述 */
.about-area{
	width: 200px;
    margin-left: 90px;
    margin-top: 0;
    padding-top: 0;


}
.mv-img{

	margin-top: 0;
}

.mystory-title,.strength-title {
padding-top: 0;
    text-align: center;
    font-weight: bolder;
    font-size: 60px;
    padding-bottom: 80px;
	}
	
	.name-animation {
		padding-top: 4vw;
		font-size: 12vw;
		text-align: center;
	}
	
	
.top{
 
  background: #333;
  /* margin-top: 18vw; */
  /* height: 132px; */
  padding-bottom: 90px;
  padding-top: 16vw;
}
.rotating-animation {
  padding-top: 0;
  overflow: hidden;
  position: absolute;
  top: 42%;
  left: 71%;
  margin-top: -60px;
  margin-left: -60px;
  display: block;
  cursor: pointer;
  width: 100px;
  /* height: 550px; */
  margin-top: 160px;
  margin: 0px auto;
}
	
	.rotating-animation span {
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.rotating-animation span::before, .rotating-animation span::after {
		content: '';
		display: block;
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
	}
/* 	
	.rotating-animation span::before {
		width: 10px;
		height: 14px;
		background-image: url(../images/yajirusi_mb.png);
	} */
/* 	
	.rotating-animation span::after {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-image: url(../images/scrolldown_mb.png);
		animation: rotating 10s linear infinite;
	}
	 */
	@keyframes rotating {
	0% {
	transform: rotate(0deg);
	}
	100% {
	transform: rotate(360deg);
	}
	}




.about-area {
  margin-left: 90px;
  margin-top: 72px;
  padding-bottom: 0vw;
}



.about-name {
    padding-top: inherit;
    font-size: 42px;
}

.mystory{

    margin: 0 auto;
  
    background-color: #fdfdfd;

    padding-bottom: 90px;

}


.mystory-title, .strength-title {
    
    padding-top: 40px;
    text-align: center;
    font-weight: bolder;
    font-size: 40px;
    padding-bottom: 64px;
}


.cp_timeline04 .timeline_item {
    margin: 0px 0px 0px 40px;
}

.time{
    font-size: 16px;
    font-weight: 200;
    opacity: 0.8;
    margin: 0;
    margin-top: -10px;
}
.flag{

    font-size: 16px;
    font-weight: 200;
    opacity: 0.8;
    margin: 0;
    margin-top: -10px;
}
.p{
font-size: 12px;
line-height: 2;
text-align: center;
}



.earth-bg {
  position: relative;
  top: 10vh;
  height: 160px;
}

.circle {
  width: 120px;
  height: 120px;
  background-color: antiquewhite;
  border-radius: 50%;
}
.strength{

    margin: 0 auto;
    max-width: 279px;
}





@keyframes sample2cAnime{
	0% { color : rgba(0, 0, 255, 0) }
  100% { color : #fff }
}


.cp_timeline04 {
  position: relative;

  width: 315px;
  margin: 0 auto;
}
.cp_timeline04:before {
  
  position: absolute;
  top: 0px;
  left: 45px;
  width: 0.5px;
  height: 100%;
  content: '';
  color: #1d1d1d;
}
.cp_timeline04 .timeline_item {
  margin: 0px 0px 0px 80px;
}
.cp_timeline04 .timeline_item .time_date .time {
  font-family: serif;
  font-size: 3em;
  font-weight: bold;
  position: relative;
  margin: 0;
  letter-spacing: 3px;
  opacity: 1;
  
}
.cp_timeline04 .timeline_item .time_date .time:before {
  
    position: absolute;
    top: 74%;
    left: -48px;
    width: 10px;
    height: 10px;
    content: '';
    border: 3px solid #fff;
    border-radius: 8px;
    /* background: #fff; */

    color: #1d1d1d;
}

.cp_timeline04 .timeline_item .time_date .flag {
  
  font-size: 13px;
  font-weight: 200;
  opacity: 1;
  margin: 0;
  margin-top: -2px;
}


.cp_timeline04 .timeline_item .desc {


    font-size: 13px;
    line-height: 26px;
  margin-top: 32px;
  /* padding-left: 20px;
  border-left: 0.5px solid #fff; */
  padding-bottom: 10px;

  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  .cp_timeline04:before {
	  left: 15px;
  }
  .cp_timeline04 .timeline_item .time_date .time:before {
	  
    position: absolute;
    top: 64%;
    left: -34px;
    width: 12px;
    height: 12px;
    content: '';
    border: 3px solid darkgray;
    border-radius: 12px;
    background-color: darkgray;
  }
  .cp_timeline04 .timeline_item {
	  margin: 0px 0px 0px 40px;
  }
  
}

.timeline{
  max-width: 1224px;
  margin: 0 auto;
}

.time{

  padding-top: 60px;
}

.time-1996{
  padding-top: 0;
}


.checklist{
  list-style: none;  
  max-width: 1224px;
  margin: 0 auto;
}


h3{

  text-align: center;
  font-size: 30px;

  letter-spacing: 0.02em;


}


.strength-p{

  width: 250px;
margin-top: 30px;
margin-bottom: 30px;
font-size: 13px;
letter-spacing: 0.02em;
line-height: 2.2;
/* text-align: center; */
}

.strength-wrapper{

  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: stretch;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: none;
  width: 315px;
  margin: 0 auto;
  padding-bottom: 40px;


}
.list3{
  padding-bottom: 50px;
}
.strength{
  max-width: none;

  /* width: 315px; */
  margin: 0 auto;

  padding-bottom: 0px;
}
/* .shootingstar {
  width: 20%;
  margin-top: -58px;
  margin-left: 24px;
}
.star{

  margin-left: 24px;
  width: 15%;
}
.dosei {
  width: 24%;
  margin-left: 264px;
  margin-top: 0px;
} */



.about-area {

  margin: 0 auto;
}

.about-img {

  width: 60vw;
}
.about-name {

  width: 30%;
  padding-top: 136vw;
  /* font-size: 14vw; */
  padding-left: 10vw;
  
}

.rotating-animation {
  
  top: -50vw;
  left: 24vw;
  width: 24vw;
}

.mystory-title{

  padding-top: 60px;
  text-align: left;
  font-weight: bolder;
  font-size: 40px;
  padding-bottom: 24px;
  margin-top: 0px;
  color: #1d1d1d;
  
}
.timeline{

  margin-top: -70px;
}



.loop_wrap {
  
  display: flex;
  width: 100%;
  height: 80px;
  overflow: hidden;
  padding-top: 40px;
  opacity: 0.3;
  font-weight: 900;
}

.loop_wrap div {
  flex: 0 0 auto;
  white-space: nowrap;
  font-size: 40px;
  overflow: hidden;

}

/* フッター */



.footer_inner{
  
  /* margin-top: 64px; */
}


.menuflex{

  display: flex;

  flex-direction: column;

  gap: 0;
}



.footer_area li{
margin-top: 0.4375rem;
font-size: 12px;
}
.footer_area a{
margin-top: 0.4375rem;
color: #fff;
}

.footer-name{

  font-size: 110px;
  height: 120px;
font-size: 100px;
text-align: center;
margin-top: 30px;
/* margin-bottom: -370px; */
font-family: optima;
font-weight: 900;
background: black;
}


.about-ftlink,.works-ftlink,.contact-ftlink,.ig-ftlink{
padding-top: 0;
font-size: 11px;


} 




.contact-email {

padding-bottom: 40px;
font-size: 13px;
}

.contact-title {
margin-bottom: 13px;
padding-top: 80px;
font-size: 14px; 
letter-spacing: 0.08em;
}




}




}

  }

@media (width: 414px){

  }




@media (width: 390px){

  .rotating-animation {
    top: -46vw;
    left: 26vw;
    width: 24vw;
}

.about-name {
  width: 30%;
  padding-top: 120vw;
  /* font-size: 14vw; */
  padding-left: 16vw;
}
}




@media (width: 430px){


  .rotating-animation {
    top: -43vw;
    left: 26vw;
    width: 24vw;
  }

  .about-name {
    width: 30%;
    padding-top: 100vw;
    /* font-size: 14vw; */
    padding-left: 16vw;
}
  }

@media (width: 412px){


}








@media (width: 430px){

}




@media (width: 768px){

  .top {
    background: #333;
    /* margin-top: 18vw; */
    /* height: 132px; */
    padding-bottom: 90px;
    padding-top: 7vw;
}
  .about-name {
    width: 24%;
    padding-top: 48vw;
    /* font-size: 14vw; */
    padding-left: 0vw;
}

.mystory-title {
  padding-top: 60px;
  text-align: center;
  font-weight: bolder;
  font-size: 40px;
  /* padding-bottom: 24px; */
  /* margin-top: 0px; */
  /* color: #1d1d1d; */
  margin-left: 0;
}

}


@media (width: 820px){

  }

@media (width: 1024px){

  .top {
    background: #333;
    /* margin-top: 18vw; */
    /* height: 132px; */
    padding-bottom: 90px;

}
  .about-name {

    padding-top: 48vw;
    padding-left: 0vw;
}

.mystory-title {
  padding-top: 60px;
  text-align: center;
  font-weight: bolder;

  /* padding-bottom: 24px; */
  /* margin-top: 0px; */
  /* color: #1d1d1d; */
  margin-left: 0;
}
.about-area {
  padding-bottom: 40px;
  /* margin-top: 8vw; */
}

.rotating-animation {
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 38%;
  display: block;
  cursor: pointer;
  width: 420px;
  height: 720px;
  margin-top: -1650px;
  width: 16%;
  position: absolute;
}

.about-name {
  padding-top: 40vw;
  padding-left: 0vw;
}
.mystory {
  padding-inline: 10%;
  padding-bottom: 180px;
  /* background: #fff; */
  background: #f4f3f0;
  color: #333;
}
.strength{

  padding-inline: 10%;
}
}

