/* ===== COMMON ===== */
.topInner {
  max-width: 1384px;
  margin: 0 auto;
  position: relative;
}
body.top .contents {
  background-color: transparent;
}
body.top .topContents {
  background: transparent;
  border-radius: 0;
  padding-top: 0;
}
body.top .secPartner .partner h2 {
  display: none;
}
body.top .secTtl {
  font-family: "BBH Hegarty", sans-serif;
  font-weight: 400;
  font-size: clamp(4rem, 4.44vw, 6.4rem);
  line-height: 1.05;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: var(--colorBlack);
  padding: 22px 0;
  margin: 0;
  word-break: keep-all;
}
body.top .secAmbassador .secTtl {
  font-size: clamp(5.6rem, 6.11vw, 8.8rem);
  line-height: 1;
}
body.top .secTtl:before {
  content: none;
}

/* ===== AMBASSADOR ===== */
.secAmbassador {
  padding: 0;
}
.secAmbassador__inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 40px;
}
.secAmbassador__left {
  width: 65%;
  display: flex;
  flex-direction: column;
}
.secAmbassador__left .secTtl {
  margin-bottom: 16px;
}
.secAmbassador__left .kv {
  width: 100%;
  aspect-ratio: 899 / 505;
  background: #cdd2d6 center / cover no-repeat;
}
.secAmbassador__panel {
  width: 34%;
  background: var(--colorBlue);
  padding: 32px 24px 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.secAmbassador__panel h3 {
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.4;
  color: var(--colorBlack);
}
.secAmbassador__panel .lead {
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: justify;
}
.secAmbassador__panel > .btnMore {
  margin-left: auto;
}
.movie {
  display: flex;
  flex-direction: column;
  margin-top: auto;
}
.movie__thumb {
  display: block;
  width: 100%;
  aspect-ratio: 414 / 233;
  background: #20242a center / cover no-repeat;
  position: relative;
  border: 4px solid var(--colorBlack);
/*   filter: grayscale(1); */
}
/* .movie__thumb:after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.1);
  pointer-events: none;
} */
.movie__thumb .play {
  width: 101px;
  height: 101px;
  z-index: 1;
}
.movie__bar {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 64px;
  padding: 0 24px;
  background: var(--colorBlack);
  color: #ffffff;
  text-decoration: none;
}
.movie__ttl {
  flex: 1;
  font-family: "Akshar", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
}
.movie__bar i {
  position: relative;
  display: block;
  width: 24px;
  height: 8px;
  flex-shrink: 0;
}
.movie__bar i:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: translateY(-50%);
}
.movie__bar i:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: translate(0, -50%) rotate(45deg);
}

/* ===== NEWS ===== */
.secNews .topInner,
.secPartner .topInner {
  border-top: 4px solid var(--colorBlack);
}
.newsList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--colorBlack);
  padding-top: 24px;
}
.newsCard {
  min-width: 0;
  padding: 0 32px;
  border-right: 1px solid var(--colorBlack);
}
.newsCard:first-child {
  padding-left: 0;
}
.newsCard:last-child {
  border-right: none;
  padding-right: 0;
}
.newsList .newsCard:nth-child(3n + 1) {
  padding-left: 0;
}
.newsList .newsCard:nth-child(3n) {
  border-right: none;
  padding-right: 0;
}
.newsCard a {
  display: flex;
  align-items: stretch;
  gap: 16px;
  text-decoration: none;
  color: var(--colorBlack);
}
.newsCard__body {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  min-height: 128px;
}
.newsCard__thumb {
  flex: none;
  width: 128px;
  height: 128px;
  background: #d9d9d9 center / cover no-repeat;
}
.newsCard__meta {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: "Akshar", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1;
}
.newsCard__meta .cat {
  color: var(--colorBlue);
}
.newsCard__title {
  margin-top: 18px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
  background: rgba(37, 207, 229, 0.2);
}
.newsCard__title .hl {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.newsCard .btnMore {
  align-self: flex-end;
  margin-top: auto;
  padding-top: 18px;
}

.newsArchiveList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 48px;
  border-top: 1px solid var(--colorBlack);
  padding-top: 40px;
}
.newsArchiveList .newsCard {
  flex: none;
}
.newsArchiveList .newsCard:nth-child(3n + 1) {
  padding-left: 0;
}
.newsArchiveList .newsCard:nth-child(3n) {
  border-right: none;
  padding-right: 0;
}

.supporterArchiveList {
  column-gap: 48px;
  row-gap: 64px;
}

.post-type-archive-supporter .archiveWrap .inner,
.post-type-archive-article .archiveWrap .inner {
  max-width: 1384px;
  margin: 0 auto;
  padding: 72px 0 120px;
}

.post-type-archive-supporter .archiveWrap .inner > h1,
.post-type-archive-article .archiveWrap .inner > h1 {
  margin-bottom: 40px;
  font-family: "BBH Hegarty", sans-serif;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  color: var(--colorBlack);
}

.archiveWrap .noPosts {
  padding: 40px 0;
  font-size: 1.5rem;
  line-height: 1.9;
}

