@charset "utf-8";

html {
  font-size: 62.5%;
}


body {
  /* background-color: #5294f7; */
  color: #fff;

  font-family: 'Noto Sans JP', 'Roboto', sans-serif;
  font-weight: 300;
  

  
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#88bfe8+0,70b0e0+100;Blue+3D+%2317 */
background: rgb(136,191,232); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(136,191,232,1) 0%, rgba(112,176,224,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(136,191,232,1) 0%,rgba(112,176,224,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(136,191,232,1) 0%,rgba(112,176,224,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88bfe8', endColorstr='#70b0e0',GradientType=0 ); /* IE6-9 */

}


#container {
  /* width: 90%; */
  margin: 0 auto;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.8rem;
  overflow: hidden;
}

a:hover {
  opacity: 0.7;
}

nav {
  background-color: #fff;
  height: 50px;
}


nav ul {
  display: flex;
  justify-content: center;

}

nav ul li {
  padding: 0 5%;
}

nav ul li a {
  text-decoration: none;
  color:rgb(136,191,232);
  display: block;
  line-height: 50px;
}




/******** ホバー時に線を引くcssアニメーション *********/

nav ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
nav ul li a::after {
  position: absolute;
  bottom: 10px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: rgb(136,191,232);
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
nav ul li a:hover::after {
  transform: scale(1, 1);
}

nav ul li a:hover {
  opacity: 1;

}

/******** ホバー時に線を引くcssアニメーション end *********/

header {
  height: 70vw;
  position: relative;
}

header h1 ul {
  display: flex;
  justify-content: center;
}

header h1 ul li {
  list-style-type: none;
}

/********* h1フェイドインアニメーション ***********/

.fadein-a {
  opacity: 0;
  transform : translate(0, -50px);
  transition : all 800ms;
}

.fadein-b {
  opacity: 0;
  transform : translate(0, 20px);
  transition : all 1400ms;
}
.fadein-c {
  opacity: 0;
  transform : translate(0, 40px);
  transition : all 1200ms;
}
.fadein-d {
  opacity: 0;
  transform : translate(0, -10px);
  transition : all 1700ms;
}
.fadein-e {
  opacity: 0;
  transform : translate(0, 20px);
  transition : all 1000ms;
}
.fadein-f {
  opacity: 0;
  transform : translate(0, -10px);
  transition : all 1800ms;
}



.fadein-g {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 900ms;
}
.fadein-h {
  opacity: 0;
  transform : translate(0, -10px);
  transition : all 1500ms;
}
.fadein-i {
  opacity: 0;
  transform : translate(0, 30px);
  transition : all 1100ms;
}
.fadein-j {
  opacity: 0;
  transform : translate(0, 20px);
  transition : all 1600ms;
}
.fadein-k {
  opacity: 0;
  transform : translate(0, -20px);
  transition : all 1200ms;
}
.fadein-l {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 1500ms;
}



.fadein.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}




/********* h1フェイドインアニメーション ここまで ***********/


h1 {
  font-size: 6rem;
  margin: 30% 5% 15% 5%;
  font-weight: normal;
  line-height: 7rem;
}

#miyuki {
  letter-spacing: 0.9rem;
}

#tanaka {
  letter-spacing: 0.4rem;
}

header p {
  font-size: 2rem;
  letter-spacing: 0.5rem;
  
}

#airplane {
  width: 20px;
  translate: 45;
  position: absolute;
  /* top: 69.5vw; */
  top: 54vw;
  left: -100px;

}

#airplane-cloud {
  width: 1000px;
  /* translate: 45; */
  position: absolute;
  /* top: 72vw; */
  top: 57vw;
  left: -1150px;

}

/*********** 飛行機アニメーション ************/

@keyframes airplane {
	0% {
		transform: translateX(0);
  }
  
	100% {
		transform: translateX(1000px);
	}
}

