/* --------------------------- */
/* kv
/* --------------------------- */

.kv-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  height: 630px;
  position: relative;
  background-image: url(../images/home/kv.jpg);
  background-size: cover;
}

.kv-copy {
  position: absolute;
  top: 340px;
  left: 23.6%;
  color: #fff;
}

.kv-catch {
  font-size: 4.8rem;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: .10em;
} 

.kv-message {
  font-size: 1.6rem;
  line-height: 2.5;
  letter-spacing: .10em;
}

/* --------------------------- */
/* works
/* --------------------------- */
.works-list {
  flex-wrap: wrap;
}

.works-item {
  width: 47.4%;
  margin-bottom: 20px;
}

.works-img-wrapper {
  margin-bottom: 8px;
  background-color: #fff;
  border: 0.5px solid #bababa;
}

.works-item a {
  display: block;
  transition: .3s;
}

.works-item a img {
  transition: .3s;
}

.works-item a:hover {
  opacity: .8;
  transition: .3s;
}

.works-title {
  font-weight: normal;
}

.works-category {
  display: block;
  font-size: 1.2rem;
  color: #777;
  margin-top: 5px;
  font-weight: normal;
}

/* --------------------------- */
/* about
/* --------------------------- */

.profile-img-wrapper {
  width: 180px;
  margin-right: 60px;
}

.profile-text {
  max-width: 520px;
  margin-bottom: 40px;
}

.name {
  margin-bottom: 10px;
  font-size: 2rem;
}

.name span {
  padding-left: 20px;
  font-size: 1.4rem;
}

@media screen and (max-width:768px) {
  /* --------------------------- */  
  /* kv
  /* --------------------------- */
  .kv-wrapper {
    height: 62vh;
    min-height: 380px;
  }
  
  .kv-copy {
    top: 210px;
    left: 40px;
  }
  
  .kv-catch {
    font-size: 3.6rem;
  }

  .kv-message {
    font-size: 1.2rem;
    line-height: 2;
  }

  /* --------------------------- */
  /* works
  /* --------------------------- */

  .works-item {
    width: 100%;
    margin-bottom: 24px;
  }

  .btn_top {
    margin: 0;
  }

}

@media screen and (max-width:375px) {
  /* --------------------------- */  
  /* kv
  /* --------------------------- */
  .kv-wrapper {
    background-position: 50% 0;
  }

  .kv-catch {
    font-size: 3rem;
    margin-bottom: 10px;
    line-height: 1.5;
  }

  .kv-message {
    font-size: 1rem;
  }

  /* --------------------------- */  
  /* about
  /* --------------------------- */
  .profile-wrapper {
    flex-direction: column;
  }

  .profile-img-wrapper {
    margin-right: 0;
    margin-bottom: 40px;
  }

  .name {
    text-align: center;
  }

  .btn_top {
    margin: auto;
  }

}