.fast_view{
	height: 200vh;
}

.inner{
	max-width: 400px;
	width: 90vw;
	margin: 0 auto;
	position: relative;
	z-index: 1000;
}
.inner>h2{
	margin-bottom: 2vw;
}
.inner>h3{
	margin-bottom: 15px
}


h1 {
	font-family: "Noto Serif", serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	-webkit-text-stroke: 0.05vw #ffffff;
	color: rgb(100, 100, 100);
}


h2,h3,p,h4,h5,a{
	color: rgb(100, 100, 100);
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: bold;
}

h2{
	color: #ffffff;
	font-size: clamp(25px,3.0vw,35px);
    background-image: linear-gradient(90deg, #ffffff 0 20%, #65BBE9 20%);
    background-repeat: no-repeat;
    background-size: 100% 3%;
    background-position: bottom;
	margin-bottom: -5px;
	width: 9.5vw;
	line-height: 1.2;
	padding: 2vw 0 0;
}
h3{
	font-family: "Slabo", serif;
 	font-style: normal;
	font-size: clamp(20px,2.6vw,30px);
	line-height: 2;
	display: inline;
	margin-bottom: 2vw;
}


h3 {
    position: relative;
    padding: 0 1rem;
    font-weight: bold;
    text-align: center;
}

h3::before,
h3::after {
    position: absolute;
    width: 1vw;
    height: 1vw;
    content: '';
}
h3::before {
    border-left: solid #65BBE9 1.5px;
    border-top: solid #65BBE9 1.5px;
    top: 0;
    left: 0;
}
h3::after {
    border-right: solid #65BBE9 1.5px;
    border-bottom: solid #65BBE9 1.5px;
    bottom: 0;
    right: 0;
}



a{
	font-family: "Slabo", serif;
  	font-weight: 400;
 	font-style: normal;
	text-decoration: none;
}
h4{
	font-size: clamp(16px ,1.4vw ,22px);
	display: inline;
	/*border-bottom: dotted 0.1vw #707070;*/
	margin-top: 1vw;
	margin-bottom: 1vw;
	font-weight: 500;
}
h5{
	font-size: clamp(16px ,1.4vw ,22px);
}
p{
	font-size: clamp(14px ,1.3vw ,18px);
	font-weight: bold;
}
.tool{
	font-size: clamp(18px ,2.0vw ,28px);
}



@media(min-width:768px){
	.inner{
		max-width: 1100px;
	}
	h2{
		margin: 0 auto;
		text-align: center;
	}
}


/*マウスストーカー‐‐‐‐‐‐‐‐‐‐‐‐‐‐*/
@media(min-width:768px){
	#stalker {
		pointer-events: none;
		position: fixed;
		top: -8px;
		left: -8px; 
		width: 16px;
		height: 16px;
		background: #65BBE9;
		border-radius: 50%;
		transform: translate(0,0);
		transition: transform 0.3s;
		transition-timing-function: ease-out;
		z-index: 2000;
	}
}

/** {
  cursor: none !important;
}
*/
/*topに戻る-----------*/

.page_top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 0.5vw 1.2vw;
    background-color: #65BBE9;
    color: #ffffff;
    border-radius: 30%;
    text-decoration: none;
    transition: opacity 0.3s;
	z-index: 3000;
	transition: all 0.5s ease-in-out;
	text-align: center;
	line-height: 1.5;
	border: 0.1vw solid #ffffff;
}
.page_top:hover {
	transform: scale(1.1);
	background-color: #ffffff;
	color: #65BBE9;
	border: 0.1vw solid #65BBE9;
}


/*nav----------------------*/
nav{
	display: flex;
	position: absolute;
	right: 10vw;
	top: 2vw;
    z-index: 20;

}
nav>a{
	justify-content: space-between;
	margin-left: 20px;
	font-size: clamp(16px,2vw,24px);
	transition: .3s;
	-webkit-transform: scale(1);
 	transform: scale(1);
}

nav>a:hover{
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	text-decoration: underline 1px;
	text-decoration-skip-ink: none;
	text-underline-offset: -1px;
	transition: 1s all;
	color: #65BBE9;
}
@media(min-width:768px){
	nav>a{
		margin-left: 30px;
	}
}





