/* Base */
html{
  font-size: 62.5%;
}
body{
  font-size: 1.4rem;
  font-weight: 300;
  color: #333;
  font-family: 'nimbus-sans','Noto Sans JP',sans-serif;
  line-height: 1;
  letter-spacing: .05em;
  background-color: #fff;
}
/* 'Helvetica Neue' */
img{
  width: 100%;
  vertical-align: bottom;
}
a{
  color: #333;
  text-decoration: none;
}
ul{
  list-style: none;
}
/* セクション関連 */
.text-bold{
  font-weight: 400;
  /* color: #222; */
}
.text-regular{
  font-weight: 300; 
}
.text-center{
  text-align: center;
}
.text-gray{
  color: #999;
}
.multi-lines{
  line-height: 2;
}
.flex-rc{
  display: flex;
  justify-content: space-between;
}
.flex-center{
  display: flex;
  justify-content: center;
}
.flex-start{
  display: flex;
  justify-content: flex-start;
}
/* works */
.kv-wrapper{
  padding: 75px ;
  max-width: 1000px;
  margin: 0 auto;
  /* height: 550px;
  box-sizing: border-box; */
}
.section-wrapper{
  padding: 50px 80px;
}
.section-wrapper:first-of-type{
  padding-top: 0;
}
/* .section-wrapper:last-of-type{
  margin-bottom: -50px;
} */
.section-wrapper.padding-bottom-0{
  padding-bottom: 0px;
}
.section-inner,
.bg-gray.section-inner{
  max-width: 1000px;
  margin: 0 auto;
}
.works-copy{
  width: 46.5%;
}
.works-copy.section{
  width: 100%;
}
.subtitle{
  margin-bottom: 2px;
}
.body-copy{
  max-width: 42vw;
}
.section-copy{
  margin-bottom: 20px;
}
.section-copy.under{
  margin: 20px 0 0;
}
.link-title{
  margin-top: 20px;
  /* text-decoration: underline solid #333; */
  /* text-decoration-thickness: 1px;
  text-underline-offset: 2px; */
}
.link:hover{
  color: #999;
}
.center{
  margin: 0 auto;
}
.border{
  border: 1px solid #eeeeee;
  box-sizing: border-box;
}
.credit{
  padding: 150px 0 110px;
}
.bg-gray{
  background-color: #fafafa;
  width: 100vw;
}

/* header */
.header{
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1440px;
  height: 90px;
  padding: 75px 80px 0;
  align-items: center;
  box-sizing: border-box;
  background-color: #fff;
}
.site-title{
  font-weight: 400;
}
.nav-list{
  display: flex;
  justify-content: space-between;
}
.nav-item{
  margin-right: 40px;
}
.nav-item:last-of-type{
  margin-right: 0px;
}
/* sitetitle_hover */
a .hover-title{
  display: inline-block;
}
a:hover .hover-title{
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
  transition: .1s;
}
a:hover .hover-title:nth-of-type(1) {
  -webkit-transition-delay: .02s;
  transition-delay: .02s;
}
a:hover .hover-title:nth-of-type(2) {
  -webkit-transition-delay: .03s;
  transition-delay: .03s;
}
a:hover .hover-title:nth-of-type(3) {
  -webkit-transition-delay: .04s;
  transition-delay: .04s;
}
a:hover .hover-title:nth-of-type(4) {
  -webkit-transition-delay: .05s;
  transition-delay: .05s;
}
a:hover .hover-title:nth-of-type(5) {
  -webkit-transition-delay: .06s;
  transition-delay: .06s;
}
a:hover .hover-title:nth-of-type(6) {
  -webkit-transition-delay: .07s;
  transition-delay: .07s;
}
a:hover .hover-title:nth-of-type(7) {
  -webkit-transition-delay: .08s;
  transition-delay: .08s;
}
a:hover .hover-title:nth-of-type(8) {
  -webkit-transition-delay: .09s;
  transition-delay: .09s;
}
a:hover .hover-title:nth-of-type(9) {
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}
a:hover .hover-title:nth-of-type(10) {
  -webkit-transition-delay: .11s;
  transition-delay: .11s;
}
a:hover .hover-title:nth-of-type(11) {
  -webkit-transition-delay: .12s;
  transition-delay: .12s;
}
a:hover .hover-title:nth-of-type(12) {
  -webkit-transition-delay: .13s;
  transition-delay: .13s;
}
a:hover .hover-title:nth-of-type(13) {
  -webkit-transition-delay: .14s;
  transition-delay: .14s;
}
a:hover .hover-title:nth-of-type(14) {
  -webkit-transition-delay: .15s;
  transition-delay: .15s;
}
a:hover .hover-title:nth-of-type(15) {
  -webkit-transition-delay: .16s;
  transition-delay: .16s;
}
a:hover .hover-title:nth-of-type(16) {
  -webkit-transition-delay: .17s;
  transition-delay: .17s;
}
a:hover .hover-title:nth-of-type(17) {
  -webkit-transition-delay: .18s;
  transition-delay: .18s;
}
a:hover .hover-title:nth-of-type(18) {
  -webkit-transition-delay: .19s;
  transition-delay: .19s;
}
a:hover .hover-title:nth-of-type(19) {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}
a:hover .hover-title:nth-of-type(20) {
  -webkit-transition-delay: .21s;
  transition-delay: .21s;
}
a:hover .hover-title:nth-of-type(21) {
  -webkit-transition-delay: .22s;
  transition-delay: .22s;
}

