.pff-about-public {
  text-align: center;
  /* margin: 80px 0 0 0; */
}

.pff-public-desc {
  margin-bottom: 38px;
}


@media (max-width: 768px) {
  .pff-public-desc {
    margin: 1rem 0 1.4rem;
  }

}

.wh-pff-links {
  display: flex;
  flex-wrap: wrap !important;
  justify-content: center;
  gap: 1.13rem;
  font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
  font-style: normal;
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.wh-pff-btn {
  margin: 16px 8px;
  padding: 2rem 1rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;

  background: none;
  box-sizing: border-box;
  min-width: unset;
  width: 14rem;
  text-align: center;
  color: var(--color-pink);
  font-size: 1.5em;
  gap: 1rem;
  font-weight: bold;
  z-index: 0;
  transition: transform 0.3s ease-in;
  line-height: 1.08;
  outline: none;
  cursor: pointer;
  text-decoration: none;
}

.pff-about-public {
  width: 100%;
  margin: auto;
}

.wh-pff-btn:hover {
  transform: scale(1.045) rotate(-1deg);
}


.wh-pff-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  transition: opacity 0.4s;

}

.wh-pff-btn.btn-1::before {
  background-image: url('../../img/pff-public-btn_bg01_1.png');
  animation: wavy-move-1 5s ease-in-out infinite alternate;
}

.wh-pff-btn.btn-2::before {
  background-image: url('../../img/pff-public-btn_bg02.png');
  animation: wavy-move-2 5s ease-in-out infinite alternate;
}


@keyframes wavy-move-1 {
  0% {
    transform: scale(1) rotate(-3deg) translate(0px, 0px);
  }

  25% {
    transform: scale(1.04, 0.98) rotate(0) translate(0);
  }

  50% {
    transform: scale(0.97, 1.04) rotate(0) translate(0);
  }

  75% {
    transform: scale(1.02, 0.99) rotate(0) translate(0);
  }

  100% {
    transform: scale(1) rotate(0) translate(0);
  }
}

@keyframes wavy-move-2 {
  0% {
    transform: scale(1) rotate(3deg) translate(0px, 0px);
  }

  22% {
    transform: scale(0.98, 1.05) rotate(0) translate(0);
  }

  47% {
    transform: scale(1.04, 0.97) rotate(0) translate(0);
  }

  75% {
    transform: scale(0.99, 1.02) rotate(0) translate(0);
  }

  100% {
    transform: scale(1) rotate(0) translate(0);
  }
}


@media (max-width: 900px) {
  /* .wh-pff-links {
    flex-direction: inherit;
    align-items: center;
    gap: 3vw;
    flex-wrap: inherit !important;
    overflow: hidden;
    justify-content: space-around !important;
  } */

  .pff-director-header {
    width: 100%;
    margin: auto;
  }


  /* .wh-pff-btn {
    min-width: 76vw;
    min-height: 40vw;
    font-size: 2rem;
    margin-bottom: 14px;
  } */
}

/* @media (max-width: 786px) {
  .pff-public-btn {
    width: 9.7rem !important;

  }
} */
@media (max-width: 600px) {
  .wh-pff-btn {
    margin: 0;
    padding: 1.4rem 0;
    width: 38vw !important;
    min-height: 25vw;
    font-size: 4vw;
    gap: 6px;
  }

  .wh-pff-btn img {
    width: 3rem;
  }

  .pff-director-card {
    width: 31% !important;
  }

  .pff-director-title img {
    height: 4vh !important;
    width: 100% !important;
  }


}










.pff-btn-block {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin: 36px 0 0 0;
  position: absolute;
  flex-direction: column;
  bottom: -3rem;
  right: 0;
  transform: translate(0px, 100%);
}

.pff-btn-block .pff-btn-circle {
  background: #FF5BA9;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 1.2em 2.4em 1.2em 2em;
  border-radius: 40px;
  border: none;
  cursor: pointer;
  box-shadow: 0 2px 12px 0 #f28fc740;
  transition: background 0.2s, transform 0.2s;
  display: flex;
  align-items: center;
  gap: 0.5em;
  position: relative;
  text-decoration: none;
}

.pff-btn-block .pff-btn-circle::after {
  content: ">";
  font-size: 1.4em;
  display: inline-block;
  margin-left: 0.4em;
  font-weight: normal;
  transition: transform 0.2s;
}

.pff-btn-block .pff-btn-circle:hover {
  background: #ea3497;
  transform: translateY(-2px) scale(1.04);
}

@media (max-width: 600px) {
  .pff-btn-block {
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }

  .pff-btn-block .pff-btn-circle {
    width: 90vw;
    justify-content: center;
    font-size: 1rem;
    padding: 1em 0;
  }
}

.scroll_icn {
  position: absolute;
  top: -5rem;
  right: 0;
  width: 2.5rem;
}

