.p-people-top__link {
  transition: 0.3s;
}
.p-people-top__link:hover {
  opacity: 0.7;
}
.p-people-top-kv__inner {
  position: relative;
}
.p-people-top-kv__heading {
  position: absolute;
  top: 16vw;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-people-top-kv__heading__text01 {
  position: relative;
  font-weight: 700;
  font-size: 6.4vw;
  color: #ffffff;
  letter-spacing: 0.05em;
  white-space: nowrap;
  text-shadow: 0 0 3.2vw rgba(0, 0, 0, 0.5);
}
.p-people-top-kv__heading__text02 {
  display: block;
  width: 17.0666666667vw;
  margin: -2.1333333333vw auto 0;
}
.p-people-top-contents {
  overflow: hidden;
  padding: 2.6666666667vw 6.4vw 2.6666666667vw;
  font-weight: 500;
  line-height: 1.5;
  font-feature-settings: "palt";
  background: url(/saiyou/assets/img/people/bg_people_bottom_sp.png) repeat-y center top/100% auto;
}
.p-people-top-contents__title, .p-people-top-contents__title--02, .p-people-top-contents__title--01 {
  font-weight: 600;
  position: relative;
  margin: 0 auto 2.6666666667vw;
}
.p-people-top-contents__title--01 {
  width: 57.8666666667vw;
}
.p-people-top-contents__title--02 {
  width: 50.1333333333vw;
  margin-bottom: 8vw;
}
.p-people-top-contents__inner {
  position: relative;
  max-width: 990px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.p-people-top-contents__inner-title01 {
  width: 60%;
  margin-bottom: 10px;
}
.p-people-top-contents__inner-title02 {
  width: 90%;
  margin-bottom: 10px;
}
.p-people-top-contents__inner-text {
  font-weight: 600;
  font-size: clamp(14px, 3vw, 24px);
  line-height: 1.6;
  letter-spacing: 0.07em;
  text-align: center;
  text-justify: inter-ideograph;
  color: #ffffff;
}
.p-people-top__to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  display: block;
  opacity: 0;
  cursor: pointer;
  z-index: 1000;
  transition: opacity 0.3s;
}
.p-people-top__to-top.show {
  opacity: 1;
}
.p-people-top__section-grid {
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 20px;
  padding-top: 40px;
  color: #ffffff;
}
.p-people-top__section-grid-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-people-top__section-grid-text {
  margin-top: 1em;
  font-size: clamp(14px, 3vw, 31px);
  line-height: 1.6;
  letter-spacing: 0.07em;
  text-align: center;
}
.p-people-top__section-grid-sub {
  margin-bottom: 1.5em;
  font-size: clamp(12px, 3vw, 21px);
  line-height: 1.6;
  letter-spacing: 0.07em;
  text-align: center;
}
.p-people-top__section-crosstalk {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 1rem 0;
  position: relative;
  gap: 20px;
}
.p-people-top__section-crosstalk-box {
  position: relative;
  width: 100%;
  height: 65vw;
}
.p-people-top__section-crosstalk-box-frame01 {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  display: block;
  z-index: 2;
}
.p-people-top__section-crosstalk-box-center01 {
  position: absolute;
  top: 20%;
  left: 11%;
  width: 78%;
  height: auto;
  display: block;
  z-index: 3;
}
.p-people-top__section-crosstalk-box-button01 {
  position: absolute;
  top: 24%;
  right: 4%;
  width: 50%;
  height: auto;
  display: block;
  z-index: 4;
}
.p-people-top__section-crosstalk-box-frame02 {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  display: block;
  z-index: 2;
}
.p-people-top__section-crosstalk-box-center02 {
  position: absolute;
  top: 16%;
  left: 11%;
  width: 78%;
  height: auto;
  display: block;
  z-index: 3;
}
.p-people-top__section-crosstalk-box-button02 {
  position: absolute;
  top: 18%;
  left: 9%;
  width: 50%;
  height: auto;
  display: block;
  z-index: 4;
}
.p-people-top__section-instagram {
  margin-bottom: 20px;
}

@media print, (min-width: 768px) {
  .p-people-top-kv__inner {
    margin: 0 auto;
  }
  .p-people-top-kv__heading {
    top: 22.25vw;
  }
  .p-people-top-kv__heading__text01 {
    font-size: 60px;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  }
  .p-people-top-kv__heading__text02 {
    width: 111px;
    margin-top: -16px;
  }
  .p-people-top-contents {
    font-weight: 600;
    padding: 80px 0 40px;
    line-height: 1.77;
    background: url(/saiyou/assets/img/people/bg_people_bottom_pc.png) repeat-y center top/100% auto;
  }
  .p-people-top-contents__title, .p-people-top-contents__title--01, .p-people-top-contents__title--02 {
    margin-bottom: 10px;
  }
  .p-people-top-contents__title--01 {
    width: 403px;
  }
  .p-people-top-contents__title--02 {
    margin-bottom: 40px;
    width: 491px;
  }
  .p-people-top-contents__container:first-of-type {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 24px;
  }
  .p-people-top-contents__container:first-of-type::before {
    content: "";
    position: absolute;
    left: -84px;
    top: 85px;
    width: 495px;
    height: 495px;
    background: url(/saiyou/assets/img/people/bg_people_bottom_pc_02.png) no-repeat center center/cover;
  }
  .p-people-top-contents__container:first-of-type::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -500px;
    z-index: 0;
    width: 322px;
    height: 322px;
    margin-left: 540px;
    background: url(/saiyou/assets/img/people/bg_people_bottom_pc_03.png) no-repeat center center/cover;
  }
  .p-people-top-contents__container:last-of-type {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 24px;
  }
  .p-people-top-contents__container:last-of-type::before {
    content: "";
    position: absolute;
    left: -84px;
    top: 1390px;
    width: 495px;
    height: 495px;
    background: url(/saiyou/assets/img/people/bg_people_bottom_pc_02.png) no-repeat center center/cover;
  }
  .p-people-top-contents__inner {
    position: relative;
    max-width: 990px;
    margin: 0 auto;
  }
  .p-people-top-contents__inner-title01 {
    width: 41%;
    margin-bottom: 30px;
  }
  .p-people-top-contents__inner-title02 {
    width: 90%;
    margin-bottom: 10px;
  }
  .p-people-top-contents__inner-text {
    font-size: clamp(11px, 3vw, 24px);
    line-height: 1.6;
    letter-spacing: 0.07em;
    text-align: center;
    text-justify: inter-ideograph;
    color: #ffffff;
  }
  .p-people-top__section-grid {
    gap: 35px;
    margin-bottom: 20px;
    padding-top: 60px;
    color: #ffffff;
    grid-template-columns: repeat(3, 1fr);
  }
  .p-people-top__section-grid-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .p-people-top__section-grid-text {
    margin-top: 0.5em;
    font-size: 26px;
    line-height: 1.6;
    letter-spacing: 0.07em;
    text-align: center;
  }
  .p-people-top__section-grid-sub {
    margin-bottom: 2em;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.07em;
    text-align: center;
  }
  .p-people-top__section-crosstalk {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 1rem 0;
    position: relative;
    gap: 20px;
  }
  .p-people-top__section-crosstalk-box {
    position: relative;
    width: 100%;
    height: clamp(500px, 80vw, 820px);
  }
  .p-people-top__section-crosstalk-box-frame01 {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    display: block;
    z-index: 2;
  }
  .p-people-top__section-crosstalk-box-center01 {
    position: absolute;
    top: 18%;
    left: 11%;
    width: 78%;
    height: auto;
    display: block;
    z-index: 3;
  }
  .p-people-top__section-crosstalk-box-button01 {
    position: absolute;
    top: 22%;
    right: 2.5%;
    width: 47%;
    height: auto;
    display: block;
    z-index: 4;
  }
  .p-people-top__section-crosstalk-box-frame02 {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    display: block;
    z-index: 2;
  }
  .p-people-top__section-crosstalk-box-center02 {
    position: absolute;
    top: 15%;
    left: 11%;
    width: 78%;
    height: auto;
    display: block;
    z-index: 3;
  }
  .p-people-top__section-crosstalk-box-button02 {
    position: absolute;
    top: 16.5%;
    left: 9%;
    width: 47%;
    height: auto;
    display: block;
    z-index: 4;
  }
  .p-people-top__section-instagram {
    margin-bottom: 130px;
  }
}
@media (min-width: 768px) and (max-width: 1119px) {
  .p-people-top-kv__heading {
    top: 19vw;
  }
}