
.webdesignmock,.logomock,.writingmock,.retouchmock{
    opacity: 0.9;
    border-radius: 16px;

}

/*ホバーエフェクト*/

  .grayscale-img:hover img {
    filter: grayscale(100%);
  }
  .grayscale-img img {
    transition: .3s ease-in-out;
    width: 80%;
    margin: 0 auto;

    /* margin-left: 10%; */
  }

.header{
    background: #F5F5F3;
}
.list1,.list2,.list3,.list4{
    
    display: flex;
    gap: 0px 0px;
    margin-bottom: 80px; 

}


.btn{

color: #101010;
}
.container {
    animation: zoomin 3s ease-out forwards;
  }
  
  @keyframes zoomin {
    0% {
      opacity: 0;
      transform: scale(0.7);
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }
@media (min-width: 769px){
/* .inside-line {

    outline-offset: 0vw;
    display: block;
    text-decoration: none;
    outline: 16px solid #FFFFFF;
} */
/*========= タイピング ===============*/

.TextTyping span {
	display: none;
}
/* 一文字ずつ */

/*========= 1文字ずつ出現させるためのCSS ===============*/

.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;}
}

.about__container {
    display: flex;
    flex-direction: column;
}
/* .about__images{

    margin-left: -20vw;
    width: 100%;
} */
/*文字列後ろの線の設定*/
.TextTyping::after {
	content: "|";
	animation: typinganime .8s ease infinite;
}

@keyframes typinganime{
	from{opacity:0}
	to{opacity:1}
}



/* mvの記述 */


.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-family: didot;
    font-weight: 900;
    text-align: center;
    padding-top: 4vw;
    font-size: 7.7vw;
    margin-bottom: 3vw;
    letter-spacing: 7px;
}
.animation{
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-duration: 1.5s;
}
.keyframe2{
	animation-name: anim_h;
  }
  
  @keyframes anim_h {
	0% {
	  transform: translate(0px, 0);
	}
	100% {
	  transform: translate(30px, 0);
	}
  }
  .top-font{
	font-family: didot; 
}
.mv{

    padding-top: 3vw;
}
.mv-img{

        /* margin-left: 10%; */
        margin: 0 auto;
        width: 40vw;
        margin-top: 0px;
        max-width: 1060vw;
}
.top{

    background: #F5F5F3;

    padding-bottom: 160px;
}
.topimg{
	
    border-radius: 24vw 24vw 0 0;
    width: 90%;

}
.asamiportfolio{


    padding-left: 20%;
    position: absolute;
    z-index: 9999;
    margin-top: 23%;
    width: 44%;
    /* text-align: center; */
    align-items: center;
    margin: 0 auto;
    padding-top: 15%;
    padding-left: 90%;
    padding-left: 23%;
}
}
.rotating-animation {
    
    /* background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: absolute;
    top: -30%;
    left: 54%;
    top: -15%;
    left: 71%;
    display: block;
    cursor: pointer;
    width: 800px;
    height: 640px;
    margin-top: 280px;
    width: 780px;
    height: 460px;
    height: 600px;
    height: 620px;
    width: 14%;
     */
    display: none;
}

.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: 32px;
	background-image: url(../images/yajirusi_pc.png);  */
}

.rotating-animation span::after {
	/* position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/welcome_pc.png);
	animation: rotating 20s linear infinite; */
}
/* 
@keyframes rotating {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
} */




.white-text{
    
    margin: 0 auto;
    /* padding-top: 132px; */
    color: #fff;
	text-shadow: 1px 0 0 #101010, 0 1px 0 #101010, -1px 0 0 #101010, 0 -1px 0 #101010;
    font-weight: bolder;
    font-size: 100px;
    color: rgba(0,0,0,.0);
    text-align: center;
    -webkit-text-stroke: 1px #FFF;
    margin: 0 auto;
    opacity: 0.4;
    margin-bottom: 100px;
    margin-top: -180px;
    text-align: right;
}

