.p-main__lead {
  width: 92.8%;
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 87px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 899px) {
  .p-main__lead {
    padding-top: 80px;
  }
}
.p-main__lead.p-scroll.is-active .p-main__lead-logo {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
.p-main__lead.p-scroll.is-active p {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
.p-main__lead-logo {
  width: 210px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(10px);
  filter: blur(10px);
  transition: transform 1s var(--ease-bound), opacity 1s var(--ease-main), filter 1s var(--ease-main);
}
@media screen and (max-width: 899px) {
  .p-main__lead-logo {
    width: 40%;
  }
}
.p-main__lead-logo svg {
  width: 100%;
  height: auto;
}
.p-main__lead p {
  opacity: 0;
  transform: translateY(10px);
  filter: blur(10px);
  transition: transform 1s var(--ease-bound), opacity 1s var(--ease-main), filter 1s var(--ease-main);
}
.p-main__lead p:nth-of-type(1) {
  transition-delay: 0.1s;
}
.p-main__lead p:nth-of-type(2) {
  transition-delay: 0.2s;
}
.p-main__lead p:nth-of-type(3) {
  transition-delay: 0.3s;
}
.p-main__lead p:nth-of-type(4) {
  transition-delay: 0.4s;
}
.p-main__lead p:nth-of-type(5) {
  transition-delay: 0.5s;
}

.p-op {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  transition: opacity 1.5s var(--ease-main) 1.8s, filter 1.5s var(--ease-main) 1.8s;
  pointer-events: none;
}
.is-load .p-op {
  opacity: 0;
  filter: blur(10px);
}
.p-op__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-op__bg-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: -webkit-clip-path 1.2s var(--ease-main);
  transition: clip-path 1.2s var(--ease-main);
  transition: clip-path 1.2s var(--ease-main), -webkit-clip-path 1.2s var(--ease-main);
}
.p-op__bg-item:nth-of-type(1) {
  background-color: var(--color-black);
}
.p-op__bg-item:nth-of-type(2) {
  background-color: var(--color-white);
  transition-delay: 0.8s;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.is-load .p-op__bg-item:nth-of-type(2) {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.p-op__logo {
  width: 300px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  mix-blend-mode: difference;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: -webkit-clip-path 0.5s var(--ease-in) 0.4s;
  transition: clip-path 0.5s var(--ease-in) 0.4s;
  transition: clip-path 0.5s var(--ease-in) 0.4s, -webkit-clip-path 0.5s var(--ease-in) 0.4s;
}
@media screen and (max-width: 899px) {
  .p-op__logo {
    width: 50%;
  }
}
.is-load .p-op__logo {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.p-kv {
  margin-top: 122px;
}
@media screen and (max-width: 899px) {
  .p-kv {
    margin-top: 175px;
    padding-bottom: 80px;
    position: relative;
  }
}

.p-kv__image {
  width: 92.8%;
  max-width: 2100px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 899px) {
  .p-kv__image {
    width: 100%;
  }
}
.p-kv__image-item {
  width: 100%;
  opacity: 0;
  filter: blur(10px);
  transform: scale(1.04);
  transition: transform 2s var(--ease-main) 2s, opacity 1s var(--ease-main) 2s, filter 1s var(--ease-main) 2s;
}
.is-load .p-kv__image-item {
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
}

.p-kv__sns {
  position: fixed;
  top: 54px;
  right: 170px;
  mix-blend-mode: difference;
  z-index: 2;
  opacity: 0;
  transform: translateY(-10px);
  transition: transform 1s var(--ease-main) 2s, opacity 1s var(--ease-main) 2s;
}
.is-load .p-kv__sns {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-kv__sns {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: absolute;
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
  }
}
.p-kv__sns-list {
  display: flex;
  align-items: center;
  gap: 0 48px;
}
@media screen and (max-width: 899px) {
  .p-kv__sns-list {
    justify-content: center;
  }
}
.p-kv__sns-item {
  transition: opacity 0.8s var(--ease-main), transform 0.8s var(--ease-main);
}
@media (hover: hover) {
  .p-kv__sns-item:hover {
    opacity: 0.5;
    transform: scale(0.9);
  }
}
.p-kv__sns-item:nth-of-type(1) {
  width: 14px;
}
.p-kv__sns-item:nth-of-type(2) {
  width: 16px;
}
.p-kv__sns-item:nth-of-type(3) {
  width: 18px;
}
.p-kv__sns-item:nth-of-type(4) {
  width: 14px;
}
.p-kv__sns-link {
  display: block;
}
.p-kv__sns-link svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: var(--color-white);
  fill-rule: evenodd;
}

.p-profile {
  padding-top: 87px;
}
@media screen and (max-width: 899px) {
  .p-profile {
    padding-top: 60px;
  }
}

.p-profile__sticky {
  width: 100%;
  height: 400vh;
}

.p-profile__contents {
  width: 92.8%;
  max-width: 1400px;
  margin: 0 auto;
}

.p-profile__list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 33px;
}
@media screen and (max-width: 899px) {
  .p-profile__list {
    gap: 20px;
  }
}

.p-profile__item {
  width: calc(25% - 25px);
}
.p-profile__item:nth-of-type(1) .p-profile__item-image {
  transition-delay: 0.1s;
}
.p-profile__item:nth-of-type(1) .p-profile__item-detail .p-in-name {
  transition-delay: 0.2s;
}
.p-profile__item:nth-of-type(1) .p-profile__item-detail .p-in-sns-item:nth-of-type(1) {
  transition-delay: 0.3s;
}
.p-profile__item:nth-of-type(1) .p-profile__item-detail .p-in-sns-item:nth-of-type(2) {
  transition-delay: 0.4s;
}
.p-profile__item:nth-of-type(1) .p-profile__item-detail .p-in-sns-item:nth-of-type(3) {
  transition-delay: 0.5s;
}
.p-profile__item:nth-of-type(1) .p-profile__item-detail .p-in-sns-item:nth-of-type(4) {
  transition-delay: 0.6s;
}
.p-profile__item:nth-of-type(1) .p-profile__item-detail .p-in-sns-item:nth-of-type(5) {
  transition-delay: 0.7s;
}
.p-profile__item:nth-of-type(1) .p-profile__item-detail .p-in-date {
  transition-delay: 0.2s;
}
.p-profile__item:nth-of-type(2) .p-profile__item-image {
  transition-delay: 0.2s;
}
.p-profile__item:nth-of-type(2) .p-profile__item-detail .p-in-name {
  transition-delay: 0.3s;
}
.p-profile__item:nth-of-type(2) .p-profile__item-detail .p-in-sns-item:nth-of-type(1) {
  transition-delay: 0.3s;
}
.p-profile__item:nth-of-type(2) .p-profile__item-detail .p-in-sns-item:nth-of-type(2) {
  transition-delay: 0.4s;
}
.p-profile__item:nth-of-type(2) .p-profile__item-detail .p-in-sns-item:nth-of-type(3) {
  transition-delay: 0.5s;
}
.p-profile__item:nth-of-type(2) .p-profile__item-detail .p-in-sns-item:nth-of-type(4) {
  transition-delay: 0.6s;
}
.p-profile__item:nth-of-type(2) .p-profile__item-detail .p-in-sns-item:nth-of-type(5) {
  transition-delay: 0.7s;
}
.p-profile__item:nth-of-type(2) .p-profile__item-detail .p-in-date {
  transition-delay: 0.3s;
}
.p-profile__item:nth-of-type(3) .p-profile__item-image {
  transition-delay: 0.3s;
}
.p-profile__item:nth-of-type(3) .p-profile__item-detail .p-in-name {
  transition-delay: 0.4s;
}
.p-profile__item:nth-of-type(3) .p-profile__item-detail .p-in-sns-item:nth-of-type(1) {
  transition-delay: 0.3s;
}
.p-profile__item:nth-of-type(3) .p-profile__item-detail .p-in-sns-item:nth-of-type(2) {
  transition-delay: 0.4s;
}
.p-profile__item:nth-of-type(3) .p-profile__item-detail .p-in-sns-item:nth-of-type(3) {
  transition-delay: 0.5s;
}
.p-profile__item:nth-of-type(3) .p-profile__item-detail .p-in-sns-item:nth-of-type(4) {
  transition-delay: 0.6s;
}
.p-profile__item:nth-of-type(3) .p-profile__item-detail .p-in-sns-item:nth-of-type(5) {
  transition-delay: 0.7s;
}
.p-profile__item:nth-of-type(3) .p-profile__item-detail .p-in-date {
  transition-delay: 0.4s;
}
.p-profile__item:nth-of-type(4) .p-profile__item-image {
  transition-delay: 0.4s;
}
.p-profile__item:nth-of-type(4) .p-profile__item-detail .p-in-name {
  transition-delay: 0.5s;
}
.p-profile__item:nth-of-type(4) .p-profile__item-detail .p-in-sns-item:nth-of-type(1) {
  transition-delay: 0.3s;
}
.p-profile__item:nth-of-type(4) .p-profile__item-detail .p-in-sns-item:nth-of-type(2) {
  transition-delay: 0.4s;
}
.p-profile__item:nth-of-type(4) .p-profile__item-detail .p-in-sns-item:nth-of-type(3) {
  transition-delay: 0.5s;
}
.p-profile__item:nth-of-type(4) .p-profile__item-detail .p-in-sns-item:nth-of-type(4) {
  transition-delay: 0.6s;
}
.p-profile__item:nth-of-type(4) .p-profile__item-detail .p-in-sns-item:nth-of-type(5) {
  transition-delay: 0.7s;
}
.p-profile__item:nth-of-type(4) .p-profile__item-detail .p-in-date {
  transition-delay: 0.5s;
}
.p-profile__item:nth-of-type(5) .p-profile__item-image {
  transition-delay: 0.5s;
}
.p-profile__item:nth-of-type(5) .p-profile__item-detail .p-in-name {
  transition-delay: 0.6s;
}
.p-profile__item:nth-of-type(5) .p-profile__item-detail .p-in-sns-item:nth-of-type(1) {
  transition-delay: 0.3s;
}
.p-profile__item:nth-of-type(5) .p-profile__item-detail .p-in-sns-item:nth-of-type(2) {
  transition-delay: 0.4s;
}
.p-profile__item:nth-of-type(5) .p-profile__item-detail .p-in-sns-item:nth-of-type(3) {
  transition-delay: 0.5s;
}
.p-profile__item:nth-of-type(5) .p-profile__item-detail .p-in-sns-item:nth-of-type(4) {
  transition-delay: 0.6s;
}
.p-profile__item:nth-of-type(5) .p-profile__item-detail .p-in-sns-item:nth-of-type(5) {
  transition-delay: 0.7s;
}
.p-profile__item:nth-of-type(5) .p-profile__item-detail .p-in-date {
  transition-delay: 0.6s;
}
.p-profile__item:nth-of-type(6) .p-profile__item-image {
  transition-delay: 0.6s;
}
.p-profile__item:nth-of-type(6) .p-profile__item-detail .p-in-name {
  transition-delay: 0.7s;
}
.p-profile__item:nth-of-type(6) .p-profile__item-detail .p-in-sns-item:nth-of-type(1) {
  transition-delay: 0.3s;
}
.p-profile__item:nth-of-type(6) .p-profile__item-detail .p-in-sns-item:nth-of-type(2) {
  transition-delay: 0.4s;
}
.p-profile__item:nth-of-type(6) .p-profile__item-detail .p-in-sns-item:nth-of-type(3) {
  transition-delay: 0.5s;
}
.p-profile__item:nth-of-type(6) .p-profile__item-detail .p-in-sns-item:nth-of-type(4) {
  transition-delay: 0.6s;
}
.p-profile__item:nth-of-type(6) .p-profile__item-detail .p-in-sns-item:nth-of-type(5) {
  transition-delay: 0.7s;
}
.p-profile__item:nth-of-type(6) .p-profile__item-detail .p-in-date {
  transition-delay: 0.7s;
}
.p-profile__item:nth-of-type(7) .p-profile__item-image {
  transition-delay: 0.7s;
}
.p-profile__item:nth-of-type(7) .p-profile__item-detail .p-in-name {
  transition-delay: 0.8s;
}
.p-profile__item:nth-of-type(7) .p-profile__item-detail .p-in-sns-item:nth-of-type(1) {
  transition-delay: 0.3s;
}
.p-profile__item:nth-of-type(7) .p-profile__item-detail .p-in-sns-item:nth-of-type(2) {
  transition-delay: 0.4s;
}
.p-profile__item:nth-of-type(7) .p-profile__item-detail .p-in-sns-item:nth-of-type(3) {
  transition-delay: 0.5s;
}
.p-profile__item:nth-of-type(7) .p-profile__item-detail .p-in-sns-item:nth-of-type(4) {
  transition-delay: 0.6s;
}
.p-profile__item:nth-of-type(7) .p-profile__item-detail .p-in-sns-item:nth-of-type(5) {
  transition-delay: 0.7s;
}
.p-profile__item:nth-of-type(7) .p-profile__item-detail .p-in-date {
  transition-delay: 0.8s;
}
.p-profile__item:nth-of-type(8) .p-profile__item-image {
  transition-delay: 0.8s;
}
.p-profile__item:nth-of-type(8) .p-profile__item-detail .p-in-name {
  transition-delay: 0.9s;
}
.p-profile__item:nth-of-type(8) .p-profile__item-detail .p-in-sns-item:nth-of-type(1) {
  transition-delay: 0.3s;
}
.p-profile__item:nth-of-type(8) .p-profile__item-detail .p-in-sns-item:nth-of-type(2) {
  transition-delay: 0.4s;
}
.p-profile__item:nth-of-type(8) .p-profile__item-detail .p-in-sns-item:nth-of-type(3) {
  transition-delay: 0.5s;
}
.p-profile__item:nth-of-type(8) .p-profile__item-detail .p-in-sns-item:nth-of-type(4) {
  transition-delay: 0.6s;
}
.p-profile__item:nth-of-type(8) .p-profile__item-detail .p-in-sns-item:nth-of-type(5) {
  transition-delay: 0.7s;
}
.p-profile__item:nth-of-type(8) .p-profile__item-detail .p-in-date {
  transition-delay: 0.9s;
}
.p-profile__item:nth-of-type(9) .p-profile__item-image {
  transition-delay: 0.9s;
}
.p-profile__item:nth-of-type(9) .p-profile__item-detail .p-in-name {
  transition-delay: 1s;
}
.p-profile__item:nth-of-type(9) .p-profile__item-detail .p-in-sns-item:nth-of-type(1) {
  transition-delay: 0.3s;
}
.p-profile__item:nth-of-type(9) .p-profile__item-detail .p-in-sns-item:nth-of-type(2) {
  transition-delay: 0.4s;
}
.p-profile__item:nth-of-type(9) .p-profile__item-detail .p-in-sns-item:nth-of-type(3) {
  transition-delay: 0.5s;
}
.p-profile__item:nth-of-type(9) .p-profile__item-detail .p-in-sns-item:nth-of-type(4) {
  transition-delay: 0.6s;
}
.p-profile__item:nth-of-type(9) .p-profile__item-detail .p-in-sns-item:nth-of-type(5) {
  transition-delay: 0.7s;
}
.p-profile__item:nth-of-type(9) .p-profile__item-detail .p-in-date {
  transition-delay: 1s;
}
.p-profile__item:nth-of-type(10) .p-profile__item-image {
  transition-delay: 1s;
}
.p-profile__item:nth-of-type(10) .p-profile__item-detail .p-in-name {
  transition-delay: 1.1s;
}
.p-profile__item:nth-of-type(10) .p-profile__item-detail .p-in-sns-item:nth-of-type(1) {
  transition-delay: 0.3s;
}
.p-profile__item:nth-of-type(10) .p-profile__item-detail .p-in-sns-item:nth-of-type(2) {
  transition-delay: 0.4s;
}
.p-profile__item:nth-of-type(10) .p-profile__item-detail .p-in-sns-item:nth-of-type(3) {
  transition-delay: 0.5s;
}
.p-profile__item:nth-of-type(10) .p-profile__item-detail .p-in-sns-item:nth-of-type(4) {
  transition-delay: 0.6s;
}
.p-profile__item:nth-of-type(10) .p-profile__item-detail .p-in-sns-item:nth-of-type(5) {
  transition-delay: 0.7s;
}
.p-profile__item:nth-of-type(10) .p-profile__item-detail .p-in-date {
  transition-delay: 1.1s;
}
.p-profile__item:nth-of-type(11) .p-profile__item-image {
  transition-delay: 1.1s;
}
.p-profile__item:nth-of-type(11) .p-profile__item-detail .p-in-name {
  transition-delay: 1.2s;
}
.p-profile__item:nth-of-type(11) .p-profile__item-detail .p-in-sns-item:nth-of-type(1) {
  transition-delay: 0.3s;
}
.p-profile__item:nth-of-type(11) .p-profile__item-detail .p-in-sns-item:nth-of-type(2) {
  transition-delay: 0.4s;
}
.p-profile__item:nth-of-type(11) .p-profile__item-detail .p-in-sns-item:nth-of-type(3) {
  transition-delay: 0.5s;
}
.p-profile__item:nth-of-type(11) .p-profile__item-detail .p-in-sns-item:nth-of-type(4) {
  transition-delay: 0.6s;
}
.p-profile__item:nth-of-type(11) .p-profile__item-detail .p-in-sns-item:nth-of-type(5) {
  transition-delay: 0.7s;
}
.p-profile__item:nth-of-type(11) .p-profile__item-detail .p-in-date {
  transition-delay: 1.2s;
}
.p-profile__item:nth-of-type(12) .p-profile__item-image {
  transition-delay: 1.2s;
}
.p-profile__item:nth-of-type(12) .p-profile__item-detail .p-in-name {
  transition-delay: 1.3s;
}
.p-profile__item:nth-of-type(12) .p-profile__item-detail .p-in-sns-item:nth-of-type(1) {
  transition-delay: 0.3s;
}
.p-profile__item:nth-of-type(12) .p-profile__item-detail .p-in-sns-item:nth-of-type(2) {
  transition-delay: 0.4s;
}
.p-profile__item:nth-of-type(12) .p-profile__item-detail .p-in-sns-item:nth-of-type(3) {
  transition-delay: 0.5s;
}
.p-profile__item:nth-of-type(12) .p-profile__item-detail .p-in-sns-item:nth-of-type(4) {
  transition-delay: 0.6s;
}
.p-profile__item:nth-of-type(12) .p-profile__item-detail .p-in-sns-item:nth-of-type(5) {
  transition-delay: 0.7s;
}
.p-profile__item:nth-of-type(12) .p-profile__item-detail .p-in-date {
  transition-delay: 1.3s;
}
.p-profile__item:nth-of-type(13) .p-profile__item-image {
  transition-delay: 1.3s;
}
.p-profile__item:nth-of-type(13) .p-profile__item-detail .p-in-name {
  transition-delay: 1.4s;
}
.p-profile__item:nth-of-type(13) .p-profile__item-detail .p-in-sns-item:nth-of-type(1) {
  transition-delay: 0.3s;
}
.p-profile__item:nth-of-type(13) .p-profile__item-detail .p-in-sns-item:nth-of-type(2) {
  transition-delay: 0.4s;
}
.p-profile__item:nth-of-type(13) .p-profile__item-detail .p-in-sns-item:nth-of-type(3) {
  transition-delay: 0.5s;
}
.p-profile__item:nth-of-type(13) .p-profile__item-detail .p-in-sns-item:nth-of-type(4) {
  transition-delay: 0.6s;
}
.p-profile__item:nth-of-type(13) .p-profile__item-detail .p-in-sns-item:nth-of-type(5) {
  transition-delay: 0.7s;
}
.p-profile__item:nth-of-type(13) .p-profile__item-detail .p-in-date {
  transition-delay: 1.4s;
}
.p-profile__item:nth-of-type(14) .p-profile__item-image {
  transition-delay: 1.4s;
}
.p-profile__item:nth-of-type(14) .p-profile__item-detail .p-in-name {
  transition-delay: 1.5s;
}
.p-profile__item:nth-of-type(14) .p-profile__item-detail .p-in-sns-item:nth-of-type(1) {
  transition-delay: 0.3s;
}
.p-profile__item:nth-of-type(14) .p-profile__item-detail .p-in-sns-item:nth-of-type(2) {
  transition-delay: 0.4s;
}
.p-profile__item:nth-of-type(14) .p-profile__item-detail .p-in-sns-item:nth-of-type(3) {
  transition-delay: 0.5s;
}
.p-profile__item:nth-of-type(14) .p-profile__item-detail .p-in-sns-item:nth-of-type(4) {
  transition-delay: 0.6s;
}
.p-profile__item:nth-of-type(14) .p-profile__item-detail .p-in-sns-item:nth-of-type(5) {
  transition-delay: 0.7s;
}
.p-profile__item:nth-of-type(14) .p-profile__item-detail .p-in-date {
  transition-delay: 1.5s;
}
.p-profile__item:nth-of-type(15) .p-profile__item-image {
  transition-delay: 1.5s;
}
.p-profile__item:nth-of-type(15) .p-profile__item-detail .p-in-name {
  transition-delay: 1.6s;
}
.p-profile__item:nth-of-type(15) .p-profile__item-detail .p-in-sns-item:nth-of-type(1) {
  transition-delay: 0.3s;
}
.p-profile__item:nth-of-type(15) .p-profile__item-detail .p-in-sns-item:nth-of-type(2) {
  transition-delay: 0.4s;
}
.p-profile__item:nth-of-type(15) .p-profile__item-detail .p-in-sns-item:nth-of-type(3) {
  transition-delay: 0.5s;
}
.p-profile__item:nth-of-type(15) .p-profile__item-detail .p-in-sns-item:nth-of-type(4) {
  transition-delay: 0.6s;
}
.p-profile__item:nth-of-type(15) .p-profile__item-detail .p-in-sns-item:nth-of-type(5) {
  transition-delay: 0.7s;
}
.p-profile__item:nth-of-type(15) .p-profile__item-detail .p-in-date {
  transition-delay: 1.6s;
}
@media screen and (max-width: 899px) {
  .p-profile__item {
    width: calc(50% - 10px);
  }
}
.p-profile__item-image {
  width: 100%;
  transition: -webkit-clip-path 1s var(--ease-main);
  transition: clip-path 1s var(--ease-main);
  transition: clip-path 1s var(--ease-main), -webkit-clip-path 1s var(--ease-main);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
.p-scroll.is-active .p-profile__item-image {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
@media screen and (max-width: 899px) {
  .p-profile__item-image {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
}
.p-profile__item-image img {
  width: 100%;
}
.p-profile__item-detail {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  margin-top: 16px;
  transition: opacity 0.8s var(--ease-main);
}
@media screen and (max-width: 899px) {
  .p-profile__item-detail {
    margin-top: 12px;
  }
}
.p-profile__item-detail .p-in-name {
  grid-area: 1/1/2/2;
  font-size: 2.4rem;
  font-family: var(--font-en);
  opacity: 0;
  transform: translateY(10px);
  transition: transform 1s var(--ease-bound), opacity 1s var(--ease-bound);
}
.p-scroll.is-active .p-profile__item-detail .p-in-name {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-profile__item-detail .p-in-name {
    font-size: 2.4rem;
  }
}
.p-profile__item-detail .p-in-sns {
  grid-area: 1/2/2/3;
}
.p-profile__item-detail .p-in-sns-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.p-profile__item-detail .p-in-sns-item {
  width: 20px;
  height: 20px;
  opacity: 0;
  transform: translateY(10px);
  transition: transform 1s var(--ease-bound), opacity 1s var(--ease-bound);
}
.p-scroll.is-active .p-profile__item-detail .p-in-sns-item {
  opacity: 1;
  transform: translateY(0);
}
.p-profile__item-detail .p-in-sns-item svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: var(--color-black);
  fill-rule: evenodd;
  transition: opacity 0.8s var(--ease-main), transform 0.8s var(--ease-main);
}
@media (hover: hover) {
  .p-profile__item-detail .p-in-sns-item svg:hover {
    opacity: 0.5;
    transform: scale(0.97);
  }
}
@media screen and (max-width: 899px) {
  .p-profile__item-detail .p-in-sns-item {
    width: 16px;
  }
}
.p-profile__item-detail .p-in-date {
  grid-area: 2/1/3/3;
  margin-top: 5px;
  font-size: 1.3rem;
  font-family: var(--font-en);
  opacity: 0;
  transform: translateY(10px);
  transition: transform 1s var(--ease-bound), opacity 1s var(--ease-bound);
}
.p-scroll.is-active .p-profile__item-detail .p-in-date {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-profile__item-detail .p-in-date {
    font-size: 1.2rem;
  }
}

.p-news {
  width: 94.8%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 126px 0 138px;
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-news {
    width: 100%;
    padding: 90px 0 75px;
  }
}

.p-news__title {
  margin-bottom: 64px;
}
@media screen and (max-width: 899px) {
  .p-news__title {
    width: 94.8%;
    margin: 0 auto 18px;
  }
}
.p-news__contents {
  width: 83%;
  margin: 0 auto;
}
@media screen and (max-width: 899px) {
  .p-news__contents {
    width: 100%;
  }
}

.p-news__item {
  opacity: 0;
  transform: translateY(10px);
  transition: transform 1s var(--ease-bound), opacity 1s var(--ease-bound);
}
.p-news__item:nth-of-type(1) {
  transition-delay: 0.1s;
}
.p-news__item:nth-of-type(2) {
  transition-delay: 0.2s;
}
.p-news__item:nth-of-type(3) {
  transition-delay: 0.3s;
}
.p-scroll.is-active .p-news__item {
  opacity: 1;
  transform: translateY(0);
}
.p-news__link {
  width: 240px;
  position: absolute;
  right: 14px;
  top: 162px;
  opacity: 0;
  transform: translateY(10px);
  transition: transform 1s var(--ease-bound) 0.3s, opacity 1s var(--ease-bound) 0.3s;
}
.p-scroll.is-active .p-news__link {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-news__link {
    width: 140px;
    margin: 19px auto 0;
    position: static;
  }
}