/* lower page */
.lower-page {
  padding-bottom: 56px;
}

.lower-heading {
  margin-bottom: 28px;
  padding: 24px 28px;
  background: #f7f3e9;
  border: 1px solid #cfcfcf;
  border-radius: 8px;
}

.lower-heading__en {
  margin: 0 0 4px;
  color: var(--red);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
}

.lower-heading h1 {
  margin: 0;
  color: #412c0e;
  font-size: 30px;
  line-height: 1.25;
  letter-spacing: .08em;
}

.info-section {
  margin-bottom: 60px;
}

.lower-section-title {
  margin: 0 0 22px;
  padding: 0 0 10px 18px;
  border-bottom: 1px solid #ccc;
  border-left: 3px solid var(--red);
  color: var(--red);
  font-size: 24px;
  line-height: 1.35;
  font-weight: 500;
  letter-spacing: .02em;
}

.lower-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.9;
  font-weight: 500;
}

.lower-note {
  margin: 12px 0 0;
  text-align: left;
  color: #666;
  font-size: 14px;
  line-height: 1.8;
}

.overview-list,
.officer-list {
  margin: 0;
  border-top: 1px solid #ddd;
}

.overview-list div,
.officer-list div {
  display: grid;
  grid-template-columns: 190px 1fr;
  border-bottom: 1px solid #ddd;
}

.supporters-fee-list div {
  grid-template-columns: 30% 1fr;
}

.overview-list dt,
.officer-list dt {
  padding: 13px 16px;
  background: #f7f3e9;
  color: #412c0e;
  font-weight: 700;
}

.overview-list dd,
.officer-list dd {
  margin: 0;
  padding: 13px 18px;
  font-weight: 500;
}

.business-list {
  margin: 0;
  padding: 18px 22px 18px 42px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.business-list li {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 500;
}

.business-list li:last-child {
  margin-bottom: 0;
}

.pdf-link-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.pdf-link-list--columns {
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 14px;
}

.pdf-link-list li a {
  position: relative;
  display: block;
  padding: 12px 16px 12px 38px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
}

.pdf-link-list li a::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  background: var(--red);
  border-radius: 50%;
}

.pdf-link-list li a::after {
  content: "PDF";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  padding: 2px 6px;
  background: #f4efe4;
  color: var(--red);
  border: 1px solid #e0d6c4;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 700;
}



.tournament-link-list li a::after {
  content: "大会ページへ";

  background: #f4efe4;
  color: var(--red);
  border: 1px solid #d9ccb4;

  border-radius: 999px;

  font-size: 13px;
  font-weight: 700;

  padding: 3px 10px;
}
.tournament-link-list li a {
  font-size: 16px;
}



.side-back-top {
  margin: 22px 0 0;
  /*padding-top: 16px; */
  /*border-top: 1px solid #ddd; */
}

.side-back-top a {
  display: inline-block;
  color: #222;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .03em;
}

.side-back-top a::before {
  content: "＞";
  color: var(--red);
}









/* founders message - pairgo-future based */
.message {
  position: relative;
  padding: 10px 0 40px;
  overflow: hidden;
}

.message .inner {
  max-width: 800px;
  margin: 0 auto;
}

.message-title {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.6;
  color: #a7844b;
  margin: 0 auto 60px;
  max-width: 520px;
}

.message-wrap {
  display: flex;
  gap: 20px;
}

.message-block {
  width: 50%;
}

.message-photo {
  display: block;
  width: 70%;
  margin: 0 auto 24px;
  border-radius: 24px;
}

.message-text {
  text-align: left;
  line-height: 2;
}

.message-text h3 {
  font-size: 1.8rem;
  margin: 0 0 8px;
  transform: translateX(-0.3em);
}

.message-text p {
  margin: 0 0 1.5em;
  font-size: 1rem;
  line-height: 2;
}

.name {
  font-size: 1.45rem !important;
  font-weight: 800;
  margin-bottom: 20px !important;

  letter-spacing: .04em;
}

.profile {
  padding-left: 14px;
  margin-bottom: 30px;
  line-height: 1.8;
  font-size: 0.78rem;
  border-left: 2px solid;
}

.profile p {
  font-size: 0.78rem;
  line-height: 1.8;
  margin: 0;
}






.message-text,
.message-text p,
.message-text h3,
.profile,
.profile p,
.name {
  color: #333;
}

