@charset "utf-8";
* {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
  line-height: 1.6;
  font-family: 'Noto Sans', sans-serif;
  color: #484848;
  background-color: #fff;
  margin: 0 auto;
}
img {
  width: 100%;
}
.pcOnly {
  display: block;
}

#wrapper {
  min-height: 100vh;
  position: relative;
  padding-bottom: 70px;
  box-sizing: border-box;
}

.mainVisual {
  width: 100%;
  height: 600px;
  position: relative;
  margin-bottom: 100px;
  background-color: #212121;
}
.mainVisual.fish {
	  background: url("../image/bg_03.png") no-repeat top 110px left/100% #212121;
}
.mainVisual nav ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: -webkit-space-between;
  justify-content: -ms-space-between;
  justify-content: space-between;
  width: 460px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.mainVisual nav ul li {
  margin-right: 1rem;
}
.mainVisual nav ul li a {
  display: block;
  padding: 0 12px 6px;
  color: #fff;
  text-decoration: none;
}
.mainVisual nav ul a {
  position: relative;
}
.mainVisual nav a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 0%;
  height: 2px;
  background: #fff;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.mainVisual nav a:hover::after {
  width: 100%;
}
.mainVisual nav .current a::after{
  width: 100%;
  height: 2px;
  background: #fff;
}
.mainVisual #wave {
  background: url("../image/bg_01.png") repeat-x;
  position: absolute;
  width: 100%;
  height: 30px;
  bottom: 0;
}
.h1Wrapper #fish img {
  width: 100%;
}

/*main*/
main {
	  margin: 0 auto;
}
h2 {
  font-size: 3.0rem;
}
main section {
  margin: 0 auto;
  padding: 0 80px 140px;
}
main .effectFade {
  opacity : 0;
  visibility: hidden;
	transition: all 1000ms;
	transform: translate(0,70px);
  }
main .effectFade.effectScroll {
  opacity: 1;
	visibility: visible;
	transform: translate(0,0);
}
main h2 {
  margin-bottom: 30px;
  text-align: center;
}
main .work ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: -webkit-space-between;
  justify-content: -ms-space-between;
  justify-content: space-between;
  flex-wrap: -webkit-wrap;
  flex-wrap: -ms-wrap;
  flex-wrap: wrap;
}
main .work ul li {
  padding: 30px 0 0;
	width: 30%;
}

main .button{
	margin-top: 60px;
  text-align: right;
}
main .more {
  padding: 10px 38px;
  background: transparent;
  outline: none !important;
  cursor: pointer;
  transition: all 0.5s ease;
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  border: 1px solid #212121;
  z-index: 1;
}
main .more_white {
  padding: 10px 38px;
  background: transparent;
  outline: none !important;
  cursor: pointer;
  transition: all 0.5s ease;
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  border: 1px solid #ffffff;
  z-index: 1;
}

main .more::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background: #212121;
  transition: all 0.5s ease;
}
main .more_white::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background: #ffffff;
  transition: all 0.5s ease;
}

main .more:hover {
  color: #fff;
}
main .more:hover::after {
  left: 0;
  width: 100%;
}
main .more:active{
  top: 2px;
}
main .more_white:hover {
  color: #212121;
}
main .more_white:hover::after {
  left: 0;
  width: 100%;
}
main .more_white:active{
  top: 2px;
}

main .top_black {
  max-width: auto;
  background: #212121;
  padding-top: 130px;
  color: #fff;
}
main .wave_black {
  background: url("../image/bg_04.png") repeat-x top left/158px #212121;
  padding: 180px 80px 0 ;
  position: relative;
}
main .about .flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: -webkit-center;
  justify-content: -ms-center;
  justify-content: center;
	margin-bottom: 60px;
  padding-top: 30px;
}
main .about .flex > p {
  padding-right: 40px;
}
main .about .flex .profile {
max-width: 50%;
}
main .about .name {
  font-size: 2.6rem;
}
main .about .face {
  width: 240px;
}

main .contact .email {
  background: url(../image/email.png) no-repeat left center/20px;
}
main .contact .instagram {
  background: url(../image/instagram.png) no-repeat left center/20px;
}

.contact {
  margin:0 auto;
  text-align: center;
  max-width: 580px;
}
form {
  text-align: center!important;
  margin: 0 auto!important;
}
.container {
  margin: 0 auto 30px;
  color: #777777;
  padding: 0 50px;
}
.container h2 {
  text-align: center;
}
.container .form-group {
  margin-bottom: 15px;
  text-align: left;
}
#name, #email, #subject, #email_check, #tel,#body{
  width: 100%;
}
.container .form-control {
  border-radius: 0px;
  font-size: 14px;
  height: calc(2.25rem + 2px);
  padding: 1.375rem .75rem;
  border: 1px solid #ced4da;
}
.container .form-control:focus {
  outline: 0;
  box-shadow: inset 0 0px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(206 212 218);
  -webkit-box-shadow: inset 0 0px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(206 212 218);
  color: #484848;
}
label {
  display: block;
  margin-bottom: 4px;
}
textarea.form-control {
  height: 170px!important;
}
.container .btn {
  color: #fff;
  background: #212121;
  border: 2px solid #212121;
  padding: 0.8rem 8.5rem;
  border-radius: 0.5rem;
  cursor: pointer;
}
.container .btn:focus {
  box-shadow: 0 0 0 0.4rem rgb(206 212 218);
  outline: 0;
}
.container .btn:hover {
  background-color: #717171;
  border: 2px solid #717171;
}

