@charset "utf-8";

html, body{
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 12px;
  color: #fff;
  background: #000;
  margin-top: 0 !important;
}
.fadeIn{
  opacity: 0;
  transform: translate(0, 5%);
  -webkit-transform: translate(0, 5%);
  transition: .3s ease-out;
  -webkit-transition: .3s ease-out;
}
.fadeIn.scrollIn{
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transition: .8s ease-out;
  -webkit-transition: .8s ease-out;
  transition-delay: .3s;
}
img{
  width: 100%;
  height: auto;
}
a{
  color: #fff;
  text-decoration: none;
}
.back-btn a{
  text-align: center;
  border-bottom: solid 1px #fff;
  display: flex;
  width: fit-content;
  margin: 0 auto;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

/***** header *****/
header{
  height: 100vh;
  height: 100dvh;
  position: relative;
}
header h1{
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 60px;
  text-align: center;
  font-weight: 500;
  opacity: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  width: 100%;
}
header .contact-btn{
  text-align: center;
  position: absolute;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  left: 50%;
  bottom: 20%;
  font-weight: 500;

}
header .contact-btn a{
  display: block;
  padding: 0.4em 0;
  opacity: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
}

header .contact-btn a:hover{
  text-decoration: line-through;
}
header.anim1 h1{
  opacity: 1;
  transition: .5s;
}
header.anim2 .contact-btn a{
  opacity: 1;
  transition: .5s;
}
/***** header *****/

/***** contact-page *****/
.inner{
  padding: 80px 100px;
  max-width: 1100px;
  margin: 0 auto;
}
.page h1{
  text-align: center;
  font-size: 40px;
  margin-bottom: 80px;
  overflow: hidden;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.page h1 .title{
  transform: translateY(120%);
  transition: transform 1.5s cubic-bezier(.075,.82,.165,1);
}
.page h1.scrollIn .title{
  transform: translateY(0%);
  transition-delay: .3s;
}
.page form p{
  margin-bottom: 30px;
}
.page form p label{
  font-size: 14px;
}
.page form label span.label-name{
  display: block;
/*   padding-bottom: 10px; */
}
.page form input{
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.page form input, 
.page form textarea{
  display: block;
  width: 100%;
  padding: 10px;
  background: #000;
  box-sizing: border-box;
  border-radius: 0;
  border: solid 1px #fff;
  height: 50px;
  color: #fff;
}
.page form textarea{
  height: 300px;
  resize: vertical;
}
.page form input[type="submit"]{
  width: 20%;
  margin: 0 auto;
  color: #000;
  background: #fff;
  margin-top: 100px;
  cursor: pointer;
  transition: .3s;
}
.page form input[type="submit"]:hover{
  background: #000;
  color: #fff;
  border: solid 1px #fff;
  transition: .3s;
}
/***** contact-page *****/

/***** contactページ コメント *****/
.wpcf7-not-valid-tip{
  color: #dc3232;
  font-weight: 600;
  padding-top: 10px;
}
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output{
  text-align: center;
  background: #962408;
  border: none;
  padding: 10px;
}
.wpcf7 form.sent .wpcf7-response-output{
  text-align: center;
  background: #0f675f;
  border: none;
  padding: 10px;
}
.wpcf7 form .wpcf7-response-output{
  margin: 2em 0.5em 2em;
}
/***** contactページ コメント *****/

/***** profile *****/
.page #profile{
  position: relative;
  z-index: 1;
}
.page #profile:before{
/*   content: ""; */
/*   background: url(../images/other2.jpg) no-repeat; */
/*   background-size: cover; */
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: -1;
/*   background: linear-gradient(135deg,  rgba(0,0,0,1) 0%,rgba(69,69,69,1) 40%,rgba(69,69,69,1) 60%,rgba(0,0,0,1) 100%); */
/*
  background: linear-gradient(90deg,  rgba(0,0,0,1) 0%,rgba(69,69,69,1) 40%,rgba(69,69,69,1) 60%,rgba(0,0,0,1) 100%);
  background: linear-gradient(90deg,  rgba(69,69,69,1) 0%,rgba(0,0,0,1) 40%,rgba(0,0,0,1) 60%,rgba(69,69,69,1) 100%);
*/
  background: #393939;
}
.page .profile-area{
  text-align: center;
/*
  background: linear-gradient(135deg,  /* rgba */(0,0,0,1) 0%,rgba(69,69,69,1) 40%,rgba(69,69,69,1) 60%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

/*   padding: 50px 30px 30px; */
  margin-bottom: 60px;
}

.page .profile-area .ap{
  width: 50%;
  max-width: 400px;
  margin: 0 auto;
  overflow: hidden;
}
.page .profile-area .ap img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transition: 3s ease-out;
  -webkit-transition: 3s ease-out;
}
.page .profile-area .ap.fadeIn{
  transform: none;
}
.page .profile-area .ap.scrollIn img{
  transform: scale(1);
  transition: 3s ease-out;
  -webkit-transition: 3s ease-out;
}
.page .profile-area .profile-text{
  line-height: 1.8em;
  max-width: 730px;
  margin: 0 auto;
}
.page .profile-area .works{
  line-height: 1.8em;
  max-width: 700px;
  margin: 0 auto;
}
.page .profile-area .name{
  line-height: 2.6em;
  padding: 20px 0;
}
.page .profile-area .name h2{
  font-size: 18px;
}
.page .profile-area .name p{
  font-size: 16px;
}
.page .profile-area  .works{
  border: solid 1px;
  padding: 15px;
  margin: 20px auto 0;
}
.page .profile-area .btn{
  padding: 50px 0;
}
.page .profile-area .btn a{
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  padding: 17px 0;
  box-sizing: border-box;
  background: #fff;
  border: solid 1px #fff;
  color: #000;
  width: 20%;
  margin: 0 auto;
  transition: .3s;
  -webkit-transition: .3s;
}
.page .profile-area .btn a:hover{
  background: #000;
  border: solid 1px #fff;
  color: #fff;
  transition: .3s;
  -webkit-transition: .3s;
}