/* lower pages typography */
.lower-text,
.message-text p,
.overview-list dd,
.business-list li,
.officer-list dd,
.pdf-link-list li {
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  color: #333;
}

.profile p,
.overview-list dt,
.officer-list dt {
  font-size: 13px;
  line-height: 1.85;
  font-weight: 500;
  color: #333;
}

.profile p.name,
.name {
  font-weight: 800 !important;
}


.lower-sub-title {
  margin: 20px 0 20px;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 700;
  color: #333;
}

.rule-number-list,
.rule-manner-list {
  margin: 0;
  padding-left: 1.5em;
}

.rule-number-list li,
.rule-manner-list li {
  margin-bottom: 1em;
}

.rule-example {
  margin: 24px 0;
  padding: 20px 24px;
  background: #f7f7f7;
  border-radius: 10px;
}

.rule-table-wrap {
  overflow-x: auto;
  margin: 24px 0;
}

.rule-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 520px;
}

.rule-table th,
.rule-table td {
  padding: 12px 14px;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 15px;
  line-height: 1.6;
}

.rule-table th {
  background: #f3f3f3;
  font-weight: 700;
}

.rule-table tr:hover td {
  background: #f8f8e6;
}

.rule-flow {
  display: inline-block;

  margin: 5px 0 5px;
  padding: 14px 20px;

  background: #f7f7f7;

  border: 1px solid #ddd;
  border-radius: 12px;

  font-size: 16px;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: .03em;

  color: #333;
}


.activity-link-button {
  margin: 38px 0 0;
  text-align: center;
}

.activity-link-button a {
  display: inline-block;

  padding: 26px 42px;

  border-radius: 18px;

  background:
    linear-gradient(
      180deg,
      #fff7f8 0%,
      #ffeef1 100%
    );

  border: 2px solid #f3cfd6;

  text-align: center;
  text-decoration: none;

  transition:
    transform .25s ease,
    box-shadow .25s ease,
    background .25s ease;
}

.activity-link-button a:hover {
  transform: translateY(-3px);

  background:
    linear-gradient(
      180deg,
      #fff4f6 0%,
      #ffe5ea 100%
    );

  box-shadow:
    0 10px 24px rgba(180, 80, 100, .12);
}

.activity-link-button__sub {
  display: block;

  margin-bottom: 10px;

  color: #9a6b74;

  font-size: 13px;
  line-height: 1.7;
  font-weight: 500;
}

.activity-link-button__main {
  display: block;

  color: #b23a48;

  font-size: 26px;
  line-height: 1.6;
  font-weight: 700;

  letter-spacing: .04em;
}

.reg-mark {
  font-size: 0.42em;
  vertical-align: 1.05em;
  line-height: 1;
  margin-left: 0.02em;
}













@media (max-width: 900px) {
  .lower-heading {
    padding: 20px 18px;
  }

  .lower-heading h1 {
    font-size: 26px;
  }

  .overview-list div,
  .officer-list div {
    grid-template-columns: 1fr;
  }

  .overview-list dt,
  .officer-list dt {
    padding: 10px 14px;
  }

  .overview-list dd,
  .officer-list dd {
    padding: 11px 14px;
  }

  .pdf-link-list--columns {
    grid-template-columns: 1fr;
  }









}










/* founders message - pairgo-future based */
@media (min-width: 769px) {
  .profile {
    min-height: 330px;
  }

.profile.blue {
  border-color: #4a90e2;
}

.profile.orange {
  border-color: #f39c12;
}

}












@media (max-width: 768px) {
  .message-wrap {
    flex-direction: column;
    gap: 60px;
  }

  .message-block {
    width: 100%;
  }

  .message-title {
    font-size: 1.6rem;
    line-height: 1.5;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .message-photo {
    width: 60%;
    margin: 0 auto 20px;
    border-radius: 20px;
  }

  .message-text h3 {
    font-size: 1.5rem;
    transform: translateX(-0.2em);
  }

  .name {
    font-size: 1.3rem !important;
  }

  .activity-link-button a {
    padding: 22px 24px;
    border-radius: 16px;
  }

  .activity-link-button__main {
    font-size: 21px;
    line-height: 1.5;
  }







}
























/* pairgo song */
.pairgosong-section {
  padding-top: 10px;
}

.pairgosong-section .inner {
  max-width: none;
}

.pairgosong-wrap {
  align-items: stretch;
  gap: 24px;
}

.pairgosong-card {
  text-align: center;
  padding: 16px 16px 24px;
  border-radius: 20px;
  box-shadow: 0 2px 10px rgba(0,0,0,.03);
  display: flex;
  flex-direction: column;
}

.pairgosong-photo {
  width: 100%;
  margin: 0 0 24px;
  border-radius: 20px;
}

.pairgosong-buttons {
  display: grid;
  gap: 14px;
  width: 86%;
  margin: 0 auto;
}

.pairgosong-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  width: 100%;
  padding: 13px 18px;

  border: 2px solid #e7b8c1;
  border-radius: 999px;

  background:
    linear-gradient(
      180deg,
      #fff7f8 0%,
      #ffeef1 100%
    );

  color: #333;
  font-family: var(--font-ja);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .04em;

  cursor: pointer;
}