.cover-text {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.12em;
    line-height: 1.3;
    letter-spacing: -0.012em;
    padding-bottom: 0;
    display: inline-block;
}

/* .inside-line2 {

		outline-offset: -2vw;
		width: 300px;
		display: block;
		text-decoration: none;
		outline: 1px solid #000;
	
	
	} */
/* aboutの記述 */
.momony{
	display: none;
}
.about{
    /* padding-right: -50px;

    padding-inline: 0px; */

    margin-inline: auto;
    padding-inline: 8vw;

    /* background: #fff; */

    background: #F5F5F3;
    color: #333;
    
    padding-bottom: 120px;

}
/* .about span,.works span{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
} */
.works h2{
	
    padding-bottom: 120px;
    padding-inline: 8vw;
    font-weight: bolder;
    font-size: 6vw;
    color: rgba(0,0,0,.0);
    text-align: left;
    -webkit-text-stroke: 2px #101010;
    /* margin: 0 auto; */
    opacity: 0.4;
    /* transform: rotate(-90deg); */
    /* margin-left: -78vw; */
    /* margin-top: 110px; */
    transform-origin: bottom;
    padding-top: 120px;
    padding-top: 120px;
}
.about h2,.works h2{

    font-weight: bolder;
    font-size: 6vw;
    color: rgba(0, 0, 0, .0);
    /* text-align: center; */
    -webkit-text-stroke: 2px #000;
    /* margin: 0 auto; */
    opacity: 0.4;
    /* transform: rotate(-90deg); */
    /* margin-left: -78vw; */
    padding-top: 0px;
    transform-origin: bottom;
    padding-bottom: 80px;

}

/* .momony{

    border-radius: 32px;
}  */
.about__inner{

    margin-inline: auto;

    gap: 7vw;
    margin-left: 10vw;
    margin-right: 10vw;
    max-width: 1160px;
	margin: 0 auto;
}
.about__container {
    justify-content: space-between;
    align-items: center;

    display: flex;
    flex-direction: row;
/* 
    gap: 78px;
    display: flex;

	align-items: center; */

/* 
    align-items: flex-end;
    flex-direction: row; */
}
.yashi {
	
    padding-inline: 37.5px;
    width: 100%;
    position: relative;
    order: -1;
    margin-left: 0;
    margin-bottom: 0;
    /* margin-right: 8%; */
    width: 80%;
}
/* .yashi img{

    border-radius: 32px;
} */
.about__block {

    width: 45vw;

}
.about-sentence{
    max-width: 720px;
    padding-bottom: 90px;

    text-align: left;
		
}
.animation{
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-duration: 1.5s;
}
.keyframe5{
	animation-name: anim_sc;
	transform: scale(0.85,0.85);
}

@keyframes anim_sc {
	100% {
	transform: scale(1,1);
	}
}

.about-title{
	font-weight: lighter;
    font-size: 80px;
    padding-bottom: 80px;
/* 
	text-shadow:
		0 0 7px #fff,
		0 0 10px #fff,
		0 0 20px #fff,
		0 0 40px #b2ebf5,
		0 0 80px #b2ebf5,
		0 0 90px #b2ebf5 */

	/* font-family: 'Monoton', 'cursive';
font-weight: 400;
  font-size: 128px; */
}

/* 
.rip{

    margin-left: 300px;
    margin-top: -230px 
} */

.name{

    margin-bottom: 40px;
    text-align: left;
    font-size: 17px;
}

.introduce{

    margin-bottom: 40px;
    font-size: 14px;
    line-height: 3;
}
.btn6 {
	position: relative;
	border: none;
	border-bottom: 1px solid #666;
	width: 240px;
	max-width: 90%;

    padding-top: 20px;
	
}
a{

    color: #B9B5E0;
}
.btn6::before {
	content: "";
	display: block;
	width: 30px;
	height: 1px;
	background: #666;
	rotate: 40deg;
	position: absolute;
	right: -3px;
	bottom: 9px;
}
.animation{
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-duration: 1.5s;
  }