#viewMore {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 240px;
  max-width: 100%;
  margin: 64px auto 0;
  padding: 16px 24px;
  border: 1px solid var(--colorBlack);
  background: transparent;
  font-family: "Akshar", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.08em;
  color: var(--colorBlack);
  cursor: pointer;
  transition: 0.3s;
}
#viewMore:hover {
  background: var(--colorBlack);
  color: #fff;
}
#viewMoreRoader {
  margin-top: 24px;
  text-align: center;
}

.archiveWrap .pagination {
  margin-top: 64px;
}
.archiveWrap .pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  font-family: "Akshar", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
}
.archiveWrap .pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
  color: var(--colorBlack);
  text-decoration: none;
  transition: 0.3s;
}
.archiveWrap .pagination a.page-numbers:hover {
  color: var(--colorBlue);
}
.archiveWrap .pagination .page-numbers.current {
  color: var(--colorBlue);
}
/* ===== SUPPORTER ABOUT ===== */
.secSupporterAbout {
  padding: 30px 0;
}
.secSupporterAbout__inner {
  display: flex;
  align-items: stretch;
  gap: 0;
  border-top: 4px solid var(--colorBlack);
}
.secSupporter {
  flex: 0 0 64%;
  max-width: 64%;
}
.secAbout {
  flex: 1;
  min-width: 0;
  border-left: 1px solid var(--colorBlack);
  padding-left: 32px;
}

.secSupporter__head {
  background: var(--colorBlue);
  padding: 24px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.secSupporter__head .secTtl {
  flex-shrink: 0;
}
.secSupporter__headRight {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
}
.secSupporter__headRight .lead {
  font-size: 1.4rem;
  line-height: 1.6;
}
.supporterList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 24px;
  padding: 30px 30px 0 0;
}
.supporterCard {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.supporterCard__head {
  display: flex;
  align-items: start;
  gap: 10px;
  width: 100%;
}
.supporterCard .avatar {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #d9d9d9 center / cover no-repeat;
}
.supporterCard .meta {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.supporterCard .name {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}
.supporterCard .sub {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.supporterCard .affil {
  font-size: 1.4rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.4);
  width: 100%;
}
.supporterCard .tags {
  display: flex;
  gap: 8px;
}
.supporterCard .tag {
  background: rgba(37, 207, 229, 0.2);
  padding: 2px 4px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}
.supporterCard .desc {
  font-size: 1.4rem;
  line-height: 1.6;
  min-height: 90px;
}
.supporterCard__movie {
  display: block;
  width: 100%;
  aspect-ratio: 424 / 264;
  background: #20242a center / cover no-repeat;
  position: relative;
}
.supporterCard__movie .play {
  width: 80px;
  height: 80px;
}
button.supporterCard__movie {
  border: 0;
  padding: 0;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}
.supporterCard .btnMore {
  margin-left: auto;
}

/* ===== SUPPORTER SINGLE ===== */
.supporterSingle {
  padding: 72px 0 120px;
}
.supporterSingle__inner {
  padding: 0 32px;
}
.supporterSingle__hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  border-top: 4px solid var(--colorBlack);
  border-bottom: 1px solid var(--colorBlack);
  background: rgba(255, 255, 255, 0.54);
}
.supporterSingle__hero--noVisual {
  grid-template-columns: 1fr;
}
.supporterSingle__copy {
  display: flex;
  flex-direction: column;
  min-height: 520px;
  padding: 30px 32px 32px;
  background: var(--colorBlue);
}
.supporterSingle__eyebrow {
  font-size: 7.2rem;
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0.02em;
}
.supporterSingle__title {
  margin-top: auto;
  padding-top: 56px;
  font-size: clamp(3.6rem, 4.03vw, 5.8rem);
  font-weight: 800;
  line-height: 1.18;
}
.supporterSingle__profile {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--colorBlack);
}
.supporterSingle__avatar {
  flex-shrink: 0;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: #d9d9d9 center / cover no-repeat;
}
.supporterSingle__meta {
  min-width: 0;
}
.supporterSingle__affil {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.52);
}
.supporterSingle__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}
.supporterSingle__tag {
  background: rgba(255, 255, 255, 0.68);
  padding: 4px 6px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}