/*fast view--------------------*/
.fast_view{
	position: relative;
}



.fast_view_inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #26394D;
}
.name {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 500;
}

.circle_inner{
	height: 300vh;
	display: flex;
}
.circle1{
	width: 1vw;
    height: 1vw;
    position: fixed;
    top: -80px;
    left: -80px;
   border-radius: 50%;
   background-color: #65BBE9;
   animation: expand;
   animation-timeline: scroll();
   animation-range: cover 0% contain 100%;
}
.circle2{
	width: 1vw;
    height: 1vw;
    position: fixed;
    top: -80px;
    right: -80px;
   border-radius: 50%;
   background-color: #ffffff;
   animation: expand2;
   animation-timeline: scroll();
	animation-delay: 2s;
   animation-range: cover 0% contain 100%;
}

 @keyframes expand{
   0%{scale: 1;}
 100%{scale: 7000;}
 }
@keyframes expand2{
   0%{scale: 1;}
 100%{scale: 3000;}
	
 }



.fast_view_inner h1 {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-size: clamp(25px,6vw,70px);
  font-weight: 700;
}


.fast_view_inner span{
  transition: 1s;
  opacity: 0;
  transform: translateY(20px);
  display: block;
}
.fast_view_inner span:first-child{
  animation: span_anime 1.4s forwards 1s;　
}

@keyframes span_anime {
  0% {
    transform: translateY(20px);
  }
   100% {
    opacity: 1;
    transform: translateY(0);
  }
}


.name{
	position: absolute;
	top:40vh;
	left: 10vw;
	font-size: clamp(25px,6vw,70px);
	height: 5vh;
}

/*スクロール---------*/

.scroll {
    position  : absolute;
    font-size: clamp(14px ,1.3vw ,18px);
    top : 70%;
    left : 50%;
    transform: translateX(-50%) translateY(-50%);
}
.scroll::after {
    content : '';
    display : inline-block;
    position : absolute;
    background-color: rgb(100,100,100);
    right : 50%;
    bottom : -115px;
    transform : translateX(-50%);
    width : 0.5px;
    height : 100px;
    animation: scroll 2s infinite;
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}


/*category--------*/
.category>h2{
	margin-bottom: 20px;
}

/*common---------*/
.works{
	background-color: rgb(220, 220, 220);
}

.about_skill,.works,.contact{
	background-size: 100%;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1000;
}
.about_skill{
	background-color: #ffffff;
}


/*about-----------------------*/
.about{
	background-color: #26394D;
	margin-top: 5vw;
	margin-bottom: 0;
	padding-bottom: 1vw;
	position: relative;
	z-index: 1000;
}
.about h2, .about h3, .about h4, .about h5, .about p{
	color: #ffffff;
}
.about h2{
	background-image: linear-gradient(90deg, #ffffff 0 20%, #65BBE9 20%);
}
.profile{
	margin-bottom: 3vw;
}
.profile_flex>img{
	max-width: 400px;
	height: auto;
	display: block;
	margin: 0 auto;
	object-fit: cover;
	box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 1);
}


.flex{
	gap: 2vw;
}
.skill{
	padding-bottom: 3vw;
}

.skill_category{
	margin-top: 2vw;
	position: relative;
	padding: 1vw;
	border-top: solid 1px #707070;
	border-bottom: solid 1px #707070;
	/*background-color: rgba(250,250,250,0.7)*/
}
.skill_category:before, .skill_category:after {
  content: '';
  position: absolute;
  top: -7px;
  width: 0.5px;
  height: -webkit-calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: #707070;
}
.skill_category:before {
  left: 7px;
}
.skill_category:after {
  right: 7px;
}


.skill_category:last-of-type{
	padding-bottom: 50px;
	margin-bottom: 0;
}
.skill_category>h4{
	margin-bottom: -50px;
	margin-left: 1vw;
}
.skill_category img{
	width:70%;
}
.center{
	text-align: center;
}

.summary{
	margin-bottom: 10px;
}
.bg_white{
	padding: 0 1vw;
	border-radius: 20px;
	margin-top: -60px;
}
.tool{
	border-bottom: 2px dashed #65BBE9;
}


/*フェードイン‐‐‐‐‐‐‐‐‐*/