.keyframe2{
	animation-name: anim_h;
  }
  
  @keyframes anim_h {
	0% {
	  transform: translate(0px, 0);
	}
	100% {
	  transform: translate(30px, 0);
	}
  }

.check-img{
	/* width:100%;
	max-width: 100%;
	height: auto; */

    /* padding-top: 100px; */
	/* height: 50vw; */
    overflow: hidden; 
	/* padding-top: 86px; */
	
    margin: 0 auto;
	/* opacity: 0.9; */
	/* background-repeat: no-repeat;
	background-size: cover;
	background-position: center; */
	margin: 0;
	/* padding-bottom: 100px; */
	width: 100%;


}



/* worksの記述 */
.works{

    text-align: center;
    margin: 0 auto;
    /* max-width: 279px; */
    background-color: #ffffff;
    padding-bottom: 40px;
    color: #101010;
    padding-top: 120px;
}
.works h2{
    padding-top: 60px;
}
.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);
	}
}
.works-list{
	
   
    margin-inline: auto;
    padding-inline: 8vw;
    padding-inline: 160px;
}

/* .list1,.list2,.list3,.list4{
    
    display: flex;
    gap: 0px 0px;
    margin-bottom: 80px; 

} */
.webdesignmock,.logomock,.writingmock,.retouchmock
{   
	
    margin-left: 16px;
    filter: saturate(100%);
}
.works-title{
	font-weight: bold;
    padding-top: 120px;
	color: #fff;
    padding-bottom: 90px;
    font-size: 80px;
    font-weight: lighter;
    text-align: center;
}
.webdesign-button,.logo-button,.retouch-button,.writing-button{
	cursor: pointer;
	outline: none;
	border: none;
	background-color: #fff;
	padding: 0.8em 1.2em;
	border-radius: 30px;
	font-size: 0.8rem;
	color: black; 
	background-size: 100% 100%;
}
.botton_area{
	text-align: center;
	padding-bottom: 48px;
}

.works-genre{
   
    font-weight: normal;
    font-style: oblique;
    font-family: "Times New Roman";
    color: gray;
    margin-bottom: 8px;
    /* color: var(--gray); */
    font-size: 14px;
    margin-top: 30px;
    padding-left: 10px;
    text-align: left;
    margin-left: 10%;
}
.webdesign-sentence,.logo-sentence,.retouch-sentence,.writing-sentence{

    line-height: 2;
    padding: 8px 10px 50px;
    margin: 0 auto;
    /* padding-top: 140px; */
    margin: 0 auto;
    text-align: left;
    margin-left: 10%;
}
    /* color: #0e0e10;
}
.img-wrapper {
	transition: 0.3s;
  }
  
  .img-wrapper:hover {
filter: brightness(0.8);
  } 
  .img-wrapper

.webdesign-img,.logo-img,.retouch-img,.writing-img{
	width: 88%;
}


.fadein {
	opacity : 0;
	transition : all 1s;
  }
	
  .fadein.active{
	opacity : 1;
  }



.getintouch{

    height: 50vw;
    overflow: hidden;
    /* padding-top: 86px; */
	/* padding-top: 140px;  */

	/* opacity: 0.8; */
	/* padding-bottom: 115px; */

.contact-img{
	width: 100%;
	text-align: center;
	opacity: 0.9;
}
.works{

    padding-top: 120px;
}