#airplane {
	animation-name: airplane;
  animation-duration: 3s;
  animation-timing-function: ease-in;
}


/* @keyframes airplane-cloud {
	0% {
		transform: translateX(0);
  }
  
	100% {
		transform: translateX(1000px);
	}
}

#airplane-cloud {
	animation-name: airplane-cloud;
  animation-duration: 4s;
  animation-timing-function: ease-in;
} */




/*********** 飛行機アニメーション end ************/

main {
  width: 95%;
  margin: 0 auto;
  max-width: 1100px;


}

h2 {
  font-size: 2.2rem;
  font-weight: normal;
  margin-bottom: 7%;
  margin-top: 15%;
  letter-spacing: 0.3rem;
}

.square {
  width: 90%;
  height: auto;
  border: 1px solid #fff;
  padding: 4rem 1.5rem;
  margin: 0 auto;

}


#skill-list dl {
  overflow: hidden;
}

#skill-list dl dt {
  text-align: left;
  float: left;
  width: 45%;
  padding-left: 5%;
  padding-top: 5%;
}

#skill-list dl dd {
  /* display: flex; */
  width: 60%;
  padding-left: 40%;
  padding-bottom: 5%;
  padding-top: 5%;
  border-bottom: 1px dotted #fff;
}

#skill-list dl dd img {
  width: 10%;
  padding: 0 2%;
}



.works {
  margin-bottom: 7%;

  /* background-color:rgba(255,255,255,0.1); */
  /* border: none; */
  
  text-align: left;

}

.works img {
  width: 100%;
}



.works h3 {
  padding: 2rem 0;
}

span {
  display: block;
}

.works p:first-of-type {
  margin-bottom: 10%;
  width: 100%;
  display: block;
  font-size: 1.5rem;

  /* color: #333; */
  color: #fff;
}

/* .works-text {
  width: 90%;
  margin: 0 auto;
  font-size: 1.5rem;
} */

#file a {
  display: block;
  margin-top: 2.5%;
  font-size: 1.5rem;
  /* margin-right: 2%; */
}


.works dl{
  margin: 5% 0;
  /* overflow: hidden; */
}

.works dt {
  margin: 4rem 0 2rem 0;
  /* border-bottom: 1px solid #3596c6; */
  border-bottom: 1px solid #fff;
  /* border-bottom: 1px solid #333; */


  /* background-color: #3596c6; */
  /* color: #fff; */
  width: auto;
  font-weight: 300;

}

/* .works dt {
  float: left;
} */

.works dd {
  /* padding-left: 150px; */
  margin-bottom: 5%;
}


/************ スクロールで線を引くアニメーション ***************/

/* .Text-Span {
  position: relative;
  z-index: 1;
}
.Text-Span:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0%;
  height: 1px;
  background: #fff;
  z-index: -1;
  transition: all 0.8s;
}
.Text-Span.isActive:after {
  width: 100%;
} */

/************ スクロールで線を引くアニメーション ここまで ***************/

#profile {
  /* display: flex; */
  padding: 7%;
  margin: 8% 0;
}

#profile img {
  width: 100%; 
  height: 100%;
  margin-top: 8%;
  margin-bottom: 5%;

}

#profile-text {
  text-align: left;
  width: 100%;
  margin-top: 5%;
}

#profile-text p:first-child {
  font-size: 2rem;
  /* margin-bottom: 10%; */
  /* text-align: center; */
}

#profile-text p:nth-of-type(2) {
  margin: 7% 0;

}


/******** ページトップへ戻る **********/
#page_top{
  width: 80px;
  height: 80px;
  position: fixed;
  right: 2%;
  bottom: 0;  background-image: url(../images/white-cloud.png);
  background-size: contain;
  background-repeat: no-repeat;
  
  /* border-radius: 50%; */
  /* background: #fff; */
  /* opacity: 0.6; */
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: rgb(136,191,232);
  position: absolute;
  width: 25px;
  height: 25px;
  top: -2px;
  bottom: 0;
  right: -30px;
  left: 0;
  margin: auto;
  text-align: center;
}