.supporterSingle__visual {
  min-width: 0;
  border-left: 1px solid var(--colorBlack);
}
.supporterSingle__visual img,
.supporterSingle__movie {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}
.supporterSingle__movie {
  position: relative;
  border: 0;
  padding: 0;
  background: #20242a center / cover no-repeat;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}
.supporterSingle__movie .play {
  width: 96px;
  height: 96px;
}
.supporterSingle__body {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 56px;
  padding: 64px 80px;
  border-bottom: 1px solid var(--colorBlack);
}
.supporterSingle__bodyTitle {
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
}
.supporterSingle .postContents {
  font-size: 1.6rem;
  line-height: 2;
}
.supporterSingle .postContents > *:first-child {
  margin-top: 0;
}
.supporterSingle .postContents > * + * {
  margin-top: 1.6em;
}
.supporterSingle .postContents h2,
.supporterSingle .postContents h3 {
  margin-top: 2em;
  font-weight: 800;
  line-height: 1.45;
}
.supporterSingle .postContents h2 {
  font-size: 2.8rem;
}
.supporterSingle .postContents h3 {
  font-size: 2.2rem;
}
.supporterSingle .postContents a {
  color: var(--colorBlack);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
.supporterSingle__nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding-top: 40px;
}
.supporterSingle__nav > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 167px;
  max-width: 100%;
  padding: 0 2px 12px;
  border-bottom: 2px solid var(--colorBlack);
  font-family: "Akshar", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.4;
  color: var(--colorBlack);
  text-decoration: none;
  transition: 0.3s;
}
.supporterSingle__nav > a > span {
  white-space: nowrap;
}
.supporterSingle__nav > a > i {
  position: relative;
  display: block;
  width: 24px;
  height: 8px;
  flex-shrink: 0;
  transition: 0.3s;
}
.supporterSingle__nav > a > i:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: translateY(-50%);
}
.supporterSingle__nav > a > i:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: translate(0, -50%) rotate(45deg);
}
.supporterSingle__prev {
  grid-column: 1;
  justify-self: start;
}
.supporterSingle__prev i {
  order: -1;
  transform: rotate(180deg);
}
.supporterSingle__next {
  grid-column: 3;
  justify-self: end;
}
.supporterSingle__back {
  grid-column: 2;
  justify-self: center;
  width: 220px;
}

.secAbout .secTtl {
  margin-bottom: 20px;
}
.secAbout__lead {
  background: rgba(37, 207, 229, 0.2);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 4px 8px;
  font-size: 1.4rem;
  line-height: 1.6;
}
.secAbout > .btnMore {
  margin: 24px 0 0 auto;
}
.aboutStats {
  list-style: none;
  margin-top: 24px;
}
.aboutStat {
  position: relative;
  border-top: 1px solid var(--colorBlack);
  padding: 24px 0;
  min-height: 240px;
}
.aboutStat__txt {
  position: relative;
  z-index: 2;
}
.aboutStat__img {
  position: absolute;
  right: 0;
  top: 24px;
  bottom: 24px;
  width: 52%;
  background: center / contain no-repeat;
  z-index: 1;
}
.aboutStat__img--bottom {
  top: auto;
  bottom: 0;
  height: 260px;
  max-height: 100%;
  background-position: right bottom;
}
.aboutStat .title {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.4;
  color: var(--colorBlack);
}
.aboutStat .title .hl {
  background: var(--colorBlue);
}
.aboutStat .pill {
  display: inline-block;
  border: 1px solid var(--colorBlack);
  padding: 5px 10px;
  margin-top: 16px;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.4;
}
.aboutStat .num {
  display: flex;
  align-items: flex-end;
  margin-top: 12px;
  font-weight: 500;
  font-size: 10rem;
  line-height: 0.9;
  letter-spacing: -0.04em;
  color: var(--colorBlack);
}
.aboutStat .num .unit {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 4rem;
  letter-spacing: 0;
  margin-left: 8px;
  padding-bottom: 8px;
}
.aboutStat .note {
  margin-top: 12px;
  font-size: 1rem;
  line-height: 1.6;
}
.aboutStat .note a {
  color: var(--colorBlack);
  word-break: break-all;
}
.aboutStat .note--narrow {
  width: 243px;
  max-width: 100%;
}

/* ===== PARTNER ===== */
.secPartner {
  margin-bottom: 36px;
}
.secPartner .secHead {
  border-bottom: 1px solid var(--colorBlack);
}
.featuredTtl {
  display: block;
  width: fit-content;
  margin: 48px auto 32px;
  padding: 6px 10px;
  background: rgba(37, 207, 229, 0.2);
  font-family: "BBH Hegarty", sans-serif;
  font-weight: 400;
  font-size: 3.2rem;
  letter-spacing: 0.02em;
  text-align: center;
}
.featured {
  display: flex;
  gap: 24px;
}
.featured__col {
  flex: 1;
  min-width: 0;
  border: 1px solid var(--colorBlue);
}
.featured__ttl {
  background: var(--colorBlue);
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
}
.featured__ttlX {
  margin: 0 0.25em;
}
.featured__inner {
  display: flex;
  flex-direction: column;
  min-height: 300px;
  padding: 28px 64px;
}
.featured__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 170px;
}