.fadeIn {
  opacity: 0; 
  transition: .7s;
  position: relative;
  left: 70px;
}
.active {
  opacity: 1;         /* 透明度を元に戻す */
  left: 0;             /* ずらしていた位置を戻すことで上に上がっているようにみえる */
}

/*‐‐‐‐‐‐‐‐‐*/

@media(min-width:768px){
	.profile>h3{
		margin-bottom: 30px;
	}
	.profile_flex{
		display: flex;
	}
	.profile_flex > img {
		width: 35vw;
	}
	.profile_summary{
		display: flex;
		flex-direction: column;
		margin-left: 60px;
	}
	.profile_summary>h4{
		margin-bottom: 10px;
	}
	.profile_summary>h5{
		margin-bottom: 20px;
	}
	.flex{
		display: flex;
		justify-content: space-around;
		column-gap: 5vw;
		row-gap: 0;
		flex-wrap: wrap;
	}
	.skill_category{
		width: 35vw;
		max-width: 500px;
	}
	.skill_category>h4{
		margin-bottom: 0px;
	}
	.bg_white{
		margin-top: 0px;
	}
	.skill_category>img {
		margin-bottom: 0;
		width: 70vw;
	}
}


/*works-------------------------*/
.works_inner>.work_item>a>img{
	margin-bottom: 40px;	
}
.works{
	padding-bottom: 50px;
	background-color: #26394D;		
}
.works h3, .works h4{
	color: #ffffff;
}

/*.works_inner{
	text-align: center;
}*/
.works_inner>.work_item>p{
	text-align: left;
	margin-bottom: 10px;
}
.works_inner>.work_item_hp>p{
	text-align: left;
	margin-bottom: 10px;
}
.more{
	text-align: center;
	margin-top: 2vw;
	margin-bottom: 2vw;
}
.more>a{
	text-decoration: none;
	background-color: #707070;
	border: 3px solid #707070;
	color: #FFFFFF;
	border-radius: 50px;
	padding: 0.5vw 3vw;
	font-size: clamp(20px,2.4vw,35px);
}
.more>a:hover{
	background-color: #FFFFFF;
	color: #707070;
	border: 3px solid #707070;
}
.works_inner:first-of-type{
	margin-bottom: 40px;
}
.work_item_hp{
	margin-bottom: 2vw;
	overflow:hidden;
}
.work_item_hp img{
	transition:1s all;
}
.work_item_hp img:hover{
	transform:scale(1.2,1.2);
}
.cover{
	overflow: hidden;
}
.work_item, .work_item_logo{
	overflow:hidden;
	margin-bottom: 2vw;
}
.work_item img{
	transition:1s all;
}
.work_item img:hover{
	transform:scale(1.2,1.2);
	transition:1s all;
}
.work_item_logo img{
	transition:1s all;
}
.work_item_logo img:hover{
	transform:scale(1.2,1.2);
	transition:1s all;
}
.work_item_movie {
	width: 100%;
	
}
.work_item_movie iframe{
	text-align: center;
	margin: 0 auto;
	width: 100%;
	aspect-ratio: 16 / 9;
}

@media(min-width:768px){
	.works_inner{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.work_item_hp{
		display: flex;
		flex-wrap: wrap;
	}
	.work_item, .work_item_logo{
		max-width: 30%;
	}
	.works_inner>a>img{
		max-width: 40%;
	}
	.works_inner:first-of-type{
		margin-bottom: 60px;
	}
}

/*contact-------------------------*/
.contact{
	background-color: #ffffff;
}
.contact h2{
	color: rgb(100, 100, 100);
	background-image: linear-gradient(90deg, rgb(100, 100, 100) 0 20%, #65BBE9 20%);
}
.contact_item{
	text-align: center;
	margin-top: 50px;
	padding-bottom: 5vw;

}
.contact_item>a>img{
	width: 10vw;
	max-width: 120px;
	transition: 1s;
	padding-top: 2vw;
	padding-bottom: 2vw;
}
.contact_item>a{
	-webkit-transform: scale(1);
 	transform: scale(1);
}

.contact_item>a>img:hover{
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	transition: 1s;
}
.contact_item>p:first-child{
	margin-bottom: 20px;
}