@media (max-width: 1024px) {
.scroll_icn {
  display: none;
}
}

.pff-director-section {
  position: relative;
  font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-top: 3rem;
}

.pff-director-header {
  position: relative;
  text-align: center;
  margin-bottom: 12px;
}

.pff-director-title img {
  margin-right: .3rem;
  height: 2.6rem;
  width: auto;
}


.pff-director-title {
  margin: 0 auto .3rem;
  display: inline-block;
  background: #5ad0fb;
  color: #e62d8b;
  font-size: 2rem;
  letter-spacing: 0.06em;
  padding: .1rem 1rem .2rem;
  /* display: flex; */
  align-items: center;
  max-width: 700px;
  justify-content: center;
}

.pff-director-desc {
  margin: 0 auto;
  font-size: 2rem;
  color: #e62d8b;
  margin-bottom: 16px;
  display: inline-block;
  background: #5ad0fb;
  display: flex;
  max-width: 840px;
  align-items: center;
  justify-content: center;
}

.pff-director-highlight {
  color: #ffd300;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  margin-right: 1rem;
  line-height: 1.12em;
}

@media (max-width: 768px) {
  .pff-director-section {
    padding: 4rem 0 2rem;
  }

  .pff-director-header .pc {
    display: none !important;
  }

  .pff-director-header .sp {
    display: block !important;
  }

  .pff-director-title {
    margin-bottom: .2rem;
    max-width: 82vw;
    min-height: 10vw;
  }

  .pff-director-desc {
    margin-bottom: .2rem !important;
    padding: .1rem .2rem .2rem;
    max-width: 82vw;
    min-height: 8vw;
    text-align: left;
    line-height: 1.3;
    font-size: 4.7vw;
  }

  .pff-director-highlight {
    margin-right: 0;
    font-size: 8.6vw;
    letter-spacing: .1em;
    line-height: 1;
  }
}

.pff-director-list-wrap {
  max-width: 820px;
  margin: 0 auto;
}


.pff-director-list-wrap::after {
  content: "";
  display: block;
  clear: both;
}

.pff-director-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px 15px;
  margin: auto;
  position: relative;
  z-index: 2;
  width: 95%;
}

.pff-director-card {
  border-radius: 10px;
  text-align: left;
  padding: 14px 0 0;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  color: #000;
}

.pff-director-card img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.pff-director-name {
  font-weight: bold;
  font-size: .88rem;
  color: #000;
  margin-bottom: 2px;
}

.pff-director-work {
  font-size: .88rem;
  font-weight: bold;
  line-height: 1.25;
}

@media (max-width: 768px) {

  .pff-director-list-wrap {
    max-width: 100%;
  }

  .pff-director-list {
    margin-top: 1.3rem;
  }

  .pff-director-card {
    padding-top: 0;
  }

  .pff-director-list {
    width: 100%;
  }
}

a.pff-btn-vertical {
  display: inline-flex;
  align-items: center;
  background-color: #FFFFFF;
  padding: 0.75rem 2rem;
  border-radius: 20px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  font-size: 1.4rem;
  font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
  font-style: normal;
  justify-content: right;
}




@media (max-width: 850px) {
  .pff-director-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px 12px;
    max-width: 96vw;
  }

  .pff-director-card {
    width: auto;
  }

  a.pff-btn-vertical {
    font-size: 1.1rem;
  }

  section.pff-director-section:after {
    height: 511px;
    background-size: 180%;
  }

  .pff-director-work {
    font-size: 0.67rem;
    line-height: 1.25;
    letter-spacing: -0.05em;
  }
}


@media (max-width: 520px) {
  .pff-director-list {
    grid-template-columns: inherit;
    gap: 10px 11px;
    max-width: inherit;
    display: flex;
    flex-wrap: wrap;
  }

  .pff-director-name,.pff-director-work {
    font-size: 3.1vw;
  }
}

.button-group-wrap {
  margin: 3.5rem 0 0 auto;
}

.button-group {
  gap: 8px 3px;
}


@media (max-width: 767px) {
  .button-group-wrap {
    margin: 2.5rem auto 0;
    float: none;
  }
}



/* @media (max-width: 768px) {
  .pff-selection-section {
    padding-top: 20vw;
    padding-bottom: 30vw;
  }

  .pff-selection-bg {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .pff-selection-bg img {
    width: 100vw;
    height: 100%;
    object-fit: cover;
  }

  .pff-selection-title {
    font-size: 5.7vw;
    float: right;
    text-align: left;
  }

  .pff-selection-title::after {
    content: "";
    clear: both;
    display: block;
  }

  .pff-selection-content {
    padding: 0 7.3vw;
  }

  .pff-selection-list {
    flex-direction: row;
    gap: 8px;
    display: inline-flex;
  }

  .pff-selection-list ul {
    width: 50%;
    font-size: 3vw;
    text-align: left;
  }
} */