/* 色変え */
/*
.page #profile{
  color: #000;
}
.page #profile:before{
  background: #d6d6d6;
}
.page #profile .back-btn a{
  color: #000;
  border-bottom-color: #000;
}
*/

/***** profile *****/

/***** footer *****/
footer .copyright{
  position: absolute;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  left: 50%;
  bottom: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
footer .footer-page .copyright{
  position: static;
  transform: none;
  text-align: center;
  padding: 20px 0 30px;
}
/***** footer *****/

@media (max-width: 768px){
  .inner{
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 640px){
  .page form input[type="submit"],
  .page .profile-area .btn a{
    width: 40%;
  }
  .page .profile-area .ap{
    width: 70%;
  }
}
@media (max-width: 480px){
  header h1{
    font-size: 50px;
    font-size: 40px;
  }
  .inner{
    padding: 50px 30px;
  }
  .page h1{
    margin-bottom: 50px;
  }
  .page form input{
    height: 40px;
  }
  .page form textarea{
    height: 150px;
  }
  .page form input[type="submit"]{
    margin-top: 50px;
  }
  .wpcf7 form.sent .wpcf7-response-output{
    line-height: 1.5em;
  }
  .wpcf7 form.invalid .wpcf7-response-output, 
  .wpcf7 form.unaccepted .wpcf7-response-output, 
  .wpcf7 form.payment-required .wpcf7-response-output{
    line-height: 1.5em;
  }
  .page .profile-area .ap{
    width: auto;
    max-width: 480px;
    margin: 0 -30px;
  }
  .page .profile-area .name{
    line-height: 2em;
  }
  .page .profile-area .name h2{
    font-size: 16px;
  }
  .page .profile-area .name p{
    font-size: 12px;
  }
  .page .profile-area .btn a{
    width: 50%;
  }
  
}