/******** ページトップへ戻る ここまで **********/


footer {
  background-color: #fff;
  height: 50px;
  color: rgb(136,191,232);
}

footer p small {
  line-height: 50px;
  font-size: 1.3rem;
}



/********* 要素フェイドインアニメーション *********/

/*フェードインアニメ*/
/*右から左にフェードイン*/
.cloud-up {
  /* opacity: 0.1;
  transform: translateY(10px);
  transition: all 1s; */
}
.cloud-up.scrollin {
  opacity: 1;
  transform: translate(0);
}

.up1 {
  opacity: 0.1;
  transform: translateY(10px);
  transition: all 1s;
}

.up2 {
  opacity: 0.1;
  transform: translateY(10px);
  transition: all 1.2s;
}
.up3 {
  opacity: 0.1;
  transform: translateY(10px);
  transition: all 1.4s;
}
.up4 {
  opacity: 0.1;
  transform: translateY(10px);
  transition: all 1.6s;
}
.up5 {
  opacity: 0.1;
  transform: translateY(10px);
  transition: all 1.8s;
}





/********* 要素フェイドインアニメーション ここまで *********/





/************** PC表示（768px～） *****************/


@media only screen and (min-width: 768px) {


  /*********** 飛行機アニメーション ************/

  #airplane {
    top: 240px;
  }
  
  #airplane-cloud {
    top: 250px;
  }
  

  @keyframes airplane {
    
    100% {
      transform: translateX(3000px);
    }
  }

  #airplane {
    animation-duration: 5.3s;
  }


  @keyframes airplane-cloud {
    
    100% {
      transform: translateX(3000px);
    }
  }

  #airplane-cloud {
    animation-duration: 5.3s;
    width: 1800px;
    left: -1950px;


  }

  /*********** 飛行機アニメーション ここまで ************/


#container {
  font-size: 1.5rem;
}

nav {
  height: 60px;
  font-size: 1.9rem;
}

nav ul li a {
  line-height: 60px;
}


header {
  height: 30vw;
}


h1 {
  font-size: 5rem;
  display: flex;
  justify-content: center;
  margin-bottom: 3%;
  margin-top: 25%;

}

#miyuki {
  padding-right: 5%;
}

.span {
  display: inline;
}


h2 {
  font-size: 3rem;
  margin-bottom: 5%;
  margin-top: 12%;
}

h3 {
  font-size: 1.9rem;
}

.square {
  font-size: 1.6rem;
  padding: 4rem;
}

.works {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3%;
  font-size: 1.5rem;
  line-height: 2.6rem;
}

.works dt {
  font-weight: 300;
}

#file a {
  display: inline-block;
  margin-right: 5%;
  margin-top: 3%;

}

.work-text {
  width: 45%;
}

.point {
  width: 45%;
}

.works p:first-of-type {
  font-size: 1.5rem;
  margin-bottom: 5%;
  font-weight: 300;
}

.point dl {
  margin-top: 0;
}


.point dl dt:first-child {
  margin-top: 0;
}





#skill-list dl dt {
  font-size: 1.8rem;
  /* padding-left: 10&; */
  padding-top: 2.2%;
  letter-spacing: 0.2rem;
  width: 30%;
}

#skill-list dl dd {
  padding: 2%;
  width: 100%;
  padding-left: 50px;
}

#skill-list dl dd img {
  width: 5%;
}

#profile {
  padding-top: 0.5%;
}

#profile h2 {
  margin-bottom: 10%;
}


#profile img {
  width: 60%;
  margin-top: 0;
  margin-bottom: 10%;
}

#profile-text {
  width: 60%;
  margin: 0 auto;
}

#profile-text p:first-child {
  text-align: left;
}

#profile-text p:nth-of-type(2) {
  margin-top: 4%;
}




}