.pairgosong-button:hover {
  transform: translateY(-2px);

  background:
    linear-gradient(
      180deg,
      #fff4f6 0%,
      #ffe5ea 100%
    );

  box-shadow:
    0 8px 18px rgba(180, 80, 100, .14);
}

@media (max-width: 768px) {
  .pairgosong-card {
    padding: 16px 14px 24px;
  }

  .pairgosong-photo,
  .pairgosong-buttons {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}




.pairgosong-intro {
  max-width: 900px;
  margin: 0 auto 30px;
  text-align: left;
}

.pairgosong-intro p {
  margin: 0;
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  color: #333;
}

.pairgosong-card--aioi {
  background:
    linear-gradient(
      180deg,
      #e7f6ff 0%,
      #dddbff 100%
    );
}

.pairgosong-card--dream {
  background:
    linear-gradient(
      180deg,
      #edf9df 0%,
      #f4edcf 100%
    );
}




.song-modal {
  position: fixed;
  inset: 0;

  display: none;

  z-index: 9999;
}

.song-modal.is-open {
  display: block;
}

.song-modal__overlay {
  position: absolute;
  inset: 0;

  background: rgba(0,0,0,.75);
}

.song-modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(920px, 92vw);
}

.song-modal__box {
  padding: 34px 34px 38px;
  border-radius: 24px;
  background:
    linear-gradient(
      180deg,
      #edf9df 0%,
      #f4edcf 100%
    );
  box-shadow: 0 18px 42px rgba(0,0,0,.22);
}

.song-modal__title {
  margin: 0 0 24px;
  text-align: center;
  color: #333;
  font-size: 26px;
  line-height: 1.55;
  font-weight: 700;
}

.song-modal__title span {
  font-size: 16px;
  font-weight: 500;
}

.song-modal__movie {
  position: relative;
  padding-top: 56.25%;
  background: #000;
  border-radius: 16px;
  overflow: hidden;
}

.song-modal__movie iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.song-modal__close {
  position: absolute;
  top: -46px;
  right: 0;
  border: 0;
  background: none;
  color: #fff;
  font-size: 40px;
  line-height: 1;
  cursor: pointer;
}

@media (max-width: 768px) {
  .song-modal__box {
    padding: 24px 18px 24px;
    border-radius: 18px;
  }

  .song-modal__title {
    font-size: 20px;
  }

  .song-modal__title span {
    font-size: 14px;
  }
}


