@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
/* ================================
   Reset / Normalize (SCSS)
   ================================ */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  font-family: sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
  text-size-adjust: 100%;
}

body {
  color: #333;
  background-color: #fff;
}

img,
video {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

a:hover {
  opacity: 0.7;
}

button,
input,
select,
textarea {
  font: inherit;
  border: none;
  background: none;
  appearance: none;
  outline: none;
}

button {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  border: none;
  border-top: 1px solid #ccc;
  margin: 1em 0;
}

@media (min-width: 769px) {
  [sp] {
    display: none !important;
  }
}
@media (min-width: 769px) {
  html {
    font-size: calc(10 / 1920 * 100vw);
  }
}
@media (max-width: 768px) {
  html {
    font-size: calc(10 / 750 * 100vw);
  }
  [pc] {
    display: none !important;
  }
}
html {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  overflow-x: clip;
}
html img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
html * {
  box-sizing: border-box;
}

body {
  overflow-x: clip;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  background: #ffffff;
  z-index: 1000;
}
.site-header__inner {
  display: flex;
  height: 8rem;
  justify-content: space-between;
  align-items: center;
  padding: 0 3rem;
}
.site-header__logo a {
  display: block;
  width: 14.5rem;
}
.site-header__logo__secondary {
  display: block;
  width: 20rem;
}
.site-header__nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5.2rem;
}
.site-header__toggle {
  display: none;
  flex-direction: column;
  gap: 0.84rem;
  width: 4.2rem;
  height: 4.2rem;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.site-header__toggle span {
  display: block;
  width: 100%;
  height: 0.84rem;
  background: #0064ff;
}
.site-header__menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5rem;
  list-style: none;
}
.site-header__menu li a {
  color: #151515;
  text-decoration: none;
  font-size: 1.7rem;
}
@media (max-width: 768px) {
  .site-header {
    border-bottom: 1px solid #151515;
  }
  .site-header__inner {
    padding: 0 9rem 0 2rem;
  }
  .site-header__logo a {
    display: block;
    width: 15.5rem;
  }
  .site-header__logo__secondary {
    display: block;
    width: 25.8rem;
  }
  .site-header__nav {
    display: block;
    gap: 0rem;
  }
  .site-header__menu {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
    list-style: none;
    background-color: #ffffff;
    top: 100%;
    left: 0;
    width: 100vw;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .site-header__menu li {
    border-bottom: 1px solid rgba(21, 21, 21, 0.15);
    width: 100%;
    text-align: center;
  }
  .site-header__menu li a {
    text-decoration: none;
    font-size: 2.7rem;
    padding: 2.4rem 0;
    display: block;
    line-height: 1;
  }
  .site-header__menu li:first-child {
    border-top: 1px solid #151515;
  }
  .site-header__toggle {
    display: flex;
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translateY(-50%);
  }
  .site-header__menu.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

.site-footer {
  background-color: #ffffff;
  padding: 5.6rem 7rem 3.8rem;
}
.site-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-footer__nav ul {
  display: flex;
  gap: 4.8rem;
  align-items: center;
  justify-content: flex-end;
}
.site-footer__nav ul li a {
  font-size: 1.8rem;
  line-height: 1;
  text-align: left;
}
.site-footer__copyright {
  font-size: 1.35rem;
  line-height: 1;
  text-align: left;
}
.site-footer__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 7.8rem;
}
.site-footer__logo {
  width: 45rem;
}
.site-footer__copy {
  width: 52.8rem;
}
@media (max-width: 768px) {
  .site-footer {
    padding: 5.2rem 4rem 5.8rem;
  }
  .site-footer__bottom {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 4.7rem;
  }
  .site-footer__nav ul {
    display: flex;
    gap: 7rem;
    align-items: center;
    justify-content: center;
  }
  .site-footer__nav ul li a {
    font-size: 2.4rem;
  }
  .site-footer__copyright {
    font-size: 2rem;
    line-height: 1.75;
    text-align: left;
    width: max-content;
  }
  .site-footer__top {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8.6rem;
  }
  .site-footer__logo {
    width: 45rem;
  }
}

main {
  padding-top: 8rem;
}

.person-hero {
  position: relative;
}
.person-hero__img {
  width: 100%;
}
.person-hero__logo {
  width: 29.4rem;
  position: absolute;
  top: 7rem;
  right: 9.6rem;
  filter: drop-shadow(0rem 0rem 2rem rgb(255, 255, 255)) drop-shadow(0rem 0rem 2rem rgb(255, 255, 255));
}
.person-hero__profile {
  width: 73.1rem;
  border-radius: 2rem;
  background-color: #2164ff;
  position: absolute;
  right: 12.9rem;
  top: 30.4rem;
  padding: 0 2.8rem 1rem;
  z-index: 3;
  color: #ffffff;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.person-hero__profile .__name {
  font-weight: 900;
  font-size: 3.3rem;
  text-align: left;
  padding: 2.5rem 0 2rem;
  border-bottom: 0.4rem solid #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.person-hero__profile .__name .__tag {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: 3rem;
  line-height: 1.8333333333;
  text-align: left;
  color: #fff;
  border-radius: 1000px;
  background: #ef76a9;
  padding: 0.4rem 3rem;
}
.person-hero__profile .__name .__tag.cr {
  background: #d60e34;
}
.person-hero__profile .__name .__tag.co {
  background: #e0903e;
}
.person-hero__profile .__name .__tag.cy {
  background: #e6cc00;
}
.person-hero__profile .__name .__tag.cyg {
  background: #9fa500;
}
.person-hero__profile .__name .__tag.cg {
  background: #3cad22;
}
.person-hero__profile .__name .__tag.clb {
  background: #5fa3b4;
}
.person-hero__profile .__name .__tag.cb {
  background: #404e9a;
}
.person-hero__profile .__name .__tag.cpp {
  background: #a77ec1;
}
.person-hero__profile .__name .__tag.cp {
  background: #ef76a9;
}
.person-hero__profile .__copy {
  padding: 1.8rem 0 4.4rem;
}
.person-hero__profile .__copy-main {
  font-weight: 900;
  font-size: 4.5rem;
  text-align: left;
  letter-spacing: 0;
  color: #fff;
  margin-bottom: 2rem;
}
.person-hero__profile .__copy-sub {
  font-weight: 900;
  font-size: 3.1rem;
  line-height: 1.6129032258;
  text-align: left;
  color: #fff;
}
.person-hero__profile .__copy-sub span {
  font-weight: 900;
  font-size: 2rem;
  display: block;
  text-align: left;
  color: #fff;
}
.person-hero__profile .__profile-title {
  font-size: 2rem;
  text-align: left;
  color: #fff;
  margin-bottom: 1.4rem;
  font-weight: 900;
}
.person-hero__profile .__profile-item {
  font-weight: 900;
  font-size: 3.1rem;
  line-height: 1.6129032258;
  text-align: left;
  color: #fff;
  padding: 3rem 29rem 3rem 0;
  border-top: 1px solid #fff;
}
.person-hero__profile .__profile-item.__profile01 {
  border-top: #fff solid 0.4rem;
}
.person-hero__profile .__card {
  width: 31.5rem;
  transform: rotate(11deg);
  position: absolute;
  filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.5));
  right: -6.2rem;
  top: 29rem;
}
@media (min-width: 769px) {
  .person-hero__profile .__card.et10 {
    top: 32rem;
  }
}
.person-hero__copy {
  color: #fff;
  position: absolute;
  left: 18.8rem;
  top: 17.1rem;
}
.person-hero__copy h2 {
  margin-bottom: 4rem;
}
.person-hero__copy h2 .__copy-sub {
  font-size: 3.3rem;
  line-height: 1;
  text-align: left;
  display: block;
  margin-bottom: 2.4rem;
}
.person-hero__copy h2 .__copy-main {
  font-weight: 900;
  font-size: 6.5rem;
  line-height: 1;
  text-align: left;
}
.person-hero__copy .__copy-text {
  font-size: 2.2rem;
  line-height: 2.6818181818;
  text-align: left;
}
.person-hero__card {
  width: 84.9rem;
  height: 91.8rem;
  position: absolute;
  bottom: 2.6rem;
  right: 10.1rem;
  z-index: 1;
}
.person-hero__card-img01 {
  width: 40.8rem;
  position: absolute;
  top: 5rem;
  left: 6rem;
  z-index: 1;
  transform: rotate(5deg);
  filter: drop-shadow(0.3rem 0.3rem 1rem rgba(0, 0, 0, 0.5));
}
.person-hero__card-img02 {
  width: 31.6rem;
  position: absolute;
  top: 29.5rem;
  right: 0rem;
  z-index: 2;
  transform: rotate(-10deg);
  filter: drop-shadow(0.3rem 0.3rem 1rem rgba(0, 0, 0, 0.5));
}
.person-hero__card-img03 {
  width: 31.6rem;
  position: absolute;
  bottom: 2.5rem;
  left: 28rem;
  z-index: 3;
  transform: rotate(9deg);
  filter: drop-shadow(0.3rem 0.3rem 1rem rgba(0, 0, 0, 0.5));
}
.person-hero.person-hero-all {
  border-bottom: 5px solid #2164ff;
}
.person-hero.person-hero-all .person-hero-all__copy {
  position: relative;
  padding: 5.2rem 0 5.2rem;
}
.person-hero.person-hero-all .person-hero-all__copy h2 {
  font-weight: 900;
  font-size: 4.8rem;
  text-align: center;
  color: #2164ff;
}
@media (max-width: 768px) {
  .person-hero {
    position: relative;
  }
  .person-hero__logo {
    width: 22rem;
    position: absolute;
    top: 2rem;
    right: 2rem;
  }
  .person-hero__profile {
    width: 67rem;
    border-radius: 2rem;
    position: absolute;
    right: auto;
    left: 50%;
    top: 52rem;
    padding: 0 3rem 0rem;
    z-index: 3;
    transform: translateX(-50%);
  }
  .person-hero__profile .__name {
    font-weight: 900;
    font-size: 3rem;
    text-align: left;
    padding: 2.5rem 0 2rem;
  }
  .person-hero__profile .__name .__tag {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 900;
    font-size: 2.6rem;
    line-height: 1.8333333333;
    text-align: left;
    color: #fff;
    border-radius: 1000px;
    padding: 0.4rem 2.7rem;
  }
  .person-hero__profile .__copy {
    padding: 1rem 0 4.4rem;
  }
  .person-hero__profile .__copy-main {
    font-weight: 900;
    font-size: 4rem;
    text-align: left;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: 2.7rem;
  }
  .person-hero__profile .__copy-sub {
    font-weight: 900;
    font-size: 2.8rem;
    line-height: 1.6129032258;
    text-align: left;
    color: #fff;
  }
  .person-hero__profile .__copy-sub span {
    font-weight: 900;
    font-size: 2rem;
    display: block;
    text-align: left;
    color: #fff;
  }
  .person-hero__profile .__profile-title {
    font-size: 2rem;
    text-align: left;
    color: #fff;
    margin-bottom: 1.4rem;
  }
  .person-hero__profile .__profile-item {
    font-weight: 900;
    font-size: 2.8rem;
    line-height: 1.6129032258;
    text-align: left;
    color: #fff;
    padding: 3.4rem 0;
    border-top: 1px solid #fff;
  }
  .person-hero__profile .__profile-item.__profile01 {
    border-top: #fff solid 0.4rem;
  }
  .person-hero__profile .__card {
    width: 18rem;
    transform: rotate(11deg);
    position: absolute;
    filter: drop-shadow(0.3rem 0.3rem 1rem rgba(0, 0, 0, 0.5));
    right: 1rem;
    bottom: calc(100% + 3rem);
    top: auto;
  }
  .person-hero__card {
    width: 38.2rem;
    height: 41rem;
    position: absolute;
    bottom: 6.6rem;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
  .person-hero__card-img01 {
    width: 19.2rem;
    position: absolute;
    top: 1rem;
    left: 2rem;
    z-index: 1;
    transform: rotate(5deg);
    filter: drop-shadow(0.3rem 0.3rem 1rem rgba(0, 0, 0, 0.5));
  }
  .person-hero__card-img02 {
    width: 14.6rem;
    position: absolute;
    top: 12rem;
    right: -1rem;
    z-index: 2;
    transform: rotate(-10deg);
    filter: drop-shadow(0.3rem 0.3rem 1rem rgba(0, 0, 0, 0.5));
  }
  .person-hero__card-img03 {
    width: 15rem;
    position: absolute;
    bottom: 0.7rem;
    left: 12rem;
    z-index: 3;
    transform: rotate(9deg);
    filter: drop-shadow(0.3rem 0.3rem 1rem rgba(0, 0, 0, 0.5));
  }
  .person-hero__copy {
    color: #fff;
    position: absolute;
    width: 67rem;
    left: 50%;
    transform: translateX(-50%);
    top: 19.2rem;
  }
  .person-hero__copy h2 {
    margin-bottom: 1.5rem;
  }
  .person-hero__copy h2 .__copy-sub {
    font-size: 3.2rem;
    line-height: 1;
    text-align: left;
    display: block;
    margin-bottom: 1.4rem;
  }
  .person-hero__copy h2 .__copy-main {
    font-weight: 900;
    font-size: 6rem;
    line-height: 1;
    text-align: left;
  }
  .person-hero__copy .__copy-text {
    font-size: 2.8rem;
    line-height: 1.5;
    text-align: left;
  }
  .person-hero.person-hero-all {
    border-bottom: none;
  }
  .person-hero.person-hero-all .person-hero-all__copy {
    position: relative;
    padding: 4rem 0 4rem;
  }
  .person-hero.person-hero-all .person-hero__logo {
    width: 18rem;
    position: absolute;
    top: 4rem;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

.person-qa {
  padding: 30.3rem 0 13.8rem;
}
@media (min-width: 769px) {
  .person-qa.et100 {
    padding-top: 40.3rem;
  }
  .person-qa.et150 {
    padding-top: 45.3rem;
  }
  .person-qa.et200 {
    padding-top: 55.3rem;
  }
}
.person-qa__list {
  width: 124rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10.8rem;
}
.person-qa__list li {
  position: relative;
}
.person-qa__list li .__question {
  font-size: 2.4rem;
  line-height: 1;
  text-align: left;
  color: #fff;
  width: max-content;
  padding: 3.6rem 3.6rem 3.6rem 14rem;
  position: absolute;
  background-color: #2164ff;
  border-radius: 2rem;
  left: -6rem;
  top: -4.8rem;
  z-index: 2;
}
.person-qa__list li .__question::before {
  content: "";
  position: absolute;
  left: 3rem;
  top: 50%;
  transform: translateY(-50%);
}
.person-qa__list li .__answer {
  width: 100%;
  background: transparent;
  border: 0.5rem solid #2164ff;
  border-radius: 2rem;
  padding: 6.4rem 5rem 4rem 11rem;
  position: relative;
  font-size: 1.8rem;
  line-height: 2;
  text-align: left;
  color: #2164ff;
}
.person-qa__list li .__answer::before {
  content: "";
  position: absolute;
  left: 3rem;
  top: 7.7rem;
  content: "";
  content: "";
  width: 4.7rem;
  height: 4.7rem;
  background-image: url("/assets/images/person/person_icon_A.webp");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.person-qa__list li:nth-child(1) .__question::before {
  content: "";
  content: "";
  width: 7.1rem;
  height: 5.65rem;
  background-image: url("/assets/images/person/person_icon_Q1.webp");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.person-qa__list li:nth-child(2) .__question::before {
  content: "";
  width: 8.5rem;
  height: 5.75rem;
  background-image: url("/assets/images/person/person_icon_Q2.webp");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.person-qa__list li:nth-child(3) .__question::before {
  content: "";
  width: 8.6rem;
  height: 5.75rem;
  background-image: url("/assets/images/person/person_icon_Q3.webp");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.person-qa__list li:nth-child(4) .__question::before {
  content: "";
  width: 9.1rem;
  height: 5.65rem;
  background-image: url("/assets/images/person/person_icon_Q4.webp");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.person-qa__list li:nth-child(5) .__question::before {
  content: "";
  width: 8.5rem;
  height: 5.75rem;
  background-image: url("/assets/images/person/person_icon_Q5.webp");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .person-qa {
    padding: 40.3rem 0 31.4rem;
  }
  .person-qa__list {
    width: 67rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 4rem;
  }
  .person-qa__list li {
    position: relative;
  }
  .person-qa__list li .__question {
    font-size: 3.2rem;
    line-height: 1;
    text-align: left;
    color: #fff;
    width: 100%;
    padding: 3rem 2rem 3rem 12.5rem;
    position: relative;
    background-color: #2164ff;
    border-radius: 2rem 2rem 0 0;
    left: auto;
    top: auto;
    z-index: 2;
    line-height: 1.5;
  }
  .person-qa__list li .__question::before {
    content: "";
    position: absolute;
    left: 2rem;
    top: 3rem;
    transform: none;
  }
  .person-qa__list li .__answer {
    width: 100%;
    background: transparent;
    border: 0.5rem solid #2164ff;
    border-radius: 0 0 2rem 2rem;
    padding: 2.4rem 5rem 4rem 13rem;
    position: relative;
    font-size: 2.6rem;
    line-height: 1.6153846154;
    text-align: left;
    color: #2164ff;
  }
  .person-qa__list li .__answer::before {
    content: "";
    position: absolute;
    left: 4rem;
    top: 2.7rem;
    content: "";
    content: "";
    width: 4rem;
    height: 4rem;
    background-image: url("/assets/images/person/person_icon_A.webp");
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat;
  }
  .person-qa__list li:nth-child(1) .__question::before {
    content: "";
    content: "";
    width: 6rem;
    height: 4.8rem;
    background-image: url("/assets/images/person/person_icon_Q1.webp");
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat;
  }
  .person-qa__list li:nth-child(2) .__question::before {
    content: "";
    width: 7.3rem;
    height: 4.9rem;
    background-image: url("/assets/images/person/person_icon_Q2.webp");
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat;
  }
  .person-qa__list li:nth-child(3) .__question::before {
    content: "";
    width: 7.4rem;
    height: 4.9rem;
    background-image: url("/assets/images/person/person_icon_Q3.webp");
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat;
  }
  .person-qa__list li:nth-child(4) .__question::before {
    content: "";
    width: 7.8rem;
    height: 4.8rem;
    background-image: url("/assets/images/person/person_icon_Q4.webp");
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat;
  }
  .person-qa__list li:nth-child(5) .__question::before {
    content: "";
    width: 7.3rem;
    height: 4.8rem;
    background-image: url("/assets/images/person/person_icon_Q5.webp");
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat;
  }
}

.person-friends {
  padding: 10rem 4.5rem;
  position: relative;
}
.person-friends.cr {
  background-color: #d60e34;
}
.person-friends.cr::after {
  background-color: rgba(214, 14, 52, 0.37);
}
.person-friends.cr .person-friends__list li a::after {
  background-color: #ba0023;
}
.person-friends.co {
  background-color: #e0903e;
}
.person-friends.co::after {
  background-color: rgba(224, 144, 62, 0.5);
}
.person-friends.co .person-friends__list li a::after {
  background-color: #d5781a;
}
.person-friends.cy {
  background-color: #ddc400;
}
.person-friends.cy::after {
  background-color: rgba(230, 204, 1, 0.31);
}
.person-friends.cy .person-friends__list li a::after {
  background-color: #bca701;
}
.person-friends.cyg {
  background-color: #9fa500;
}
.person-friends.cyg::after {
  background-color: rgba(159, 165, 0, 0.5);
}
.person-friends.cyg .person-friends__list li a::after {
  background-color: #848900;
}
.person-friends.cg {
  background-color: #3cad22;
}
.person-friends.cg::after {
  background-color: rgba(60, 173, 34, 0.5);
}
.person-friends.cg .person-friends__list li a::after {
  background-color: #249609;
}
.person-friends.clb {
  background-color: #5fa3b4;
}
.person-friends.clb::after {
  background-color: rgba(95, 163, 180, 0.5);
}
.person-friends.clb .person-friends__list li a::after {
  background-color: #3c8698;
}
.person-friends.cb {
  background-color: #404e9a;
}
.person-friends.cb::after {
  background-color: rgba(95, 163, 180, 0.5);
}
.person-friends.cb .person-friends__list li a::after {
  background-color: #354390;
}
.person-friends.cpp {
  background-color: #a77ec1;
}
.person-friends.cpp::after {
  background-color: rgba(167, 126, 193, 0.5);
}
.person-friends.cpp .person-friends__list li a::after {
  background-color: #9061ad;
}
.person-friends.cp {
  background-color: #ef76a9;
}
.person-friends.cp::after {
  background-color: rgba(239, 118, 169, 0.5);
}
.person-friends.cp .person-friends__list li a::after {
  background-color: #dd538d;
}
.person-friends::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("/assets/images/person/friends/deco_bg.webp");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  mix-blend-mode: overlay;
}
.person-friends::after {
  content: "";
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 32%, 0 61%);
  background-color: #d60e34;
  position: absolute;
  left: 0;
  top: 0;
  mix-blend-mode: overlay;
  z-index: 1;
}
.person-friends h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: 6.5rem;
  letter-spacing: 0.05em;
  line-height: 1.8307692308;
  text-align: center;
  color: #fff;
  margin-bottom: 6rem;
  position: relative;
  z-index: 2;
}
.person-friends h2 span {
  display: inline-block;
  padding: 0 4.4rem;
  border: 0.5rem solid #fff;
  border-radius: 1000px;
  margin-right: 4rem;
}
.person-friends__list {
  display: grid;
  grid-template-columns: repeat(5, 28rem);
  gap: 7rem;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  margin-bottom: 4.4rem;
}
.person-friends__list li {
  position: relative;
  padding-top: 7.5rem;
}
.person-friends__list li::before {
  content: "";
  width: 2.9rem;
  height: 2.5rem;
  background-image: url("/assets/images/person/profile/deco_tri.svg");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: top 0.3s ease;
}
@media (min-width: 769px) {
  .person-friends__list li:hover::before {
    top: 2rem;
  }
}
.person-friends__list li a {
  transform-origin: center center;
  position: relative;
  display: block;
  z-index: 1;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.person-friends__list li a img {
  filter: drop-shadow(0.3rem 0.3rem 1rem rgba(0, 0, 0, 0.5));
}
.person-friends__list li a::after {
  content: "";
  width: 23.1rem;
  height: 33rem;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  border-radius: 2rem;
  filter: drop-shadow(0.3rem 0.3rem 1rem rgba(0, 0, 0, 0.5));
}
.person-friends__list li.friends01 a {
  transform: rotate(5deg);
}
@media (min-width: 769px) {
  .person-friends__list li.friends01 a:hover {
    transform: rotate(0deg) scale(1.1);
  }
}
.person-friends__list li.friends01 a::after {
  top: calc(50% - 3rem);
  left: calc(50% - 3.5rem);
  transform: translate(-50%, -50%) rotate(-15deg);
  z-index: -1;
}
.person-friends__list li.friends02 a {
  transform: rotate(-5deg);
}
@media (min-width: 769px) {
  .person-friends__list li.friends02 a:hover {
    transform: rotate(0deg) scale(1.1);
  }
}
.person-friends__list li.friends02 a::after {
  top: calc(50% + 3rem);
  left: calc(50% - 1.5rem);
  transform: translate(-50%, -50%) rotate(25deg);
  z-index: -1;
  border-radius: 2rem;
}
.person-friends__list li.friends03 a {
  transform: rotate(5deg);
}
@media (min-width: 769px) {
  .person-friends__list li.friends03 a:hover {
    transform: rotate(0deg) scale(1.1);
  }
}
.person-friends__list li.friends03 a::after {
  top: calc(50% + 3rem);
  left: calc(50% + 0.5rem);
  transform: translate(-50%, -50%) rotate(-15deg);
  z-index: -1;
}
.person-friends__list li.friends04 a {
  transform: rotate(-5deg);
}
@media (min-width: 769px) {
  .person-friends__list li.friends04 a:hover {
    transform: rotate(0deg) scale(1.1);
  }
}
.person-friends__list li.friends04 a::after {
  top: calc(50% - 3rem);
  left: calc(50% - 0rem);
  transform: translate(-50%, -50%) rotate(25deg);
  z-index: -1;
}
.person-friends__list li.friends05 a {
  transform: rotate(5deg);
}
@media (min-width: 769px) {
  .person-friends__list li.friends05 a:hover {
    transform: rotate(0deg) scale(1.1);
  }
}
.person-friends__list li.friends05 a::after {
  top: calc(50% - 4rem);
  left: calc(50% + 2.3rem);
  transform: translate(-50%, -50%) rotate(-15deg);
  z-index: -1;
}
.person-friends__btn {
  margin: 0 auto;
  width: 34.7rem;
  height: 9.6rem;
  border-radius: 4.8rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  padding-top: 0.2rem;
  line-height: 1;
  text-align: center;
  font-size: 2.7rem;
  font-weight: 900;
  line-height: 1.8148148148;
  color: #2164ff;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .person-friends {
    padding: 4rem 0rem 6rem;
    position: relative;
  }
  .person-friends::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("/assets/images/person/friends/deco_bg_sp.webp");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    mix-blend-mode: overlay;
  }
  .person-friends h2 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 900;
    font-size: 4.8rem;
    letter-spacing: 0.05em;
    line-height: 1.8307692308;
    margin-bottom: 0;
  }
  .person-friends h2 span {
    display: inline-block;
    padding: 0 4.4rem;
    border: 0.5rem solid #fff;
    border-radius: 1000px;
    margin-right: 4rem;
  }
  .person-friends__list {
    display: flex;
    flex-wrap: wrap;
    gap: 4.2rem 7.6rem;
    align-items: flex-start;
    position: relative;
    justify-content: center;
    z-index: 2;
    margin-bottom: 4.4rem;
  }
  .person-friends__list li {
    width: 28.6rem;
  }
  .person-friends__list li a {
    display: block;
  }
  .person-friends__list li:nth-child(3) {
    width: 100%;
    padding-left: 23.2rem;
    padding-right: 23.2rem;
  }
  .person-friends__btn {
    margin: 0 auto;
    width: 34.7rem;
    height: 9.6rem;
    border-radius: 4.8rem;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 3.2rem;
    line-height: 1;
    color: #2164ff;
    position: relative;
    z-index: 2;
  }
}

.person-all__filter {
  width: 100%;
  max-width: 138rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3rem 5.4rem;
  padding: 5rem 0;
}
.person-all__filter button {
  font-weight: 900;
  font-size: 2.7rem;
  line-height: 119%;
  width: max-content;
  text-align: center;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
@media (min-width: 769px) {
  .person-all__filter button:hover {
    opacity: 0.7;
    transform: scale(1.1);
  }
}
.person-all__filter button[data-filter=cat1] {
  color: #d60e34;
}
.person-all__filter button[data-filter=cat2] {
  color: #e0903e;
}
.person-all__filter button[data-filter=cat3] {
  color: #e6cc00;
}
.person-all__filter button[data-filter=cat4] {
  color: #9fa500;
}
.person-all__filter button[data-filter=cat5] {
  color: #3cad22;
}
.person-all__filter button[data-filter=cat6] {
  color: #5fa3b4;
}
.person-all__filter button[data-filter=cat7] {
  color: #404e9a;
}
.person-all__filter button[data-filter=cat8] {
  color: #a77ec1;
}
.person-all__filter button[data-filter=cat9] {
  color: #ef76a9;
}
.person-all__items {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  align-items: center;
  position: relative;
  z-index: 2;
  margin-bottom: 4.4rem;
}
.person-all__items .item {
  width: 20%;
  aspect-ratio: 384/540;
  transition: opacity 1s ease;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.person-all__items .item::after {
  content: "";
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 43%, 0 55%);
  background-color: #d60e34;
  position: absolute;
  left: 0;
  top: 0;
  mix-blend-mode: overlay;
  z-index: 1;
}
.person-all__items .item[data-category=cat1] {
  background-color: #d60e34;
}
.person-all__items .item[data-category=cat1]::after {
  background-color: rgba(214, 14, 52, 0.37);
}
.person-all__items .item[data-category=cat1] .item__img a::after {
  background-color: #ba0023;
}
.person-all__items .item[data-category=cat2] {
  background-color: #e0903e;
}
.person-all__items .item[data-category=cat2]::after {
  background-color: rgba(224, 144, 62, 0.5);
}
.person-all__items .item[data-category=cat2] .item__img a::after {
  background-color: #d5781a;
}
.person-all__items .item[data-category=cat3] {
  background-color: #e6cc00;
}
.person-all__items .item[data-category=cat3]::after {
  background-color: rgba(230, 204, 1, 0.31);
}
.person-all__items .item[data-category=cat3] .item__img a::after {
  background-color: #bca701;
}
.person-all__items .item[data-category=cat4] {
  background-color: #9fa500;
}
.person-all__items .item[data-category=cat4]::after {
  background-color: rgba(159, 165, 0, 0.5);
}
.person-all__items .item[data-category=cat4] .item__img a::after {
  background-color: #848900;
}
.person-all__items .item[data-category=cat5] {
  background-color: #3cad22;
}
.person-all__items .item[data-category=cat5]::after {
  background-color: rgba(60, 173, 34, 0.5);
}
.person-all__items .item[data-category=cat5] .item__img a::after {
  background-color: #249609;
}
.person-all__items .item[data-category=cat6] {
  background-color: #5fa3b4;
}
.person-all__items .item[data-category=cat6]::after {
  background-color: rgba(95, 163, 180, 0.5);
}
.person-all__items .item[data-category=cat6] .item__img a::after {
  background-color: #3c8698;
}
.person-all__items .item[data-category=cat7] {
  background-color: #404e9a;
}
.person-all__items .item[data-category=cat7]::after {
  background-color: rgba(95, 163, 180, 0.5);
}
.person-all__items .item[data-category=cat7] .item__img a::after {
  background-color: #354390;
}
.person-all__items .item[data-category=cat8] {
  background-color: #a77ec1;
}
.person-all__items .item[data-category=cat8]::after {
  background-color: rgba(167, 126, 193, 0.5);
}
.person-all__items .item[data-category=cat8] .item__img a::after {
  background-color: #9061ad;
}
.person-all__items .item[data-category=cat9] {
  background-color: #ef76a9;
}
.person-all__items .item[data-category=cat9]::after {
  background-color: rgba(239, 118, 169, 0.5);
}
.person-all__items .item[data-category=cat9] .item__img a::after {
  background-color: #dd538d;
}
.person-all__items .item.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
}
.person-all__items .item__img {
  width: 27.6rem;
  position: relative;
  z-index: 2;
}
.person-all__items .item__img a {
  transform-origin: center center;
  position: relative;
  display: block;
  z-index: 1;
}
.person-all__items .item__img a img {
  filter: drop-shadow(0.3rem 0.3rem 1rem rgba(0, 0, 0, 0.5));
}
.person-all__items .item__img a::after {
  content: "";
  width: 27.5rem;
  height: 39.3rem;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  border-radius: 2rem;
}
.person-all__items .item__img.friends01 a, .person-all__items .item__img.friends03 a, .person-all__items .item__img.friends05 a {
  transform: rotate(5deg);
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.person-all__items .item__img.friends01 a::after, .person-all__items .item__img.friends03 a::after, .person-all__items .item__img.friends05 a::after {
  top: calc(50% - 0rem);
  left: calc(50% + 0.5rem);
  transform: translate(-50%, -50%) rotate(-15deg);
  z-index: -1;
}
@media (min-width: 769px) {
  .person-all__items .item__img.friends01 a:hover, .person-all__items .item__img.friends03 a:hover, .person-all__items .item__img.friends05 a:hover {
    transform: rotate(0deg) scale(1.1);
  }
}
.person-all__items .item__img.friends02 a, .person-all__items .item__img.friends04 a {
  transform: rotate(-5deg);
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.person-all__items .item__img.friends02 a::after, .person-all__items .item__img.friends04 a::after {
  top: calc(50% + 0rem);
  left: calc(50% - 0rem);
  transform: translate(-50%, -50%) rotate(15deg);
  z-index: -1;
  border-radius: 2rem;
}
@media (min-width: 769px) {
  .person-all__items .item__img.friends02 a:hover, .person-all__items .item__img.friends04 a:hover {
    transform: rotate(0deg) scale(1.1);
  }
}
@media (max-width: 768px) {
  .person-all__filter {
    width: 100%;
    max-width: 138rem;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 3rem 5.4rem;
    padding: 5rem 0;
  }
  .person-all__filter button {
    font-weight: 900;
    font-size: 2.7rem;
    line-height: 119%;
    width: max-content;
    text-align: center;
  }
  .person-all__filter button[data-filter=cat1] {
    color: #d60e34;
  }
  .person-all__filter button[data-filter=cat2] {
    color: #e0903e;
  }
  .person-all__filter button[data-filter=cat3] {
    color: #e6cc00;
  }
  .person-all__filter button[data-filter=cat4] {
    color: #9fa500;
  }
  .person-all__filter button[data-filter=cat5] {
    color: #3cad22;
  }
  .person-all__filter button[data-filter=cat6] {
    color: #5fa3b4;
  }
  .person-all__filter button[data-filter=cat7] {
    color: #404e9a;
  }
  .person-all__filter button[data-filter=cat8] {
    color: #a77ec1;
  }
  .person-all__filter button[data-filter=cat9] {
    color: #ef76a9;
  }
  .person-all__select #category-select {
    width: 67rem;
    margin: 0 auto 4rem;
    display: block;
    padding: 2.6rem 10rem 2.6rem 3rem;
    font-size: 2.8rem;
    border: 0.4rem solid blue;
    border-radius: 2rem;
    line-height: 1;
    background-image: url("/assets/images/person/person_arrow.svg");
    background-size: 4rem 3.2rem;
    background-position: center right 4rem;
    background-repeat: no-repeat;
  }
  .person-all__items {
    margin-bottom: 4.4rem;
  }
  .person-all__items .item {
    width: 50%;
    aspect-ratio: 375/528;
  }
  .person-all__items .item::after {
    content: "";
    width: 100%;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 43%, 0 55%);
    background-color: #d60e34;
    position: absolute;
    left: 0;
    top: 0;
    mix-blend-mode: overlay;
    z-index: 1;
  }
  .person-all__items .item__img {
    width: 27.6rem;
    position: relative;
    z-index: 2;
  }
  .person-all__items .item__img a {
    transform-origin: center center;
    position: relative;
    display: block;
    z-index: 1;
  }
  .person-all__items .item__img a img {
    filter: drop-shadow(0.3rem 0.3rem 1rem rgba(0, 0, 0, 0.5));
  }
  .person-all__items .item__img a::after {
    content: "";
    width: 27.5rem;
    height: 39.3rem;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    border-radius: 2rem;
  }
  .person-all__items .item__img.friends01 a, .person-all__items .item__img.friends03 a, .person-all__items .item__img.friends05 a {
    transform: rotate(5deg);
  }
  .person-all__items .item__img.friends01 a::after, .person-all__items .item__img.friends03 a::after, .person-all__items .item__img.friends05 a::after {
    top: calc(50% - 0rem);
    left: calc(50% + 0.5rem);
    transform: translate(-50%, -50%) rotate(-15deg);
    z-index: -1;
  }
  .person-all__items .item__img.friends02 a, .person-all__items .item__img.friends04 a {
    transform: rotate(-5deg);
  }
  .person-all__items .item__img.friends02 a::after, .person-all__items .item__img.friends04 a::after {
    top: calc(50% + 0rem);
    left: calc(50% - 0rem);
    transform: translate(-50%, -50%) rotate(15deg);
    z-index: -1;
    border-radius: 2rem;
  }
}

.person-links {
  padding: 13.8rem 0 0;
}
.person-links h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: 4.8rem;
  line-height: 1;
  text-align: center;
  color: #2164ff;
  margin-bottom: 5.3rem;
}
.person-links__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  align-items: flex-start;
  position: relative;
}
.person-links__list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 18.4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: 4.2rem;
  line-height: 1.3571428571;
  text-align: center;
  color: #fff;
  position: relative;
}
.person-links__list li a.cr {
  background-color: #d60e34;
}
.person-links__list li a.co {
  background-color: #e0903e;
}
.person-links__list li a.cy {
  background-color: #e6cc00;
}
.person-links__list li a.cyg {
  background-color: #9fa500;
}
.person-links__list li a.cg {
  background-color: #3cad22;
}
.person-links__list li a.clb {
  background-color: #5fa3b4;
}
.person-links__list li a.cb {
  background-color: #404e9a;
}
.person-links__list li a.cpp {
  background-color: #a77ec1;
}
.person-links__list li a.cp {
  background-color: #ef76a9;
}
.person-links__list li a::after {
  content: "";
  width: 13rem;
  height: 13.95rem;
  background-image: url("/assets/images/person/person_icon_links.webp");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  mix-blend-mode: overlay;
  pointer-events: none;
}
.person-links.person-links-all .person-links__list {
  grid-template-columns: repeat(3, 1fr);
}
.person-links.person-links-all .person-links__list li a {
  height: 24.5rem;
}
.person-links.person-links-all .person-links__list li a::after {
  width: 17.4rem;
  height: 18.8rem;
}
@media (max-width: 768px) {
  .person-links {
    padding: 16.8rem 0 0;
  }
  .person-links h2 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 900;
    font-size: 4.8rem;
    line-height: 1;
    text-align: center;
    color: #2164ff;
    margin-bottom: 4rem;
  }
  .person-links__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    align-items: flex-start;
    position: relative;
  }
  .person-links__list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 12rem;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 900;
    font-size: 4.2rem;
    line-height: 1.3571428571;
    text-align: center;
    color: #fff;
    position: relative;
  }
  .person-links__list li a.cr {
    background-color: #d60e34;
  }
  .person-links__list li a.co {
    background-color: #e0903e;
  }
  .person-links__list li a.cy {
    background-color: #e6cc00;
  }
  .person-links__list li a.cyg {
    background-color: #9fa500;
  }
  .person-links__list li a.cg {
    background-color: #3cad22;
  }
  .person-links__list li a.clb {
    background-color: #5fa3b4;
  }
  .person-links__list li a.cb {
    background-color: #404e9a;
  }
  .person-links__list li a.cpp {
    background-color: #a77ec1;
  }
  .person-links__list li a.cp {
    background-color: #ef76a9;
  }
  .person-links__list li a::after {
    content: "";
    width: 11.4rem;
    height: 10.5rem;
    background-image: url("/assets/images/person/person_icon_links.webp");
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    mix-blend-mode: overlay;
    pointer-events: none;
  }
  .person-links.person-links-all .person-links__list {
    grid-template-columns: repeat(1, 1fr);
  }
  .person-links.person-links-all .person-links__list li a {
    height: 12rem;
  }
  .person-links.person-links-all .person-links__list li a::after {
    width: 11.5rem;
    height: 10.6rem;
  }
}

/*# sourceMappingURL=person.css.map */