/* スマホの記述 */
@media(max-width: 768px){


/* mvの記述 */
.mv{

    background: #f5f5f3;
    padding-bottom: 50px;
}
/* .mv-img{
    
    width: 88%;
    margin-top: 64px;
    margin: 0 auto;
    margin-top: 40px;
	} */

.topimg{
	
    width: 100%;
    border-radius: 180px 180px 0 0;
} 
.container{
    padding-top: 10%;
    padding-inline: 10%;
}
.list1, .list2,.list3,.list4 {
   
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
} 
.about__container {
    justify-content: space-between;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.works h2{
    padding-bottom: 80px;
}
.inside-line {
    
    margin-top: 56px;
    /* outline-offset: 0vw; */
    width: 80vw;
    /* text-decoration: none; */
    /* outline: 16px solid #FFFFFF; */
    padding-bottom: 120px;
}
	.name-animation {
		padding-top: 16vw;
		font-size: 12vw;
		text-align: center;
		font-family: didot;
	}
.asamiportfolio{

    padding-left: 20%;
    position: absolute;
    z-index: 9999;
    margin-top: 23%;
    width: 70%;
    /* text-align: center; */
    align-items: center;
    margin: 0 auto;
    padding-top: 40%;
    /* padding-left: 90%; */
    padding-left: 10%;
}
	.rotating-animation {
		
        padding-top: 0;
        overflow: hidden;
        position: absolute;
        top: -5%;
        left: 76%;
        display: block;
        cursor: pointer;
        width: 72px;
        height: 550px;
        margin-top: 160px;
        margin: 0px auto;
        margin-top: 18vw;
        margin-left: 1vw;
	}
	
	.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: 6px;
		height: 24px;
		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/welcome_mb.png);
		animation: rotating 10s linear infinite;
	} */
	
	@keyframes rotating {
	0% {
	transform: rotate(0deg);
	}
	100% {
	transform: rotate(360deg);
	}
	}
	

	/* aboutの記述 */

	.about{

    padding-inline: 0px;
    padding-bottom: 30px;
    color: #333;

    background: #f5f5f3;


    padding-bottom: 90px;
	}
	.about__inner{

		padding-inline: 0;
	}
	.about__block {
		
        width: 100%;
        max-width: 80%;
        margin: 0 auto;
        padding-inline: 37.5px;
	}
	.about-title{
		font-size: 48px;
		padding-top: 80px;
		padding-bottom: 40px;
		margin: 0 auto;
		max-width: 318px;
		margin: 0 auto;
	}

.about h2,.works h2 {
   
    font-weight: bolder;
    color: rgba(0,0,0,.0);
    -webkit-text-stroke: 2px #000;
    opacity: 0.4;
    transform-origin: bottom;
    font-size: 40px;
    padding-bottom: 40px;
}


.yashi inside-line2{
padding-right: 100vw;
}
}

	/* .about__container {
		display: flex;
		flex-direction: column;
	} */
	.yashi{
    align-items: center;
    /* margin: 0 auto; */
	
	}

/* .inside-line2 {

    outline-offset: -5vw;

    display: block;
    text-decoration: none;
    outline: 1px solid #000;
} */

/* .about__images{

    margin-left: -20vw;
    width: 100%;
} */
	/* .about__container {
		gap: 64px;
		

	} */
	.name{

		margin-bottom: 24px;
		
		font-size: 16px;


		/* margin-bottom: 32px;
		font-size: 16px;
		margin-top: 40px; */
	}

	.about-sentence {
		/* text-align: center;
		max-width: 680px;
		margin: 0 auto;
		padding-bottom: 60px; */
		margin-bottom: 44px;
		font-size: 13px;
		line-height: 2;
	}


.introduce{

    text-align: left;
    margin-bottom: 40px;
    font-size: 13px;
    line-height: 2;
}

.check-img{
	opacity: 0.9;
    margin: 0;
    padding-bottom: 0;
    width: 100%;
}
.btn6 {
	position: relative;
	border: none;
	border-bottom: 1px solid #666;
	width: 160px;
	max-width: 90%;
	
}
a{

    color: #333;
}
.btn6::before {
	content: "";
	display: block;
	width: 30px;
	height: 1px;
	background: #666;
	rotate: 40deg;
	position: absolute;
	right: -3px;
	bottom: 9px;
}