.song-modal__lyrics {
  max-height: 65vh;
  overflow-y: auto;

  padding: 24px 28px;

  background: rgba(255,255,255,.55);

  border-radius: 16px;

  text-align: center;

  line-height: 2.2;
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

.song-modal__lyrics p {
  margin: 0 0 2em;
}

.song-modal__lyrics p:last-child {
  margin-bottom: 0;
}

.song-modal--aioi .song-modal__box {
  background:
    linear-gradient(
      180deg,
      #e7f6ff 0%,
      #dddbff 100%
    );
}




.supporters-catch {
  margin: 0 0 24px;
  text-align: center;
}

.catch-left {
  display: block;

  margin: -5px 0 28px;

  color: #444444; /*#a7844b*/
  font-size: 20px;
  line-height: 1.6;
  font-weight: 500;

  text-align: left;
}

.supporters-catch strong {
  display: block;
  margin-bottom: 10px;

  color: #333;

  font-size: 28px;
  line-height: 1.4;
  font-weight: 700;

  letter-spacing: .06em;
}

.supporters-catch span {
  display: block;
  color: #a7844b;
  font-size: 21px;
  line-height: 1.6;
  font-weight: 500;
}



.supporters-image {
  margin: 36px auto 50px;
  text-align: center;
}

.supporters-image img {
  display: inline-block;
  width: 90%;
  max-width: 100%;
}
.aiforum-image img {
  display: inline-block;
  width: 100%;
  max-width: 100%;
}

.supporters-image {
  position: relative;

  margin: 36px auto 70px;
  text-align: center;
}

.supporters-image img {
  display: inline-block;
  width: 90%;
  max-width: 100%;
}

.supporters-about-button {
  position: absolute;

  right: 7%;
  bottom: -22px;
}

.supporters-image {
  position: relative;
  margin: 36px auto 80px;
  text-align: center;
}

.supporters-about-button {
  position: absolute;
  right: 8%;
  bottom: 20px;
}

.supporters-about-button a {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  padding: 6px 14px 3px;

  border: 3px dotted #ff6d6d;
  border-radius: 8px;

  background: #fff;

  font-size: 19px;
  line-height: 1.2;

  transition:
    transform .25s ease,
    box-shadow .25s ease,
    background-color .25s ease;
}

.supporters-about-button a:hover {
  opacity: 1;
  transform: translateY(-3px);
  background-color: #fffdfd;
  box-shadow: 0 8px 18px rgba(180,80,100,.16);
}

@media (max-width: 768px) {
  .supporters-about-button {
    position: static;
    margin-top: 18px;
    text-align: center;
  }
}


.supporters-page .lower-section-title,
.supporters-section .lower-section-title {
  margin-top: 60px;
}

.supporters-page .info-section:last-child {
  margin-bottom: 0;
}

.supporters-page.message {
  padding-bottom: 0;
}

.lower-page {
  padding-bottom: 60px;
}

.supporters-fee-list dt,
.supporters-fee-list dd {
  font-size: 16px;
  line-height: 2;
}

.supporters-fee-list dd {
  display: flex;
  align-items: center;
}

.fee-unit {
  flex: 0 0 30px;
}

.fee-price {
  width: 180px;
  text-align: right;
}


.supporters-apply {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.supporters-apply__web,
.supporters-apply__paper {
  padding: 28px;

  background: #fff;

  border: 2px solid #f3cfd6;
  border-radius: 20px;
}

.supporters-qr {
  margin-top: 24px;
  text-align: center;
}

.supporters-qr img {
  width: 220px;
  max-width: 100%;
  border-radius: 12px;
}

.supporters-contact-list {
  margin-top: 20px;
}

.supporters-contact-list dt {
  width: 120px;
}

@media (max-width: 768px) {

  .supporters-apply {
    grid-template-columns: 1fr;
  }

}




.supporters-apply {
  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 48px;

  padding: 36px 42px;

  background: #fff;

  border: 2px solid #f3cfd6;
  border-radius: 20px;

  box-shadow:
    0 4px 18px rgba(180,80,100,.08);
}

.supporters-apply__text {
  flex: 1;
}

.supporters-apply__text .lower-sub-title {
  margin-top: 0;
}

.supporters-apply__qr {
  flex: 0 0 180px;
}

.supporters-apply__qr img {
  display: block;
  width: 180px;
  height: auto;
}

@media (max-width: 768px) {

  .supporters-apply {
    flex-direction: column;
    gap: 28px;

    padding: 24px 18px;
  }

  .supporters-apply__text {
    width: 100%;
  }

  .supporters-apply__qr {
    flex: none;
  }

  .supporters-apply__qr img {
    width: 180px;
    margin: 0 auto;
  }

}




.supporters-tax {
  margin-top: 8px;
}

.supporters-tax-block {
  margin-top: 42px;
  padding-top: 28px;

  border-top: 2px solid #ddd;
}

.supporters-tax-block:first-child {
  margin-top: 28px;
}

.supporters-tax-block .lower-sub-title {
  margin-top: 0;
  margin-bottom: 18px;
}

.supporters-tax-block .lower-text {
  margin-bottom: 18px;
}

.supporters-note {
  margin: 10px 0 18px 1em;

  font-size: 14px;
  line-height: 1.8;

  color: #666;
}



.supporters-contact {
  margin-top: 8px;
}

.supporters-contact p {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 2;
}




.supporters-fee-head dt,
.supporters-fee-head dd {
  background: #f7f3e9;
  font-weight: 700;
  color: #412c0e;
}

.supporters-fee-head dd {
  border-left: 1px solid #ddd;
}

.underline {
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-color: #cf9e50;
}






.supporters-form-link {
  margin-top: 25px;
  max-width: 320px;
}

.supporters-form-link .pairgosong-button {
  width: 100%;
}






.supporters-photo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;

  margin: 28px 0 28px;
  padding: 24px;

  border: 2px dotted #d9ccb4;
  border-radius: 18px;

  background:
    linear-gradient(
      180deg,
      #fffdf9 0%,
      #f8f3e8 100%
    );

  box-shadow:
    0 4px 14px rgba(140,120,80,.08);
}

.supporters-photo-item {
  margin: 0;
}

.supporters-photo-item img {
  display: block;
  width: 100%;

  border-radius: 12px;

  box-shadow:
    0 4px 12px rgba(0,0,0,.08);
}

.supporters-photo-item figcaption {
  margin-top: 10px;

  text-align: center;

  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;

  color: #4a2b00;
}

@media (max-width: 900px) {

  .supporters-photo-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

}





.pc-only {
  display: inline;
}

@media (max-width: 900px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}

@media (max-width: 900px) {
  .sp-only {
    display: inline;
  }
}





.aiforum-members {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 5px;

  margin: 34px 0 64px;
}

.aiforum-member {
  text-align: center;
}

.aiforum-member img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1.28;
  object-fit: cover;
  border-radius: 6px;
}