.featured__inner--motto {
  justify-content: space-between;
  gap: 24px;
}
.featured__composite {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.featured__desc {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
}
.featured__descLogo {
  flex: none;
  width: 47px;
  height: auto;
}
.featured__descTxt {
  font-size: 1.2rem;
  line-height: 1.7;
  max-width: 458px;
}

.featured__inner--mirai {
  justify-content: center;
  gap: 24px;
}
.featured__inner--mirai .kddiLogo {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.featured__inner--mirai .note {
  font-size: 1.2rem;
  line-height: 1.7;
  padding: 0 20px;
}

.secBnr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 32px 64px;
  margin-top: 32px;
  padding: 16px 24px;
  background: var(--colorGray, #e7e7e7);
}
.secBnr__item {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
.secBnr__banner {
  display: block;
  flex-shrink: 0;
}
.secBnr__banner img {
  display: block;
  width: 100%;
  max-width: 338px;
  height: auto;
}
.secBnr__note {
  position: relative;
  width: 278px;
  text-align: justify;
  display: flex;
  align-items: center;
}
.secBnr__note p {
  padding-left: 20px;
  font-size: 1.2rem;
  line-height: 1.6;
}
.secBnr__note:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background-image: radial-gradient(circle, var(--colorBlack) 1px, transparent 1px);
  background-size: 2px 6px;
  background-repeat: repeat-y;
}

.secPartner .partner {
  margin-top: 32px;
  padding: 56px 40px 64px;
  border-top: 1px solid var(--colorBlack);
  border-left: 1px solid var(--colorBlack);
  border-right: 1px solid var(--colorBlack);
  border-bottom: none;
  text-align: center;
  background-color: var(--colorWhite);
}
.secPartner .partner h3 {
  margin-bottom: 24px;
  font-size: 1.4rem;
  font-weight: 500;
}
.secPartner .partner ul {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  list-style: none;
}
.secPartner .partner ul.main li img {
  width: 184px;
}

.secPartner .partner .subWrap {
  display: flex;
  justify-content: center;
  gap: 80px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.secPartner .partner ul.sub {
  gap: 52px;
}
.secPartner .partner ul.sub li img.KDDI {
  width: 200px;
}
.secPartner .partner ul.sub li img.kap {
  width: 200px;
}
.secPartner .partner ul.sub li img.footerLogoJATA {
  width: 248px;
}
.secPartner .partner ul.sub li img.footerLogoPDS {
  width: 143px;
}

.secPartner .partner ul.list {
  flex-wrap: wrap;
  gap: 48px;
  max-width: 968px;
  margin: 0 auto;
}
.secPartner .partner ul.list li {
  position: relative;
  width: calc((100% - 144px) / 6);
}
/* ===================== ABOUT PAGE ===================== */

body.about .contents {
  background-color: #f3f2f0;
}
body.about .topHero,
body.about .topMenu {
  background-color: #f3f2f0;
}

.aboutPage {
  padding-bottom: 64px;
}

.aboutSec__ttl {
  position: relative;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--colorBlack);
  margin-bottom: 48px;
}
.aboutSec__ttl:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: var(--colorBlack);
}
.aboutSec__ttl span {
  position: relative;
  display: inline-block;
  padding: 0 32px;
  background: #f3f2f0;
}

.aboutLede {
  display: flex;
  align-items: flex-start;
  gap: 48px;
  padding: 40px 0;
}
.aboutLede__ttl {
  flex-shrink: 0;
  font-family: "BBH Hegarty", sans-serif;
  font-weight: 400;
  font-size: clamp(4rem, 5vw, 7.2rem);
  line-height: 1;
  letter-spacing: 0.02em;
  word-break: keep-all;
}
.aboutLede__lead {
  flex: 1;
  min-width: 0;
  max-width: 830px;
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: justify;
  background: rgba(37, 207, 229, 0.2);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 4px 6px;
}

.bgIssues {
  padding-bottom: 40px;
}
.bgIssues .aboutSec__ttl {
  margin-bottom: 40px;
  padding: 12px 24px;
  font-size: 3.2rem;
  letter-spacing: 0.03em;
  background: rgba(37, 207, 229, 0.2);
  border-top: 2px solid var(--colorBlack);
  border-bottom: 2px solid var(--colorBlack);
}
.bgIssues .aboutSec__ttl:before {
  content: none;
}
.bgIssues .aboutSec__ttl span {
  padding: 0;
  background: none;
}
.bgIssues__cols {
  display: flex;
}
.bgIssues__col {
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.bgIssues__col--left {
  width: 53.36%;
  padding-right: 48px;
}
.bgIssues__col--right {
  width: 46.64%;
  padding-left: 48px;
  border-left: 1px solid var(--colorBlack);
}
.bgIssues .aboutStat {
  flex: 1;
}
.bgIssues .aboutStat:first-child {
  border-top: none;
  padding-top: 0;
}
.bgIssues .aboutStat .title {
  font-size: 3.2rem;
}
.bgIssues .aboutStat .pill {
  margin-top: 20px;
}
.bgIssues .aboutStat .num {
  margin-top: 38px;
}
.bgIssues .aboutStat .note {
  margin-top: 90px;
}
.bgIssues .aboutStat .note.hl {
  margin-top: 0;
}
.bgIssues__col--right .aboutStat__img {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  width: 100%;
  max-width: 431px;
  height: auto;
  aspect-ratio: 431 / 440;
  margin: 24px auto 8px;
  background-position: center;
}

.purpose .aboutSec__ttl {
  margin-bottom: 0;
  padding: 12px 24px;
  font-size: 3.2rem;
  letter-spacing: 0.03em;
  background: rgba(37, 207, 229, 0.2);
  border-top: 2px solid var(--colorBlack);
  border-bottom: 2px solid var(--colorBlack);
}
.purpose .aboutSec__ttl:before {
  content: none;
}
.purpose .aboutSec__ttl span {
  padding: 0;
  background: none;
}

.purpose__panel {
  position: relative;
  background: rgba(37, 207, 229, 0.2);
  padding: 64px 64px 215px;
  text-align: center;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 180px), 50% 100%, 0 calc(100% - 180px));
  margin-bottom: 30px;
}
.purpose__logo {
  display: block;
  width: 100%;
  max-width: 525px;
  margin: 0 auto 64px;
}
.purpose__list {
  display: flex;
  justify-content: center;
  gap: 32px;
  list-style: none;
}
.purpose__item {
  flex: 1;
  min-width: 0;
  max-width: 408px;
}
.purpose__circle {
  width: 100%;
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 28px;
  padding: 48px 40px;
}
.purpose__icon {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 202px;
}
.purpose__circle img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 202px;
  object-fit: contain;
}
.br-sp {
  display: none;
}
.purpose__circle h3 {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.4;
  color: var(--colorBlack);
}
.purpose__desc {
  margin-top: 32px;
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: justify;
  color: var(--colorBlack);
}

