html{
  font-size: 62.5%;
  background-color: #ffffff;
}
body{
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 100;
  color: #333333;
  letter-spacing: 0.05em;
  line-height: 120%;
}
#wrapper {
  width:100%;
  overflow:hidden;
}
main{
  height: 100%;
}
a{
  text-decoration: none ;
  color: inherit;
}
li{
  list-style: none;
}

.load-fade {
  opacity : 0; 
  transition : all 1s/*処理にかかる時間*/;
}
.load-up.done, .load-fade.done{
  opacity : 1; 
  transform : translate(0, 0);
}

/* ------------------------------- */
/* humberger */
/* ------------------------------- */
#menuToggle{
  display: block;
  position: relative;
  top: 57px;
  left: 60px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}
#menuToggle a{
  text-decoration: none;
  color: #232323;
  transition: color 0.3s ease;
}
#menuToggle a:hover{
  color: tomato;
}
#menuToggle input{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  -webkit-touch-callout: none;
}
/*
 * Just a quick hamburger
 */
#menuToggle span{
  display: block;
  width: 33px;
  height: 2px;
  margin-bottom: 7.2px;
  position: relative;
  background: #cdcdcd;
  border-radius: 4px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}
#menuToggle span:first-child{
  transform-origin: 0% 0%;
}
#menuToggle span:nth-last-child(2){
  transform-origin: 0% 100%;
}
/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}
/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3){
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2){
  transform: rotate(-45deg) translate(0, -1px);
}
/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu{
  position: absolute;
  width: 100%;
  margin: -100px 0 0 -60px;
  padding: 60px;
  padding-top: 125px;
  background: #DADADA;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  opacity: 80%;
}
#menu li{
  padding: 10px 0;
  font-size: 12px;

}
/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul{
  transform: none;
}

@media screen and (max-width: 650px){
  #menuToggle{
    left: 20px;
  }
  #menu{
    margin: -100px 0 0 -20px;
    padding-left: 20px;
  }
}

/* ------------------------------- */
/* nav */
/* ------------------------------- */
.signature-img{
  width: 230px;
  height: 94px;
}
.signature-wrapper{
  padding-top: 20px;
  margin: 0 auto;
  width: 230px;
}


/* ------------------------------- */
/* main */
/* ------------------------------- */
/* ------------ */
/* mainpage */
/* ------------ */
.fv{
  width: 100%;
}
.fv-wrapper{
  width: 650px;
  margin: 0 auto;
  padding-top: 165px;
}
h1{
  font-size: 15px;
  font-family: 'Raleway Dots', cursive;
  width: 72px;
  color: #333333;
  padding-top: 30px;
  left: 50%;
  transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
  position: relative;
  display: inline-block;
  text-decoration: none;
  transition: 0.5s;
}
h1:hover{
  color: #C4C4C4;
}
h1::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 0.5px;
  background: #C4C4C4;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
h1:hover::after {
  transform: scale(1, 1);
}

@media screen and (max-width: 670px){
  .fv-wrapper{
    width: 90%;
  }
}

/* ------------ */
/* profile */
/* ------------ */
h2{
  font-size: 15px;
  font-family: 'Raleway Dots', cursive;
  width: 72px;
  margin: 0 auto;
  color: #333333;
  padding-top: 97px;
}
.profile-picture{
  width: 210px;
  height: 210px;
}
.profile-wrapper{
  width: 550px;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  padding-top: 50px;
}
.profile-text-wrapper{
  width: 210px;
  height: 210px;
}
.profile-text{
  font-size: 12px;
}
.career-wrapper{
  padding-top: 190px;
}
.carrer-text{
  font-size: 15px;
  border-bottom: solid;
  border-bottom-color: #333333;
  border-bottom-width: 0.5px;
  padding-bottom: 5px;
}
.carrer-text-wrapper{
  padding-bottom: 25px;
  width: 650px;
  margin: 0 auto;
}
.carrer-text-wrapper-padding{
  padding-bottom: 0;
}

@media screen and (max-width: 650px){
  .profile-wrapper{
    display: block;
    width: 200px;
  }
  .profile-picture{
    margin-bottom: 30px;
  }
  .career-wrapper{
    padding-top: 100px;
  }
  .carrer-text-wrapper{
    width: 90%;
  }
  .carrer-text{
    font-size: 10px;
  }
}

/* ------------ */
/* gallery */
/* ------------ */
h3{
  font-size: 12px;
  width: 43px;
  margin: 0 auto;
  padding-top: 50px;
  font-family: 'Raleway Dots', cursive;
  left: 50%;
  transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
  position: relative;
  display: inline-block;
  text-decoration: none;
  transition: 0.5s;
}
h3:hover{
  color: #C4C4C4;
}
.gallery-title-wrapper{
  padding-bottom: 150px;
}
h3::after {
  position: absolute;
  bottom: 1px;
  left: 0;
  content: '';
  width: 100%;
  height: 0.5px;
  background: #C4C4C4;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
h3:hover::after {
  transform: scale(1, 1);
}
h4{
  font-size: 12px;
  font-family: 'Raleway Dots', cursive;
  width: 670px;
  margin: 0 auto;
  color: #333333;
  padding-top: 97px;
  padding-bottom: 10px;
}
.portrait-img{
  width: 200px;
  height: 200px;
  margin-bottom: 25px;
  margin-right: 25px;
}
.img-padding{
  margin-right: 0;
}
.img-margin{
  margin-bottom: 0;
}
.modal-img{
  width: 80%;
  height: 80%;
}
*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.content{
  margin: 0 auto;
  width: 670px;
}
.modal{
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
}
.modal__bg{
  background: rgba(0,0,0,0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.modal__content{
  background: #fff;
  left: 50%;
  padding-left: 10vw;
  padding-top: 10vh;
  padding-bottom: 10vh;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 70%;
}
.portrait-text1{
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  width: 670px;
  margin: 0 auto;
  padding-top: 8px;
}
.portrait-text2{
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  width: 670px;
  margin: 0 auto;
}

@media screen and (max-width: 650px){
  .content{
    width: 200px;
  }
  h4{
    width: 200px;
  }
}

/* ------------------------------- */
/* footer */
/* ------------------------------- */
.button-wrapper{
  width: 650px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding-top: 190px;
}
.button {
  display: inline-block;
  width: 110px;
  height: 20px;
  text-align: center;
  text-decoration: none;
  outline: none;
  background-color: transparent;
  border: 0.5px solid #E4E4E4;
  color: #333;
  font-size: 12px;
  font-family: 'Raleway Dots', cursive;
  transition: 1s;
}
.button:hover {
  background-color: #E4E4E4;
}
.small-wrapper{
  padding-top: 20px;
  padding-bottom: 20px;
  width: 115px;
  margin: 0 auto;
}
small{
  font-size: 12px;
  font-family: 'Raleway Dots', cursive;
}

@media screen and (max-width: 650px){
  .button-wrapper{
    display: block;
    width: 110px;
    padding-top: 100px;
  }
  li{
    padding-bottom: 30px;
  }
  .padding-last{
    padding-bottom: 20px;
  }
}