.aiforum-member--circle img {
  aspect-ratio: 1 / 1.28;
  object-fit: contain;
  border-radius: 0;
}

.aiforum-member__role {
  margin: 12px 0 2px;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
}

.aiforum-member__name {
  margin: 0 0 2px;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 800;
}

.aiforum-member__name span {
  font-size: 75%;
  font-weight: 700;
}

.aiforum-member__profile {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
}

@media (max-width: 768px) {
  .aiforum-members {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 18px;
  }

  .aiforum-member--circle {
    grid-column: 1 / -1;
    max-width: 52%;
    margin: 0 auto;
  }

  .aiforum-member__name {
    font-size: 17px;
  }
}






.aiforum-photo-box {
  margin: 60px 0 0;
  padding: 24px;

  border: 2px dotted #d9ccb4;
  border-radius: 18px;

  background: #fbf8f1;
}

.aiforum-photo-box__title {
  margin: 0 0 22px;

  font-size: 22px;
  line-height: 1.5;
  font-weight: 700;

  color: #333;
}

.aiforum-photo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.aiforum-photo-item {
  margin: 0;
}

.aiforum-photo-item img {
  display: block;
  width: 100%;
  border-radius: 6px;
}

.aiforum-photo-item figcaption {
  margin-top: 10px;

  font-size: 15px;
  line-height: 1.6;
  font-weight: 500;

  color: #555;
}

@media (max-width: 900px) {
  .aiforum-photo-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .aiforum-photo-box {
    padding: 18px;
  }
}






.nhpairgo-notice {
  margin: 40px 0 60px;
  padding: 24px 30px;

  text-align: center;

  background:
    linear-gradient(
      180deg,
      #fffdf9 0%,
      #fffac9 100%
    );

  border: 1px solid #f8f0ab;
  border-radius: 18px;

  box-shadow:
    0 4px 14px rgba(140,120,80,.08);
}

.nhpairgo-notice__lead {
  margin: 0 0 8px;

  color: #a7844b;

  font-size: 14px;
  font-weight: 700;
  letter-spacing: .12em;
}

.nhpairgo-notice__text {
  margin: 0;

  color: #a32802;

  font-size: 24px;
  line-height: 1.6;
  font-weight: 700;
}





.side-nh-banner {
  margin-top: 30px;
}

.side-nh-banner a {
  display: block;
}

.side-nh-banner img {
  display: block;
  width: 95%;
  height: auto;

  border-radius: 8px;

  transition: opacity .2s ease;
}

.side-nh-banner a:hover img {
  opacity: .9;
}






.cognitive-author {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 10px;
  margin-bottom: 32px;
  margin-left: auto;
  padding: 18px 24px;
  background:
    linear-gradient(
      180deg,
      #f7fbff 0%,
      #eef5fb 100%
    );
  border: 1px solid #d8e6f0;
  border-radius: 16px;
  max-width: 700px;
}

.cognitive-author__photo {
  flex: 0 0 120px;
}

.cognitive-author__photo img {
  display: block;
  width: 120px;
  height: auto;
}