.areas__head {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 80px;
  padding: 22px 96px;
  margin-bottom: 35px;
  background: rgba(37, 207, 229, 0.2);
  border-top: 2px solid var(--colorBlack);
  border-bottom: 2px solid var(--colorBlack);
}
.areas__ttl {
  flex-shrink: 0;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
.areas__lead {
  flex: 0 1 800px;
  min-width: 0;
  font-size: 1.4rem;
  line-height: 1.6;
}
.areas__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  list-style: none;
}
.areaCard {
  position: relative;
  display: flex;
  gap: 24px;
  padding: 30px 0;
}
.areaCard:nth-child(odd) {
  padding-right: 40px;
}
.areaCard:nth-child(even) {
  padding-left: 40px;
}
.areaCard:nth-child(-n + 2) {
  padding-top: 0;
}
.areaCard:nth-child(n + 3) {
  padding-bottom: 0;
}
.areaCard:nth-child(odd):after {
  content: "";
  position: absolute;
  right: 0;
  width: 2px;
  background-image: radial-gradient(circle, var(--colorBlack) 1px, transparent 1px);
  background-size: 2px 6px;
  background-repeat: repeat-y;
}
.areaCard:nth-child(-n + 2):before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  background-image: radial-gradient(circle, var(--colorBlack) 1px, transparent 1px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
}
.areaCard:nth-child(1):after {
  top: 0;
  height: calc(100% - 20px);
}
.areaCard:nth-child(3):after {
  bottom: 0;
  height: calc(100% - 20px);
}
.areaCard:nth-child(1):before {
  left: 0;
  width: calc(100% - 20px);
}
.areaCard:nth-child(2):before {
  right: 0;
  width: calc(100% - 20px);
}
.areaCard__img {
  flex-shrink: 0;
  width: 305px;
  height: 240px;
  background: #e3e3e0 center / cover no-repeat;
}
.areaCard__body {
  flex: 1;
  min-width: 0;
}
.areaCard__ttl {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 16px;
}
.areaCard__txt {
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: justify;
}

.aboutPage .partnerContact {
  margin-top: 32px;
}
/* ===================== 404 NOT FOUND ===================== */
.error404 .archiveWrap .inner {
  max-width: 1384px;
  margin: 0 auto;
  padding: 0 32px;
}
.notFound {
  text-align: center;
  padding: 80px 0 120px;
}
.notFound__code {
  font-size: 12rem;
  font-weight: 700;
  line-height: 1;
  color: var(--colorBlue);
  letter-spacing: 0.04em;
}
.notFound__title {
  margin-top: 8px;
  font-size: 3.2rem;
  line-height: 1.2;
  color: var(--colorBlack);
}
.notFound__lead {
  margin-top: 24px;
  font-size: 1.5rem;
  line-height: 1.9;
}
.notFound__back {
  margin: 40px auto 0;
}

/* ===================== レスポンシブ（全ページ共通） ===================== */

@media screen and (min-width: 781px) {
  .aboutStat:last-child {
      padding-bottom: 71px;
  }

  .movie__bar:hover i {
      transform: translateX(5px);
  }
  .secAmbassador__left .kv,
  .movie__thumb,
  .supporterCard__movie {
      overflow: hidden;
  }
  .movie__thumb:hover .play,
  .supporterCard__movie:hover .play {
      transform: translate(-50%, -50%) scale(1.08);
  }
  .supporterSingle__nav > a:hover i {
      transform: translateX(5px);
  }
  .supporterSingle__prev:hover i {
      transform: rotate(180deg) translateX(5px);
  }
  .newsCard a:hover .newsCard__thumb {
      opacity: 0.85;
  }

}

