@charset "UTF-8";

.first-view {
  padding-top:110px;
  
}

.first-view-inner {
  background-image: url(../images/index/firstview_photo_only.png);
  background-repeat: no-repeat;
  max-width: 1200px;
  width: 90%;
  background-position: center center;
  justify-items: center;
  background-size: auto;
  margin: 0 auto;
  position: relative;
}

.first-view-text {
  position: absolute;
  top: 55px;
  left: 0px;
}


.first-view-catch-copy {
  width: 20%;
  max-width: 800px;
  font-family: 'Noto Sans JP', sans-serif;
  writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
  font-size: 40px;
  letter-spacing: 5px;
  padding: 30px;
  font-weight: 500;
  color: #343434;
  text-align: left;
  margin-left: auto;
  margin-right: 0;
  line-height: 70px;
  height: 1000px;
  text-orientation: sideways;
}

.first-view img {
  display: block;
}

.my-profile {
  display: block;
  width: 120px;
  margin: 40px 310px 20px auto;
}

.my-profile-sp {
  display: none;
}

.content-title {
  display: block;
  max-width: 400px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 30px;
  width: 100%;
}

.works {
  padding-top: 45px;
  padding-bottom: 45px;
}

.item-list {
  max-width: 90%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 90px 60px 10px 60px;
  margin: 0 auto;
}

.item-list li {
  width: 22%;
  margin-left: 30px;
  margin-right: 30px;
  padding-bottom: 50px;
}

.item-list img {
  width: 100%;
}


@media (max-width: 800px) {

  .about {
    padding-top: 50px;
  }

  .first-view {
    max-width: 100%;
    background-image: url(../images/index/first_view_text.png),url(../images/index/firstview_photo_only.png);
    margin: 10px auto 0 auto;
    background-size: 70%, cover;
    background-repeat: no-repeat;
    background-position: 20% 20%, center center;
    height: 1000px;
  }

  .first-view-inner {
    display: none;
  }

 
  .first-view-catch-copy {
    font-family: 'Noto Sans JP', sans-serif;
    writing-mode: vertical-rl;
    text-orientation: upright;
    white-space: nowrap;
    font-size: 18px;
    letter-spacing: 4px;
    padding: 30px;
    font-weight: 500;
    color: #B2B2B2;
    text-align: right;
    text-orientation: sideways;
    line-height: 50px;

  }

  .my-profile {
    display: none;
    
  }

  
  .my-profile-sp {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 800px auto 20px auto;
    padding-bottom: 20px;
    max-width: 18%;
  }

  .works {
    padding-top: 35px;
    padding-bottom: 25px;
  }

  .item-list {
    max-width: 100%;
    padding: 40px 40px 10px 40px;
  }

  .item-list li {
    width: 65%;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 35px;
  }

  .content-title {
    display: block;
    max-width: 400px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }


}