/* worksの記述 */
.works{
    text-align: center;
    margin: 0 auto;
    /* max-width: 279px; */
    background-color: #ffffff;
    padding-bottom: 40px;
    color: #101010;
    padding-top: 60px;
}
.works h2{
    padding-top: 0;
}
.works-list{
	/* color: #0e0e10; */
    /* display: flex;
    flex-wrap: wrap; */
    padding-inline: 30px;
}
.webdesignmock, .logomock, .writingmock, .retouchmock {
    border-radius: 8px;
}
/* .works h2{
   
    padding-bottom: 40px;
    font-size: 40px;
    padding-top: 60px;
    font-weight: bolder;
    color: rgba(0, 0, 0, .0);
    -webkit-text-stroke: 2px #101010;
    opacity: 0.4;
    transform-origin: bottom;
    text-align: left;
    padding-inline: 30px;
} */

/* .works-title {

    padding-top: 80px;
    padding-bottom: 48px;
	text-align: center;
    font-size: 48px;
    text-align: center;
	color: #fff;
}
 */


.grayscale-img img {
    transition: .3s ease-in-out;
    width: 90%;
    margin: 0 auto;
    /* margin-left: 10%; */
}
.webdesign-sentence,.logo-sentence,.retouch-sentence,.writing-sentence{

    line-height: 2;
    padding: 8px 20px 60px;
    text-align: center;
    /* margin: 0 auto; */
    max-width: 279px;
    font-size: 15px;
    text-align: left;


    margin-left: 0%;


}
.webdesign-img,.logo-img,.retouch-img,.writi
ng-img{

    width: 64%;
    margin-left: 4px;
}

.works-genre {
    color: gray;
    /* margin-bottom: 4px; */
    /* color: var(--gray); */
    font-size: 12px;
    margin-top: 16px;
    padding-left: 10px;
    text-align: left;

    padding-left: 10px;

    margin-left: 3%;

}








@media(width: 390px){
.rotating-animation {
    
    padding-top: 0;
    overflow: hidden;
    position: absolute;
    top: 3%;
    left: 76%;
    margin-top: -60px;
    margin-left: -60px;
    display: block;
    cursor: pointer;
    width: 80px;
    height: 550px;
    margin-top: 160px;
    margin: 0px auto;
}

.white-text {
    font-size: 360%;
    padding-top: 70px;
}


}

@media(width: 375px){
	.rotating-animation {
		
        margin-top: 14vw;
        margin-left: 0vw;
	}

/* .about-title {
    
    text-align: left;
    font-size: 50px;
    padding-top: 40px;
    padding-bottom: 40px;
} */
	} 


@media(width: 430px){
.white-text {
    font-size: 8vw;
    padding-top: 180px;
}
	}



@media(width: 1024px){
    .rotating-animation {
        
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: absolute;
   
    top: -18%;
    left: 70%;
    display: block;
    cursor: pointer;
    width: 800px;
    height: 640px;
    margin-top: 280px;
    width: 780px;
    height: 460px;
    height: 600px;
    height: 620px;
    width: 14%;
    }
    .introduce {
        margin-bottom: 40px;
        font-size: 14px;
        line-height: 2.2;
    }
}    





@media(min-width: 1900px){

.rotating-animation {
top: -2%;
left: 69%;

}

.topimg {
    width: 100%;
    border-radius: 380px 380px 0 0;
}

.about__inner {
max-width: none;
    margin: 0 auto;
}
}



@media(min-width:768px){


.works-list {
    /* color: #0e0e10; */
    padding-inline: 8vw;
}
.works-genre {
    font-weight: normal;
    font-style: oblique;
    font-family: "Times New Roman";
    color: gray;
    margin-bottom: 8px;
    /* color: var(--gray); */
    font-size: 14px;
    margin-top: 30px;
    /* padding-left: 10px; */
    text-align: left;
    margin-left: 4%;
}
.webdesign-sentence, .logo-sentence, .retouch-sentence, .writing-sentence {
    line-height: 2;
    /* padding: 8px 0px 60px; */
    text-align: center;
    /* margin: 0px auto; */
    max-width: 100%; 
    font-size: 15px;
    text-align: left;
    /* padding-left: 0px; */
    margin-left: 2%;
}
.yashi{
    width: 80%;
}
.works{
    padding-top: 120px;
}
}