@media screen and (max-width: 1080px) and (min-width: 781px) {
  .secAmbassador__inner {
      flex-direction: column;
      gap: 24px;
  }
  .secAmbassador__left,
  .secAmbassador__panel {
      width: 100%;
  }
  .secAmbassador__panel .movie__thumb {
      aspect-ratio: 16 / 7;
  }

  .secSupporterAbout__inner {
      flex-direction: column;
      gap: 56px;
  }
  .secSupporter {
      flex: none;
      max-width: 100%;
      width: 100%;
      padding-right: 0;
  }
  .secAbout {
      border-left: none;
      padding-left: 0;
  }
  .aboutStat__txt {
      max-width: 60%;
  }
  .supporterSingle__hero {
      grid-template-columns: 1fr;
  }
  .supporterSingle__copy {
      min-height: 400px;
  }
  .supporterSingle__visual {
      border-left: none;
      border-top: 1px solid var(--colorBlack);
  }
  .supporterSingle__visual img,
  .supporterSingle__movie {
      min-height: 420px;
      aspect-ratio: 16 / 9;
  }
  .supporterSingle__body {
      grid-template-columns: 220px minmax(0, 1fr);
      gap: 36px;
  }
}

@media screen and (max-width: 780px) {
  .post-type-archive-supporter .archiveWrap .inner,
  .post-type-archive-article .archiveWrap .inner {
      padding: 48px 15px 80px;
  }
  .post-type-archive-supporter .archiveWrap .inner > h1,
  .post-type-archive-article .archiveWrap .inner > h1 {
      margin-bottom: 28px;
      font-size: 3.6rem;
  }
  #viewMore {
      margin-top: 48px;
  }
  .archiveWrap .pagination {
      margin-top: 48px;
  }

  .topInner {
      margin-left: 15px;
      margin-right: 15px;
      padding: 0;
  }

  .secNews,
  .secPartner {
      padding: 40px 0;
  }

  .secPartner {
      padding-top: 0;
      margin-bottom: 0;
  }

  body.top .secTtl {
      font-size: 10vw;
      padding: 0;
  }
  .secPartner .secHead {
      padding: 16px 0;
  }

  body.top .secAmbassador .secTtl {
      font-size: 10.5vw;
      margin: 20px 0;
  }
  .secAmbassador__inner {
      flex-direction: column;
      gap: 16px;
  }
  .secAmbassador__left,
  .secAmbassador__panel {
      width: 100%;
  }
  .secAmbassador__panel {
      padding: 24px 20px 20px;
  }
  .secAmbassador__panel h3 {
      font-size: 2.6rem;
      text-align: justify;
  }
  .secAmbassador__panel > .btnMore {
/*       justify-content: flex-end; */
      gap: 16px;
  }
  .secAmbassador__panel .movie__thumb {
      aspect-ratio: 16 / 9;
  }
  .movie__bar {
      height: 52px;
      padding: 0 16px;
  }
  .movie__ttl {
      font-size: 1.8rem;
  }
  .movie__thumb .play {
      width: 72px;
      height: 72px;
  }

  .secNews .secHead {
      padding: 16px 0 24px;
  }
  .newsList {
      grid-template-columns: 1fr;
      padding-top: 16px;
  }
  .newsList .newsCard:nth-child(3n + 1),
  .newsList .newsCard:nth-child(3n) {
      padding-left: 0;
      padding-right: 0;
  }
  .newsCard {
      padding: 20px 0;
      border-right: none;
      border-bottom: none;
  }
  .newsCard:first-child {
      padding-top: 0;
  }
  .newsCard:last-child {
      padding-bottom: 0;
  }
  .newsCard__body {
      min-height: 120px;
  }
  .newsCard__thumb {
      width: 120px;
      height: 120px;
  }

  .newsArchiveList {
      grid-template-columns: 1fr;
      row-gap: 0;
      padding-top: 16px;
  }
  .newsArchiveList .newsCard:nth-child(3n + 1),
  .newsArchiveList .newsCard:nth-child(3n) {
      padding-left: 0;
      padding-right: 0;
  }
  .supporterArchiveList {
      column-gap: 0;
      row-gap: 48px;
  }
  .supporterSingle {
      padding: 48px 0 80px;
  }
  .supporterSingle__inner {
      padding: 0 15px;
  }
  .supporterSingle__hero {
      grid-template-columns: 1fr;
  }
  .supporterSingle__copy {
      min-height: 0;
      padding: 22px 20px 24px;
  }
  .supporterSingle__eyebrow {
      font-size: 4.2rem;
      line-height: 1;
  }
  .supporterSingle__title {
      margin-top: 56px;
      padding-top: 0;
      font-size: 3.2rem;
      line-height: 1.25;
  }
  .supporterSingle__profile {
      align-items: flex-start;
      gap: 12px;
      margin-top: 24px;
      padding-top: 18px;
  }
  .supporterSingle__avatar {
      width: 64px;
      height: 64px;
  }
  .supporterSingle__affil {
      font-size: 1.3rem;
  }
  .supporterSingle__tags {
      gap: 6px;
      margin-top: 8px;
  }
  .supporterSingle__tag {
      font-size: 1.2rem;
  }
  .supporterSingle__visual {
      border-left: none;
      border-top: 1px solid var(--colorBlack);
  }
  .supporterSingle__visual img,
  .supporterSingle__movie {
      height: auto;
      min-height: 230px;
      aspect-ratio: 16 / 9;
  }
  .supporterSingle__movie .play {
      width: 72px;
      height: 72px;
  }
  .supporterSingle__body {
      display: block;
      padding: 42px 0 48px;
  }
  .supporterSingle__bodyTitle {
      margin-bottom: 24px;
      font-size: 4.2rem;
  }
  .supporterSingle .postContents {
      max-width: none;
      font-size: 1.5rem;
      line-height: 1.9;
  }
  .supporterSingle .postContents h2 {
      font-size: 2.3rem;
  }
  .supporterSingle .postContents h3 {
      font-size: 1.9rem;
  }
  .supporterSingle__nav {
      display: flex;
      flex-direction: column;
      align-items: stretch;
      gap: 28px;
      padding-top: 32px;
  }
  .supporterSingle__nav > a {
      width: 100%;
  }
  .supporterSingle__prev,
  .supporterSingle__next,
  .supporterSingle__back {
      justify-self: auto;
  }
  .supporterSingle__back {
      order: 2;
  }
  .supporterSingle__prev {
      order: 1;
  }
  .supporterSingle__next {
      order: 3;
  }

  .secSupporterAbout__inner {
      flex-direction: column;
      gap: 48px;
  }
  .secSupporter {
      flex: none;
      width: 100%;
      max-width: 100%;
      padding-right: 0;
  }
  .secAbout {
      border-left: none;
      border-top: 4px solid #000;
      padding-left: 0;
      padding-top: 20px;
  }
  .secAbout__lead {
      margin-top: 20px;
  }
  .secSupporter__head {
      flex-direction: column;
      align-items: flex-start;
      gap: 16px;
      padding: 20px;
  }
