@charset "UTF-8";

p:not(:last-child) {
    line-height: 1.5;
    margin-bottom: 15px;
  }
  
  a {
    color: #1a6eb9;
  }
  
  a:hover {
    opacity: 0.7;
    cursor: pointer;
  }
  
  .clear::after {
    content: "";
    display: block;
    clear: both;
  }
  
  section {
    padding: 50px 0;
  }
  
  .portfolio-text {
    position: absolute; 
    left: 50%;
    transform: translate(-48%, 0%);
  }
  
  /*--header--*/
  .header {
    width: 100%;
    height: auto;
    background-image: url(../img/brooke-lark-nTZOILVZuOg-unsplash.jpg);
    background-size: cover;
    background-position: center;/*--写真の真ん中を表示*/
  }
  
  .header-logo {
    width: 180px;
    height: auto; 
    padding: 10px;
  }
  
  .nav-link {
    color: #b21eb5;
    font-size: 18px;
  }
  
  .header-nav-item a:hover {
      color: #b460a1;
  }
  /*--header--*/
  
  /*--about me--*/
  .about-me {
    margin-top: 50px;
    margin-bottom: 160px;
  } 
  /*--about me--*/
  
  /*--my works--*/
  .my-works {
  margin-bottom: 300px;
  }
  /*--my works--*/
  
  /*--Others--*/
  .others-text {
  margin-bottom: 100px;
  }
  /*--Others--*/
  
  /*--contact--*/
  .contact-text {
    font-size: 14px;
  }
  
  .contact-email {
    width: 50%;
  }
  
  .contact-btn {
    background-color: #ffae6b;
    border: none;
    width: 40%;
  }
  /*--contact--*/
  
  /*--footer--*/
  footer {
    background-color: #b460a1;
  }
  
  .copyright {
    text-align: right;
  }
  /*--footer--*/

/*--スマホ表示--*/

@media screen and (max-width: 767px) {
   
  .portfolio-text {
    position: absolute;
    left: 30%;
    transform: translate(-19%, 0%);
   } 

  /*--header--*/

  .nav-ul{
    margin-top: -21px;
  }

  .nav-item{
    display: block;
    background-color: #e1ba4ae6;
    opacity: 0.9;
    width: 100px;
    padding: 0 3px;
    margin-left: 250px;
    text-align: center;
  }

  .header-nav-item:not(:last-child) {
    margin-bottom: 3px;
  } 
  /*--header--*/

  /*--about me--*/
  .about-me {
    margin-top: 20px;
    margin-bottom: 300px;
  }
  /*--about me--*/

  /*--my works--*/
  .my-works {
    margin-bottom: 540px;
  }
  /*--my works--*/

  /*--others--*/
  .others {
    margin-bottom: -20px;
  }

  .others-text {
    margin-bottom: 130px;
  }
  /*--others--*/

  /*--contact--*/
    .contact-email {
      width: 90%;
    }

    .contact-btn {
      width: 75%;
    }
  /*--contact--*/

  /*--footer--*/
    .copyright {
      text-align: center;
    }
  /*--footer--*/
}

/*--スマホ表示*--/