main .topButton {
  right: 0;
  margin-right: 15px;
  color: #717171;
}
main .topButton p {
  font-size: 1.2rem;
  font-weight: bold;
}
main .topButton p a{
  position: relative;
  display: block;
}
main .topButton a::after{
  content: "";
  position: relative;
  width: 0;
  height: 0;
  top: 5px;
  left: -50%;
  right: 0;
border-style: solid;
border-width: 0 14px 24.2px 14px;
border-color: transparent transparent #717171 transparent;
}
main .topButton p a:hover {
	color: #969696;
}
main .topButton p a:hover::after {
	border-color: transparent transparent #969696 transparent;
}

main #river {
  background: url(../image/bg_02.jpg) no-repeat;
}
main .instagram {
  width: 5%;
  margin: 0 auto;
  padding: 40px 0;

}

footer {
  background: #212121;
  height: 70px;
  text-align: center;
  display: table;
  width: 100%;
  position: absolute;
  bottom: 0;
}
footer .copyWright {
  color: #fff;
  display: table-cell;
  vertical-align: middle;
}



/*work*/
#work {
  padding: 0 80px 10px;
}
.mainVisual.work {
  height: 160px;
}
main .mainWrapper ul li{
  width: 33%;
  padding: 0 10px;
  margin-bottom: 60px;
}
.work + main {
  width: 90%;
}

/*about*/
.mainVisual.about {
  height: 160px;
}
main .face_about {
  width: 310px;
}
main .about_name .profile {
  font-size: 1.5rem;
}
main #about {
  padding-bottom: 10px;
}

/*skills*/
.skills ul{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
}
.skills ul li {
  width: 150px;
  height: 150px;
  text-align: center;
  margin-left: 20px;
  padding: 10px 20px;
  font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
  border: 1px solid #bfbfbf;
  margin-top: 30px;

  
}
.skills ul li:first-of-type {
  margin-left: 0;
}
.skills .tools {
  padding-top: 0;
}
.skills .tools li {
  margin-top: 20px;
}


/*スマホ表示*/
@media screen and (max-width: 560px) {
  body {
    font-size: 1.5rem;
  }
  .pcOnly {
    display: none;
  }
  .mainVisual {
    margin-bottom: -30px;
  }
  .mainVisual.fish {
    background: url("../image/sp_bg01.png") no-repeat top center/100% #212121;
  }
  .mainVisual nav ul {
    width: 70%;
  }
  
  main section{
    padding: 0 30px 40px;
  }
  main .effectFade {
  opacity : 0;
  visibility: hidden;
	transition: all 900ms;
	transform: translate(0,50px);
  }
  main .effectFade.effectScroll {
  opacity: 1;
	visibility: visible;
	transform: translate(0,0);
  }
  main .effectFade:first-of-type {
    margin-top: 60px;
  }
  main .work {
    margin-top: 60px;
  }
  main h2 {
    margin-bottom: 0;
  }
  main .work ul li {
    padding: 20px 0 0;
    width: 47%;
  }
  main .button {
    margin-top: 30px;
  }
  main .topButton {
    margin-right: 0;
  }
  main .wave_black {
      padding: 60px 30px 0;
      margin-top: 20px;
  }
  main .about .flex {
    padding-top: 20px;
    display: block;
    margin-bottom: 0;
  }
  main .about img {
    width: 100%;
  }
  main .about .flex > p{
    width: 80%;
    padding-right: 0;
    margin: 0 auto;
  }
  main .about .profile {
    width: 100%;
    max-width: 100%!important;
    padding-left: 0;
    padding-top: 10px;
  }
  main .top_black {
    padding-top: 50px;
  }

  .container {
    padding: 0 15px;
    font-size: 1.4rem;
  }
  .container h2 {
    font-size: 3.0rem;
  }
  main .instagram {
    width: 14%;
    margin: 0 auto;
  }
  
  #wrapper {
    padding-bottom: 50px;
  }
  footer {
    height: 50px;
  }
  
  /*work*/
  #work {
    padding: 0 30px 10px;
  }
  .mainVisual .work {
    height: 160px;
  }
  .work + main {
    width: 100%;
  }
  main .mainWrapper ul li {
    margin-bottom: 4px;
  }
  main .mainWrapper ul li p {
    font-size: 1.2rem;
  }
  
  /*about*/
  .mainWrapper.about {
    margin-top: 60px;
  }
  
/*skills*/
.skills ul{
  display: -webkit-inline;
  display: -ms-inline;
  display: inline;
}
.skills ul li {
  width: 100%;
  height: auto;
  margin-left: 0;
  padding: 4px 20px;
  border: 1px solid #bfbfbf;
  margin-top: 14px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
  .skills h2 + ul li:first-of-type {
    margin-top: 20px;
  }
  .skills ul li p {
    width: 50%;
    text-align: end;
  }
  .skills ul li img {
    width: 15%;
    margin-left: 20px;
  }
.skills .tools {
  padding-top: 0;
}
.skills .tools li {
  margin-top: 14px;
}
}