/*   .secSupporter__headRight {
      align-items: flex-start;
  } */
  .secSupporter__headRight .btnMore {
	  margin-top: 16px;
  }
  .supporterList {
      grid-template-columns: 1fr;
      gap: 36px;
      margin-top: 28px;
      padding: 0;
  }
  .secAbout .secTtl {
      font-size: 4.4rem;
      padding-top: 16px;
  }
  .aboutStat {
      min-height: 210px;
      padding: 24px 0;
  }
  .bgIssues__col--left .aboutStat:last-child {
      padding: 24px 0;
      border-bottom: 1px solid var(--colorBlack);
  }
  .bgIssues__col--right .aboutStat {
      padding-bottom: 0;
  }
  .aboutStat__txt {
      max-width: 100%;
  }
  .aboutStat__img {
      width: 42%;
      top: 52px;
      bottom: auto;
      height: 150px;
  }
  .aboutStat__img--bottom {
      top: auto;
      bottom: 0;
      height: 170px;
      background-position: right bottom;
  }
  .aboutStat .num {
      font-size: 7rem;
  }
  .aboutStat .num .unit {
      font-size: 3rem;
  }
  .aboutStat .note--narrow {
      width: 52vw;
  }

  .featured {
      flex-direction: column;
  }
  .featuredTtl {
      margin: 32px auto 24px;
      padding: 8px 24px;
      font-size: 2.2rem;
  }
  .featured__ttl {
      flex-direction: column;
      align-items: center;
      padding: 10px;
      font-size: 4.2vw;
      line-height: 2;
  }
  .featured__inner--motto .featured__visual {
      width: 85%;
  }
  .featured__inner--mirai .featured__visual {
      width: 90%;
  }
  .featured__visual {
      height: auto;
      margin: auto;
  }
  .featured__inner--motto,
  .featured__inner--mirai {
      min-height: 0;
      padding: 24px 16px;
  }
  .featured__desc {
      align-items: center;
      flex-direction: column;
  }
  .featured__descTxt {
      text-align: justify;
  }
  .featured__inner--mirai .note {
      padding: 0;
      text-align: justify;
  }
  .secBnr {
      flex-direction: column;
      align-items: stretch;
      gap: 24px;
      padding: 20px;
  }
  .secBnr__item {
      flex-direction: column;
      align-items: center;
      gap: 16px;
  }
  .secBnr__banner {
      width: 100%;
  }
  .secBnr__banner img {
      max-width: 100%;
  }
  .secBnr__note {
      width: 100%;
      padding-left: 0;
      padding-top: 16px;
      border-left: none;
  }
  .secBnr__note p {
      padding-left: 0;
  }
  .secBnr__note:before {
      width: 100%;
      height: 2px;
      background-image: radial-gradient(circle, var(--colorBlack) 1px, transparent 1px);
      background-size: 6px 2px;
      background-repeat: repeat-x;
  }

  .secPartner .partner {
      padding: 40px 16px 48px;
  }
  .secPartner .partner h3 {
      margin-top: 36px;
      margin-bottom: 16px;
      font-size: 1.2rem;
  }
  .secPartner .partner h3:first-child {
      margin-top: 0;
  }
  .secPartner .partner ul.main li img {
      width: 100px;
  }
  .secPartner .partner .subWrap {
      display: block;
  }
  .secPartner .partner .subWrap .subList + .subList {
      margin-top: 40px;
  }
  .secPartner .partner ul.sub {
      gap: 20px;
  }
  .secPartner .partner ul.sub li img.KDDI {
      width: 100px;
  }
  .secPartner .partner ul.sub li img.kap {
      width: 100px;
  }
  .secPartner .partner ul.sub li img.footerLogoJATA {
      width: 100px;
  }
  .secPartner .partner ul.sub li img.footerLogoPDS {
      width: 60px;
  }
  .secPartner .partner ul.list {
      width: 100%;
      gap: 20px;
  }
  .secPartner .partner ul.list li {
      width: calc((100% - 40px) / 3);
  }

  .aboutPage {
      padding-bottom: 56px;
  }

  .aboutLede {
      flex-direction: column;
      gap: 12px;
      padding: 22px 0;
  }
  .aboutLede__ttl {
      font-size: 10.5vw;
  }
  .aboutLede__lead {
      max-width: 100%;
      padding: 0;
  }

  .aboutSec__ttl {
      font-size: 2rem;
      margin-bottom: 32px;
  }
  .aboutSec__ttl span {
      padding: 0 16px;
  }

  .bgIssues__cols {
      flex-direction: column;
  }
  .bgIssues__col--left {
      width: 100%;
      padding-right: 0;
  }
  .bgIssues__col--right {
      width: 100%;
      padding-left: 0;
      border-left: none;
  }
  .bgIssues__col--right .aboutStat {
      border-top: 1px solid var(--colorBlack);
      padding-top: 24px;
  }
  .bgIssues .aboutStat:first-child {
      padding: 24px 0;
  }
  .bgIssues .aboutSec__ttl {
      font-size: 2.4rem;
      margin-bottom: 0;
      padding: 10px 0;
  }
  .bgIssues .aboutStat .title {
      font-size: 2.2rem;
  }
  .aboutStat .pill {
      margin-top: 16px;
      font-size: 4.4vw;
  }
  .bgIssues .aboutStat .num {
      margin-top: 16px;
  }
  .bgIssues .aboutStat .note,
  .bgIssues .aboutStat .note.hl {
      margin-top: 16px;
      width: 52vw;
  }
  .bgIssues__col--right .aboutStat__img {
      position: absolute;
      top: auto;
      right: 0;
      bottom: 0;
      left: auto;
      width: 42%;
      max-width: none;
      height: 170px;
      margin: 0;
      aspect-ratio: auto;
      background-position: right bottom;
      z-index: -1;
  }

  .purpose .aboutSec__ttl {
      font-size: 2.4rem;
      padding: 12px 16px;
  }
  .purpose__panel {
      padding: 40px 16px 96px;
      clip-path: polygon(0 0, 100% 0, 100% calc(100% - 80px), 50% 100%, 0 calc(100% - 80px));
  }
  .purpose__logo {
      max-width: 320px;
      margin-bottom: 25px;
      padding: 0 20px;
  }
  .purpose__list {
      flex-direction: column;
      align-items: stretch;
      gap: 40px;
  }
  .purpose__item {
      width: 100%;
      max-width: 100%;
  }
  .purpose__circle {
      max-width: 260px;
      margin: 0 auto;
      padding: 32px 24px;
      gap: 16px;
  }
  .br-sp {
      display: inline;
  }
  .purpose__icon {
      height: 120px;
  }
  .purpose__circle img {
      max-width: 100px;
  }
  .purpose__circle h3 {
      font-size: 1.8rem;
  }
  .purpose__desc {
      margin-top: 16px;
      text-align: left;
  }

  .areas__head {
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      gap: 8px;
      padding: 16px;
      margin-bottom: 0px;
  }
  .areas__ttl {
      min-width: 0;
      font-size: 2.4rem;
      text-align: center;
  }
  .areas__lead {
      flex: 0 0 auto;
      width: 100%;
  }
  .areas__note {
      font-size: 1rem;
  }
  .areas__list {
      grid-template-columns: 1fr;
  }
  .areaCard {
      flex-direction: column;
      align-items: flex-start;
      gap: 16px;
      padding: 28px 0;
  }
  .areaCard:nth-child(odd) {
      padding-right: 0;
  }
  .areaCard:nth-child(even) {
      padding-left: 0;
  }
  .areaCard:nth-child(-n + 2) {
      padding-top: 28px;
  }
  .areaCard:nth-child(n + 3) {
      padding-bottom: 28px;
  }
  .areaCard:nth-child(odd):after {
      display: none;
  }
  .areaCard:nth-child(-n + 2):before {
      content: none;
  }
  .areaCard:not(:last-child):before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 2px;
      background-image: radial-gradient(circle, var(--colorBlack) 1px, transparent 1px);
      background-size: 6px 2px;
      background-repeat: repeat-x;
  }
  .areaCard__img {
      width: 100%;
      height: 220px;
  }

  .aboutPage .partnerContact {
      margin-top: 0px;
  }

  .error404 .archiveWrap .inner {
      padding: 0 15px;
  }
  .notFound {
      padding: 56px 0 80px;
  }
  .notFound__code {
      font-size: 8rem;
  }
  .notFound__title {
      font-size: 2.4rem;
  }
  .notFound__lead {
      font-size: 1.4rem;
  }
}