/* menu_hover */
a .hover-text {
  display: inline-block;
}
a:hover .hover-text{
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
  transition: .1s;
}
a:hover .hover-text:nth-of-type(1) {
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}
a:hover .hover-text:nth-of-type(2) {
  -webkit-transition-delay: .12s;
  transition-delay: .12s;
}
a:hover .hover-text:nth-of-type(3) {
  -webkit-transition-delay: .14s;
  transition-delay: .14s;
}
a:hover .hover-text:nth-of-type(4) {
  -webkit-transition-delay: .16s;
  transition-delay: .16s;
}
a:hover .hover-text:nth-of-type(5) {
  -webkit-transition-delay: .18s;
  transition-delay: .18s;
}
a:hover .hover-text:nth-of-type(6) {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}
a:hover .hover-text:nth-of-type(7) {
  -webkit-transition-delay: .22s;
  transition-delay: .22s;
}

/* burger */
.burger-btn{
  display: none;
}
/* footer */
.footer{
  width: 100%;
  height: 75px;
  display: table;
  align-items: center;
}
.footer-text{
  font-size: 12px;
  align-items: center;
  display: table-cell;
  vertical-align: middle;
}
  /* ーーーーPC2ーーーー */
@media screen and (max-width:1000px){
  .header{
    padding: 75px 20px 0;
  }
  .kv-wrapper{
    padding: 75px 20px;
  }
  .section-wrapper{
    padding: 50px 20px;
  }
  .works-copy{
    width: 46.35%;
  }
  .body-copy{
    max-width: 100%;
  }
  /* .section-inner{
    padding: 0 20px;
  } */
  }
  /* ーーーーTabletーーーー */
  @media screen and (max-width:768px){
    .section-inner,
    .bg-gray.section-inner{
      max-width: 768px;
      margin: 0 auto;
    }
    /* header */
    .header{
      height: 55px;
      padding: 40px 20px 0px;
    }
    .header-nav{
      display: none;
      position: fixed;
      top: 128px;
      left: 0px;
      width: 100%;
      height: 100%;
      background-color: #fff;
    }
    .nav-list{
      display: flex;
      flex-direction: column;
      position: absolute;
      top: 33%;
      left: 50%;
      transform: translate(-50%,-50%);
    }
    .nav-item{
      margin: 0 0 60px;
      text-align: center;
    }
    .nav-item:last-of-type{
      margin-bottom: 0px;
    }
    body.noscroll{
      overflow: hidden;
    }
    .burger-btn{
      display: flex;
      flex-wrap: wrap;
      width: 25px;
      margin-bottom: -15px;
      transition: .3s;
    }
    .bar{
      display: block;
      width: 5px;
      height: 5px;
      background-color: #333;
      margin-bottom: 5px;
      /* transition: .3s; */
    
    }
    .bar-left,.bar-middle{
      margin-right: 5px;
    }
      /* burger ボタンクリック */
    .burger-btn.cross .bar{
      border: 1px solid #333;
      background-color: #fff;
      box-sizing: border-box;
      transition: .3s;
    }
    /* .burger-btn .bar-left{
      transition: .3s;
    }
    .burger-btn .bar-middle{
      transition: .3s;
    }
    .burger-btn .bar-right{
      transition: .3s;
    } */
    
    /* kv */
    .kv-wrapper{
      padding: 75px 0;
    }
    .section-wrapper{
      padding: 50px 20px;
    }
    .works-copy{
      width: 100%;
    }
    .first{
      margin-bottom: 50px;
    }
    .body-copy{
      max-width: 100%;
    }
  }

    /* ーーーーSPーーーー */
    @media screen and (max-width:540px){
      .section-inner,
      .bg-gray.section-inner{
        max-width: 540px;
        margin: 0 auto;
      }
      .kv-wrapper{
        padding: 75px 0 50px;
        max-width: 540px;
      }
      .section-wrapper{
        padding: 50px 20px;
        max-width: 540px;
      }
      .works-copy{
        width: 100%;
      }
      .works-copy,.credit,.section-copy,.subtitle,.name,.profiele,.year,.discription{
        font-size: 1.2rem;
      }
      .first{
        margin-bottom: 50px;
      }
      .body-copy{
        max-width: 100%;
        /* padding: 0 20px; */
      }
      .footer{
        width: 100%;
        height: 50px;
        display: table;
        align-items: center;
      }
      .footer-text{
        font-size: 10px;
        align-items: center;
        display: table-cell;
        vertical-align: middle;
      }
      .credit{
        padding: 150px 0 120px;
      }
      .link-title{
        font-size: 1.2rem;
      }
      a:hover .hover-title{
        -webkit-transform: none;
        transform: none;
        transition: none;
      }
    }