.cognitive-author__name {
  margin: 0 0 10px;

  font-size: 20px;
  line-height: 1.3;
  font-weight: 800;
}

.cognitive-author__name span {
  font-size: 65%;
  font-weight: 700;
}

.cognitive-author__profile {
  margin: 0 0 6px;

  font-size: 14px;
  line-height: 1.8;
}

.cognitive-author__text {
  margin: 0;

  font-size: 14px;
  line-height: 1.8;
}




.cognitive-figure-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  max-width: 780px;
  margin: 30px auto 40px;
}

.cognitive-figure {
  margin: 0;
}

.cognitive-figure img {
  display: block;
  width: 100%;
  height: auto;

  border: 1px solid #ddd;
  border-radius: 8px;

  background: #fff;
}

.cognitive-figure-source {
  max-width: 760px;
  margin: -30px auto 40px;
  text-align: left;
  font-size: 10px;
  line-height: 1.5;
  color: #888;
  font-style: italic;
}

@media (max-width: 900px) {

  .cognitive-figure-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

}



.cognitive-result-block {
  display: flex;
  align-items: flex-start;
  gap: 30px;

  margin: 30px 0;
}

.cognitive-result-text {
  flex: 1;
}

.cognitive-result-image {
  flex: 0 0 230px;
}

.cognitive-result-image img {
  display: block;
  width: 100%;
  height: auto;

  border: 0px solid #ddd;
  border-radius: 8px;

  background: #fff;
}

@media (max-width: 900px) {

  .cognitive-result-block {
    flex-direction: column;
    gap: 20px;
  }

  .cognitive-result-image {
    flex: none;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }

}




.pgpp-photo-wall {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;

  margin: 20px 0 60px;
  padding: 14px;

  background-image: url("/jpga/assets/img/pgpp/bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;

  border-radius: 18px;
}

/*.pgpp-photo-wall img {
  display: block;
  width: 100%;
  height: auto;

  border-radius: 10px;

  box-shadow:
    0 2px 10px rgba(0,0,0,.10);
}*/
.pgpp-photo-wall figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
}

.pgpp-photo-wall figure::after {
  content: "";
  position: absolute;
  inset: 0;

  pointer-events: none;

  background:
    radial-gradient(
      ellipse at center,
      rgba(255,255,255,0) 70%,
      rgba(255,255,255,.75) 100%
    );
}

.pgpp-photo-wall img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 900px) {
  .pgpp-photo-wall {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;

    padding: 10px;
  }
}






.pairgo-fun {
  margin-top: 20px;
}

.pairgo-fun__title {
  margin: 0 0 10px;
  padding-left: 14px;

  border-left: 2px solid #cf9e50;

  color: #a7844b;

  font-size: 18px;
  line-height: 1.6;
  font-weight: 800;
}

.pairgo-fun p:not(.pairgo-fun__title) {
  margin: 0 0 28px;
}




.pairgo-intro {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 15px;

  align-items: center;

  margin-bottom: 0px;
}

.pairgo-intro__image img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 900px) {

  .pairgo-intro {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .pairgo-intro__image {
    max-width: 280px;
    margin: 0 auto;
  }

}




@media (min-width: 901px) {
  .pairgo-intro--founders {
    grid-template-columns: 1fr 380px;
  }
}





.pairgo-photo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;

  margin: 30px 0 0;
}

.pairgo-photo-grid__main {
  grid-column: 1 / -1;
}

.pairgo-photo-grid figure {
  margin: 0;
}

.pairgo-photo-grid img {
  display: block;
  width: 100%;
  height: auto;

  border-radius: 12px;

  box-shadow: 0 3px 12px rgba(0,0,0,.08);
}

.pairgo-photo-grid figcaption {
  margin-top: 8px;

  text-align: center;

  font-size: 13px;
  color: #666;
  line-height: 1.5;
}

@media (max-width: 900px) {

  .pairgo-photo-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .pairgo-photo-grid__main {
    grid-column: auto;
  }

}




.catch-highlight {
  color: #a7844b;
  font-weight: 700;
  letter-spacing: .02em;
}






.joc-column {
  margin: 35px 0 50px;
  padding: 24px 28px;

  background: #f8f4eb;

  border: 2px dotted #d6c7a8;
  border-radius: 12px;
}

.joc-column__title {
  margin: 0 0 18px;

  color: #a7844b;

  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
}

.joc-column p:last-of-type {
  margin-bottom: 0;
}


















