.p-creators{
  padding-bottom: 150px;
}
.p-creators__inner{
  max-width: 1440px;
  margin: 45px auto 0;
}
.p-creators__groups{
 margin-top: 60px; 
}
.p-creators__group{
  display: flex;
  align-items: flex-start;
  margin-bottom: 120px;
}
.p-creators__group:last-child{
  margin-bottom: 0;
}
.p-creators__group-title{
  width: 24%;
}
.p-creators__group-title--en{
  font-size: 14px;
  letter-spacing: 0.02em;
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
  color: rgba(51,51,51,.7);
}
.p-creators__group-title--ja{
  font-size: 14px;
  font-weight: 600;
  margin-top: 5px;
}
.p-creators__list{
  /* width: 76%; */
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.p-creators__list .p-creators__item{
  /* width: 32%; */
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 50px;
}
.p-creators__list .p-creators__item:nth-child(4n){
  margin-right: 0;
}
.p-creators__list .p-creators__item:nth-last-child(1),
.p-creators__list .p-creators__item:nth-last-child(2),
.p-creators__list .p-creators__item:nth-last-child(3),
.p-creators__list .p-creators__item:nth-last-child(4){
  margin-bottom: 0;
}
.p-creators__item a:hover .p-creators__thumb img{
  scale: 1.1;
}


.p-creators__thumb{
  width: 100%;
  position: relative;
  overflow: hidden;
}
.p-creators__thumb::before{
  content: "";
  display: block;
  padding-top: calc(300/240*100%);
}
.p-creators__thumb img{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: .3s;
}
.p-creators__info{
  line-height: 1.8;
  margin-top: 15px;
}
.p-creators__name{
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
.p-creators__name--en{
  font-size: 13px;
  color: rgba(51,51,51,.8);
  font-family: "DM Sans", sans-serif;
}
.p-creators__role{  
  font-size: 13px;
  font-weight: 500;
  color: rgba(51, 51, 51, .8);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.p-creators__role span{
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.p-creators__role span::after{
  content: "/";
  display: block;
  /* margin: 0 calc(3 / var(--view-size) * 100vw); */
}
.p-creators__role span:last-child:after{
  content: none;
}
.p-creators__title,
.p-creators__role{
  /* display: block; */
}


@media(max-width: 1440px){

  .p-creators{
    padding-bottom: calc(150/var(--view-size)*100vw);
  }
  .p-creators__inner{
    margin-top: calc(45 / var(--view-size) * 100vw);
  }
  .p-creators__groups{
  margin-top: calc(60 / var(--view-size) * 100vw); 
  }
  .p-creators__group{
    margin-bottom: calc(120 / var(--view-size) * 100vw);
  }  
  .p-creators__group-title--en{
    font-size: calc(14 / var(--view-size) * 100vw);    
  }
  .p-creators__group-title--ja{
    font-size: calc(14 / var(--view-size) * 100vw);
    margin-top: calc(5/var(--view-size)*100vw);
  } 
  .p-creators__list .p-creators__item{    
    margin-bottom: calc(50/var(--view-size)*100vw);
  }
  
  
  .p-creators__info{    
    margin-top: calc(15 / var(--view-size) * 100vw);
  }
  .p-creators__name{
    font-size: calc(16 / var(--view-size) * 100vw);    
  }
  .p-creators__name--en{
    font-size: calc(13 / var(--view-size) * 100vw);    
  }
  .p-creators__role{  
    font-size: calc(13 / var(--view-size) * 100vw);    
  } 

}


@media(max-width: 780px){

  .p-creators{
    padding-bottom: calc(100 / var(--view-size) * 100vw);
  }
  .p-creators__inner{
    margin-top: calc(30 / var(--view-size) * 100vw);
  }
  .p-creators__groups{
    margin-top: calc(35 / var(--view-size) * 100vw);
  }
  .p-creators__list .p-creators__item{
    width: 49%;
    margin-bottom: calc(30 / var(--view-size) * 100vw);
  }
  .p-creators__item a:hover .p-creators__thumb img{
    scale: 1;
  }
  .p-creators__list .p-creators__item:nth-child(3n){
    margin-right: 2%;
  }
  .p-creators__list .p-creators__item:nth-child(2n){
    margin-right: 0;
  }
  .p-creators__list .p-creators__item:nth-last-child(3),
  .p-creators__list .p-creators__item:nth-last-child(4){
    margin-bottom: calc(30 / var(--view-size) * 100vw);
  }
  .p-creators__info{
    margin-top: calc(20 / var(--view-size) * 100vw);
  }

}