/* ===========================
   Top Page
   =========================== */

.tp-page {
  background: #0a0a0f;
  margin: 0 auto;
}

/* Hero */
.tp-hero {
  position: relative;
  /* height: 642px; */
  height: 700px;
  background-color: #08194f;
  background-image: url('/game-award/2026/assets/images/sp-hero.jpg');
  background-size: cover;
  background-position: center bottom;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}

.tp-hero__text {
  position: absolute;
  top: 10%;
  left: 34px;
  right: 33px;
  text-align: center;
}

.tp-hero__logo {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 284px;
}

.tp-hero__title-main {
  font-size: 37.91px;
  font-family: "RankLabelFont", sans-serif;
  font-weight: 800;
  color: #fff;
  line-height: 41.6px;
  margin: 0;
  text-align: center;
}

.tp-hero__title-year {
  font-size: 36.992px;
  font-family: "Helvetica Neue", "Arial", sans-serif;
  font-weight: 800;
  color: #fff;
  line-height: normal;
  margin: 0;
  text-align: center;
}

.tp-hero__tagline {
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: normal;
  text-align: center;
  margin: 5px 0 0;
}

/* About */
.tp-about {
  position: relative;
  overflow: hidden;
  padding: 70px 20px 35px;
  display: flex;
  flex-direction: column;
  gap: 34px;
  background: #011637;
}

.tp-about::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('/game-award/2026/assets/images/about-bg.jpg');
  background-size: cover;
  background-position: center;
  background-color: rgba(0, 37, 90, 0.8);
  mix-blend-mode: overlay;
  opacity: 0.3;
  pointer-events: none;
}

.tp-about::after {
  content: '';
  position: absolute;
  inset: 0;
  background:linear-gradient(to bottom, rgba(20, 28, 130, 0.8) 0%, rgba(44, 62, 154, 0) 20%), linear-gradient(
180deg, rgba(1, 22, 55, 0.00) 90%, rgb(1 22 55 / 80%) 100%);
  pointer-events: none;
}

.tp-about > * {
  position: relative;
  z-index: 1;
}


.tp-about__text {
  font-size: 13px;
  color: #eee;
  line-height: 24px;
  text-align: center;
}

.tp-about__text p {
  margin: 0 0 24px;
}

.tp-about__text p:last-child {
  margin-bottom: 0;
}

/* Categories */
.tp-categories {
  padding: 56px 20px 42px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  background: #011637;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  box-sizing: border-box;
}

.tp-cat-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.tp-cat-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding: 53px 21px 35px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  overflow: hidden;
  text-decoration: none;
  background: #001875;
}

.tp-cat-card__bg {
  position: absolute;
  inset: 0;
  border-radius: 16px;
}

.tp-cat-card__bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.55;
}

.tp-cat-card__bg-img--65 {
  opacity: 0.65;
}

.tp-cat-card__overlay {
  position: absolute;
  inset: 0;
}

.tp-cat-card__overlay--gameplay {
  background:
    linear-gradient(180deg, rgba(154, 133, 244, 0) 50%, rgba(255, 99, 191, 0.7) 100%),
    linear-gradient(90deg, rgba(0, 24, 117, 0.4) 0%, rgba(0, 24, 117, 0.4) 100%);
}

.tp-cat-card__overlay--story {
  background:
    linear-gradient(180deg, rgba(154, 133, 244, 0) 50%, rgba(125, 95, 255, 0.7) 100%),
    linear-gradient(90deg, rgba(0, 24, 117, 0.4) 0%, rgba(0, 24, 117, 0.4) 100%);
}

.tp-cat-card__overlay--community {
  background:
    linear-gradient(180deg, rgba(154, 133, 244, 0) 50%, rgba(9, 195, 211, 0.7) 100%),
    linear-gradient(90deg, rgba(0, 24, 117, 0.3) 0%, rgba(0, 24, 117, 0.3) 100%);
}

.tp-cat-card__overlay--marketing {
  background:
    linear-gradient(180deg, rgba(68, 77, 247, 0) 50%, rgba(68, 77, 247, 0.7) 100%),
    linear-gradient(90deg, rgba(0, 24, 117, 0.3) 0%, rgba(0, 24, 117, 0.3) 100%);
}

.tp-cat-card__blur {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  height: 154px;
  backdrop-filter: blur(0.5px);
  background: rgba(217, 217, 217, 0.01);
}

.tp-cat-card__name {
  position: relative;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  text-align: center;
  text-shadow: 0px 0px 44px #02217b, 0px 0px 12px rgba(30, 76, 210, 0.83);
}

.tp-cat-card__desc {
  position: relative;
  font-size: 12px;
  color: #fff;
  line-height: 19.2px;
  text-align: center;
  margin: 0;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.9);
}

/* Selection Process */
.tp-selection {
  background: #001a42;
  padding: 56px 20px 42px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  box-sizing: border-box;
}

.tp-selection__header {
  display: flex;
  flex-direction: column;
  gap: 7px;
  align-items: center;
  width: 100%;
}

.tp-selection__title {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin: 0;
}

.tp-selection__sub {
  display: flex;
  flex-direction: column;
  gap: 9px;
  align-items: center;
}

.tp-selection__en {
  font-size: 12px;
  color: #b1aff8;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: center;
  margin: 0;
}

.tp-selection__bar {
  width: 40px;
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(90deg, #6c5ce7, #00ced1);
}

.tp-steps {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  width: 100%;
}

.tp-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 20px 15px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: linear-gradient(90deg, #3222a8, #064a9d);
  width: 100%;
  box-sizing: border-box;
}

.tp-step__num {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(180deg, #7b6cff 0%, #00ced1 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
  line-height: 1;
}

.tp-step__body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: center;
  width: 100%;
}

.tp-step__title {
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}

.tp-step__text {
  margin: 0;
  color: #eee;
  font-size: 13px;
  line-height: 1.4;
  white-space: nowrap;
}

.tp-step__arrow {
  font-size: 20px;
  color: #6c5ce7;
  text-align: center;
  margin: 0;
  line-height: 1;
}

/* Judges */
.tp-judges {
  background: rgba(0, 26, 66, 0.85);
  padding: 56px 20px 42px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  box-sizing: border-box;
}

.tp-judges__inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0 auto;
}

/* Shared section header (reusable for judges / selection) */
.tp-section-header {
  display: flex;
  flex-direction: column;
  gap: 7px;
  align-items: center;
  width: 100%;
}

.tp-section-header__title {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin: 0;
}

.tp-section-header__sub {
  display: flex;
  flex-direction: column;
  gap: 9px;
  align-items: center;
}

.tp-section-header__en {
  font-size: 12px;
  color: #b1aff8;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: center;
  margin: 0;
}

.tp-section-header__bar {
  width: 40px;
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(90deg, #6c5ce7, #00ced1);
}

/* Judge grid */
.tp-judge-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tp-judge-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}


/* Judge card */
.tp-judge-card {
  background: #fff;
  border: 1px solid #6c5ce7;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 0;
  gap: 8px;
  width: calc(36% - 16px);
  max-width: 148px;
}

.tp-judge-row--2 .tp-judge-card {
  flex-shrink: 0;
}


.tp-judge-card__photo {
  height: 100px;
  width: 100%;
  overflow: hidden;
  flex-shrink: 0;
}

.tp-judge-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}

.tp-judge-card__info {
  padding: 0 6px 8px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
}

.tp-judge-card__name {
  font-size: 14px;
  color: #06134b;
  font-weight: 700;
  line-height: 19.6px;
  margin: 0;
  width: 100%;
}

.tp-judge-card__role {
  font-size: 11px;
  color: #666;
  font-weight: 400;
  line-height: 15.4px;
  margin: 0;
  width: 100%;
}

/* Judge Modal */
.tp-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
  align-items: center;
  justify-content: center;
}

.tp-modal.is-open {
  display: flex;
}

.tp-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
}

.tp-modal__panel {
  position: relative;
  background: #fff;
  border-radius: 10px;
  width: calc(100% - 48px);
  max-width: 360px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 40px 20px 20px;
}

.tp-modal__close {
  position: absolute;
  top: 14px;
  right: 16px;
  background: none;
  border: none;
  width: 16px;
  height: 16px;
  font-size: 30px;
  color: #333;
  cursor: pointer;
  line-height: 1;
  padding: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tp-modal__photo {
  width: 120px;
  height: 120px;
  overflow: hidden;
  flex-shrink: 0;
}

.tp-modal__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tp-modal__info {
  display: flex;
  flex-direction: column;
  gap: 7px;
  width: 100%;
}

.tp-modal__header {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.tp-modal__name {
  font-size: 14px;
  color: #06134b;
  font-weight: 700;
  line-height: 19.6px;
  margin: 0;
}

.tp-modal__role {
  font-size: 11px;
  color: #666;
  font-weight: 400;
  line-height: 15.4px;
  margin: 0;
}

.tp-modal__bio {
  font-size: 13px;
  color: #0a0a0f;
  font-weight: 400;
  line-height: 20.8px;
  margin: 0;
}

/* Award Winners */
.tp-winners {
  background:
    linear-gradient(180deg, rgba(5, 21, 86, 0.85) 0%, rgba(0, 65, 108, 0.68) 50.964%, rgba(0, 23, 61, 0.85) 100%),
    linear-gradient(90deg, #0a0a0f 0%, #0a0a0f 100%);
  padding: 49px 20px 56px;
  display: flex;
  flex-direction: column;
  gap: 38px;
  align-items: center;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  box-sizing: border-box;
}

.tp-winner-cats {
  display: flex;
  flex-direction: column;
  gap: 49px;
  width: 100%;
}

/* Category block */
.tp-winner-cat {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.tp-winner-cat__head {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tp-winner-cat__name {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  white-space: nowrap;
}

.tp-winner-cat__sub {
  display: flex;
  align-items: center;
  gap: 3px;
}

.tp-winner-cat__en {
  font-size: 12px;
  color: #9c8fff;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1;
  margin: 0;
  white-space: nowrap;
}

.tp-winner-cat__line {
  flex: 1 0 0;
  height: 0.5px;
  background: #9b9be3;
  min-width: 4px;
}

/* Cards list */
.tp-winner-cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Base card */
.tp-winner-card {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none;
  position: relative;
}

/* Grand prize card */
.tp-winner-card--grand {
  padding: 16px 15px 15px;
  gap: 7px;
}

.tp-winner-card__top {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
}

.tp-winner-card__icon--lg {
  width: 80px;
  height: 80px;
  border-radius: 14px;
  overflow: hidden;
  flex-shrink: 0;
}

.tp-winner-card__icon--lg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Silver prize card */
.tp-winner-card--silver {
  flex-direction: row;
  align-items: flex-start;
  padding: 15px;
  gap: 15px;
}

.tp-winner-card__icon--sm {
  width: 70px;
  height: 70px;
  border-radius: 14px;
  overflow: hidden;
  flex-shrink: 0;
}

.tp-winner-card__icon--sm img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Card meta */
.tp-winner-card__meta {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
  min-width: 0;
}

.tp-winner-card__rank {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  white-space: nowrap;
}

.tp-winner-card--silver .tp-winner-card__rank {
  font-size: 15px;
}

.tp-winner-card__title {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}

.tp-winner-card--silver .tp-winner-card__title {
  font-size: 14px;
  line-height: 1.3;
}

.tp-winner-card__dev {
  font-size: 11px;
  color: #ccc;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}

/* Reason block (grand prize only) */
.tp-winner-card__reason-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.tp-winner-card__sep {
  height: 1px;
  background: rgba(255, 255, 255, 0.06);
  width: 100%;
}

.tp-winner-card__reason {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin: 0 0 2px;
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  line-height: 1.4;
}

/* "> 詳細を見る" button */
.tp-winner-card__more-row {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 20px;
  align-items: center;
}

.tp-winner-card__more {
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 2px 7px;
  font-size: 11px;
  color: #eee;
  font-weight: 400;
  line-height: 1.4;
  white-space: nowrap;
}

.tp-winner-card__copyright {
  margin-top: 7px;
  color: #fff;
  font-size: 11px;
}

/* Rank label color variants */
.tp-winner-card__rank--gameplay {
  background: linear-gradient(90deg, #c889ff 0%, #fff 30%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.tp-winner-card__rank--story {
  background: linear-gradient(90deg, #9889ff, #fff 30%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.tp-winner-card__rank--community {
  background: linear-gradient(90deg, #2cd4d6, #fff 30%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.tp-winner-card__rank--marketing {
  background: linear-gradient(90deg, #89a0ff, #fff 30%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Card background color variants */
.tp-winner-card--grand.tp-winner-card--gameplay {
  background:
    linear-gradient(97.74deg, rgba(255, 99, 191, 0) 0%, rgba(255, 99, 191, 0.46) 100.73%),
    linear-gradient(90deg, rgba(108, 92, 231, 0.15) 0%, rgba(23, 23, 102, 0.7) 100%);
}
.tp-winner-card--silver.tp-winner-card--gameplay {
  background:
    linear-gradient(106.76deg, rgba(255, 99, 191, 0) 0%, rgba(255, 99, 191, 0.45) 100.73%),
    linear-gradient(90deg, rgba(108, 92, 231, 0.15) 0%, rgba(23, 23, 102, 0.7) 100%);
}

.tp-winner-card--grand.tp-winner-card--story {
  background:
    linear-gradient(97.74deg, rgba(125, 95, 255, 0) 0%, rgba(125, 95, 255, 0.5) 100.73%),
    linear-gradient(90deg, rgba(108, 92, 231, 0.15) 0%, rgba(23, 23, 102, 0.7) 100%);
}
.tp-winner-card--silver.tp-winner-card--story {
  background:
    linear-gradient(106.76deg, rgba(125, 95, 255, 0) 0%, rgba(125, 95, 255, 0.5) 100.73%),
    linear-gradient(90deg, rgba(108, 92, 231, 0.15) 0%, rgba(23, 23, 102, 0.7) 100%);
}

.tp-winner-card--grand.tp-winner-card--community {
  background:
    linear-gradient(98.31deg, rgba(9, 195, 211, 0) 0%, rgba(9, 195, 211, 0.5) 100.73%),
    linear-gradient(90deg, rgba(108, 92, 231, 0.15) 0%, rgba(23, 23, 102, 0.7) 100%);
}
.tp-winner-card--silver.tp-winner-card--community {
  background:
    linear-gradient(106.76deg, rgba(9, 195, 211, 0) 0%, rgba(9, 195, 211, 0.5) 100.73%),
    linear-gradient(90deg, rgba(108, 92, 231, 0.15) 0%, rgba(23, 23, 102, 0.7) 100%);
}

.tp-winner-card--silver.tp-winner-card--marketing {
  background:
    linear-gradient(106.76deg, rgba(68, 77, 247, 0) 0%, rgba(68, 77, 247, 0.4) 100.73%),
    linear-gradient(90deg, rgba(108, 92, 231, 0.15) 0%, rgba(23, 23, 102, 0.7) 100%);
}

/* Ceremony */
.tp-ceremony {
  background:
    linear-gradient(180deg, rgb(19, 27, 129) 0%, rgba(19, 27, 129, 0) 8.371%),
    linear-gradient(90deg, rgba(5, 21, 86, 0.85) 0%, rgba(5, 21, 86, 0.85) 100%);
  padding: 56px 20px 42px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  box-sizing: border-box;
}

.tp-ceremony-box {
  background: linear-gradient(90deg, rgba(108, 92, 231, 0.6) 0%, rgba(0, 206, 209, 0.5) 100%);
  border: 1px solid rgba(108, 92, 231, 0.2);
  border-radius: 20px;
  overflow: hidden;
  padding: 32px 16px 35px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  box-sizing: border-box;
}

.tp-ceremony-box__text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
}

.tp-ceremony-box__date {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  line-height: 28px;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.tp-ceremony-box__venue {
  font-size: 15px;
  font-weight: 600;
  color: #9c8fff;
  line-height: 1.4;
  margin: 0;
}

.tp-ceremony-box__desc {
  font-size: 13px;
  font-weight: 400;
  color: #eee;
  line-height: 1.6;
  margin: 0;
}

/* Lower block: main image + sub images */
.tp-ceremony-box__lower {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.tp-ceremony-box__main-img {
  height: 204px;
  margin: 0 -16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
}

.tp-ceremony-box__main-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Sub images */
.tp-ceremony-sub-imgs {
  display: flex;
  flex-direction: column;
  gap: 16px;

}

.tp-ceremony-sub-img {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tp-ceremony-sub-img__frame {
  width: 100%;
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
}

.tp-ceremony-sub-img__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tp-ceremony-sub-img__label {
  font-size: 12px;
  color: #eee;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  margin: 0;
}

/* Partners */
.tp-partners {
  background: rgba(5, 21, 86, 0.9);
  padding: 56px 20px 42px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  box-sizing: border-box;
}

.tp-partners__logos {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.tp-partners__logo {
  width: 160px;
  height: 75px;
  flex-shrink: 0;
}
.tp-partners__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}


/* Organizer */
.tp-organizer {
  background: rgba(5, 21, 86, 0.9);
  padding: 56px 20px 100px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  box-sizing: border-box;
}

.tp-organizer__logos {
  display: flex;
  align-items: center;
  gap: 24px;
}

.tp-organizer__logo-appliv {
  width: 133px;
  height: auto;
  display: block;
}

.tp-organizer__logo-games {
  height: 24px;
  width: auto;
  display: block;
}

/* Award Winner badge: hidden on SP */
.tp-winner-card__badge {
  display: none;
}

/* SP-only / PC-only visibility helpers */
.sp-only {
  /* displayed by default; hidden at PC breakpoint */
}
.pc-only {display: none;}
/* PC title elements: hidden on SP */
.tp-hero__title-pc {
  display: none;
}

/* ===========================
   Category Page
   =========================== */

body {
  background: #051556;
}

.cp-page {
  background: #051556;
  margin: 0 auto;
}

/* --- Hero --- */
.cp-hero {
  position: relative;
  height: 210px;
  background: #002e6f;
  overflow: hidden;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background-image:
  linear-gradient(rgba(0,46,111,0.5), rgba(0,46,111,0.5)), 
  url('/game-award/2026/assets/images/about-bg.jpg');
  background-size: cover;
  background-position: center;
}

.cp-hero:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 20px;
  width: 100%;
  background: linear-gradient(180deg, rgba(5, 21, 86, 0.00) -7.44%, #051556 81.19%);
}

.cp-hero__logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 56px;
  width: 209px;
  z-index: 2;
}

.cp-hero__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.cp-hero__title {
  display: none;
}

/* --- Category Title --- */
.cp-cat-header {
  padding: 14px 20px 35px;
  display: flex;
  justify-content: center;
}

.cp-cat-title {
  font-size: 21px;
  color: #fff;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  letter-spacing: -0.2px;
}

/* --- Content --- */
.cp-content {
  background: linear-gradient(to bottom, rgba(5, 21, 86, 0.5), #051556);
  padding: 0 20px 49px;
  overflow: hidden;
}

.cp-awards {
  display: flex;
  flex-direction: column;
  gap: 49px;
  align-items: center;
  width: 100%;
}

/* --- Award Card --- */
.cp-card {
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-radius: 14px;
  background:
    linear-gradient(91.11deg, rgba(255, 99, 191, 0) 0%, rgba(255, 99, 191, 0.45) 100.73%),
    linear-gradient(90deg, rgba(108, 92, 231, 0.15) 0%, rgba(23, 23, 102, 0.7) 100%);
  display: flex;
  flex-direction: column;
  gap: 42px;
  align-items: center;
  padding: 21px 0 42px;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
}

.cp-card--silver {
  padding-top: 28px;
}

.cp-card__main {
  display: flex;
  flex-direction: column;
  gap: 56px;
  align-items: center;
  width: 100%;
}

.cp-card__top {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  width: 100%;
}

/* Card Head */
.cp-card__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
}

.cp-card__rank-wrap {
  display: flex;
  flex-direction: column;
  gap: 11px;
  align-items: center;
  width: 100%;
}

.cp-card__rank-img {
  width: 115px;
  height: 105px;
  overflow: hidden;
}

.cp-award-badge {
  width: 115px;
  height: 105px;
  -webkit-mask-image: url('/game-award/2026/assets/images/award-winner.svg');
  mask-image: url('/game-award/2026/assets/images/award-winner.svg');
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background: linear-gradient(to bottom, #fcfaff 0%, #ca8dff 78.365%, #ff90d1 100%);
}

/* Hiragino Sans W8（iOS）がなければ Hiragino Kaku Gothic ProN W6 にフォールバック */
@font-face {
  font-family: "RankLabelFont";
  src: local("HiraginoSans-W8"), local("Hiragino Sans W8");
  font-weight: 800;
}
@font-face {
  font-family: "RankLabelFont";
  src: local("HiraKakuProN-W6"), local("Hiragino Kaku Gothic ProN W6");
  font-weight: 600;
}

.cp-card__rank-label {
  font-size: 28px;
  font-family: "RankLabelFont", sans-serif;
  font-weight: 800;
  text-align: center;
  width: 322px;
  height: 34px;
  line-height: 1.21;
  background: linear-gradient(90deg, #c889ff 34.69%, #fff 69.498%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0 0 10px;
  white-space: nowrap;
}

.cp-card__badge-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 10px;
  width: 100%;
}

.cp-card__name {
  font-size: 26px;
  font-family: "RankLabelFont", sans-serif;
  font-weight: 800;
  text-align: center;
  line-height: 1.3;
  background: linear-gradient(90deg, #c788ff, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  width: 100%;
  margin: 0;
}

/* App Block */
.cp-card__app-block {
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: center;
  width: 100%;
}

.cp-card__app-inner {
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: center;
  width: 100%;
}

.cp-card__app-info {
  display: flex;
  flex-direction: column;
  gap: 21px;
  align-items: center;
}

.cp-card__app-icon {
  width: 135px;
  height: 135px;
  border-radius: 14px;
  overflow: hidden;
  flex-shrink: 0;
}

.cp-card__app-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cp-card__app-desc {
  margin: 0 20px;
  font-size: 14px;
  color: #fff;
  line-height: 1.7;
  text-align: center;
  font-weight: 600;
}

.cp-card__divider {
  width: 186px;
  height: 5px;
  border-radius: 12px;
  background: linear-gradient(90deg, #6c5ce7, #00ced1);
  flex-shrink: 0;
}

/* Judge & Winner */
.cp-card__judge,
.cp-card__winner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  width: 100%;
}

.cp-card__sec-title {
  font-size: 21px;
  color: #fff;
  font-weight: 600;
  line-height: 1.133;
  white-space: nowrap;
  margin: 0;
}

.cp-card__photo {
  width: 120px;
  height: 120px;
  background: #fff;
  flex-shrink: 0;
}
.cp-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cp-card__comment {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
}

.cp-card__comment--wide {
  padding: 0 28px;
}

.cp-card__comment-name {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  line-height: 1.7;
  margin: 0;
}

.cp-card__comment-text {
  font-size: 14px;
  color: #fff;
  line-height: 1.7;
  margin: 0;
}

/* Card Buttons */
.cp-card__btns {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
}

.cp-btn-store {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 322px;
  height: 50px;
  border-radius: 40px;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  line-height: 1;
  flex-shrink: 0;
}

.cp-btn-store--apple {
  background: linear-gradient(201.91deg, rgb(251, 140, 255) 5.97%, rgb(9, 145, 255) 45.74%);
}

.cp-btn-store--google {
  background: linear-gradient(201.91deg, rgb(255, 194, 41) 5.97%, rgb(112, 196, 21) 45.74%);
}

.cp-card__copyright {
  margin: 0px 10px;
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
}

/* Back Button */
.cp-btn-back {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 335px;
  height: 48px;
  border-radius: 40px;
  background: linear-gradient(245.89deg, #f1d9ff 15.02%, #c0e7ff 59.15%);
  font-size: 14px;
  color: #32358a;
  font-weight: 600;
  text-decoration: none;
  flex-shrink: 0;
}

/* --- Gameplay Innovation Colors --- */
.cp-page--gameplay .cp-card {
  background:
    url('/game-award/2026/assets/images/bg-award-winner.png'),
    linear-gradient(91.11deg, rgba(255, 99, 191, 0) 0%, rgba(255, 99, 191, 0.45) 100.73%),
    linear-gradient(90deg, rgba(108, 92, 231, 0.15) 0%, rgba(23, 23, 102, 0.7) 100%);
  background-blend-mode: overlay, normal, normal;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: top left, center, center;
  background-size: contain, cover, cover;
}

/* --- Marketing & Promotion Colors --- */
.cp-page--marketing .cp-card {
  background:
    url('/game-award/2026/assets/images/bg-award-winner.png'),
    linear-gradient(91.21deg, rgba(68, 77, 247, 0) 0%, rgba(68, 77, 247, 0.4) 100.73%),
    linear-gradient(90deg, rgba(108, 92, 231, 0.15) 0%, rgba(23, 23, 102, 0.7) 100%);
  background-blend-mode: overlay, normal, normal;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: top left, center, center;
  background-size: contain, cover, cover;
}

.cp-page--marketing .cp-award-badge {
  background: linear-gradient(to bottom, #fcfaff 0%, #89a0ff 78.365%, #b3c6ff 100%);
}

.cp-page--marketing .cp-card__rank-label {
  background: linear-gradient(90deg, #89a0ff 34.352%, #fff 69.498%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.cp-page--marketing .cp-card__name {
  background: linear-gradient(90deg, #89a0ff, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* --- Story & Narrative Colors --- */
.cp-page--story .cp-card {
  background:
    url('/game-award/2026/assets/images/bg-award-winner.png'),
    linear-gradient(91.11deg, rgba(125, 95, 255, 0) 0%, rgba(125, 95, 255, 0.5) 100.73%),
    linear-gradient(90deg, rgba(108, 92, 231, 0.15) 0%, rgba(23, 23, 102, 0.7) 100%);
  background-blend-mode: overlay, normal, normal;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: top left, center, center;
  background-size: contain, cover, cover;
}

.cp-page--story .cp-award-badge {
  background: linear-gradient(to bottom, #fcfaff 0%, #9889ff 78.365%, #c4b5fd 100%);
}

.cp-page--story .cp-card__rank-label {
  background: linear-gradient(90deg,#9889ff 34.352%, #fff 69.498%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.cp-page--story .cp-card__name {
  background: linear-gradient(90deg, #9c8ef2, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* --- Community Engagement Colors --- */
.cp-page--community .cp-card {
  background:
    url('/game-award/2026/assets/images/bg-award-winner.png'),
    linear-gradient(91.11deg, rgba(9, 195, 211, 0) 0%, rgba(9, 195, 211, 0.5) 100.73%),
    linear-gradient(90deg, rgba(108, 92, 231, 0.15) 0%, rgba(23, 23, 102, 0.7) 100%);
  background-blend-mode: overlay, normal, normal;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: top left, center, center;
  background-size: contain, cover, cover;
}

.cp-page--community .cp-award-badge {
  background: linear-gradient(to bottom, #fcfaff 0%, #2cd4d6 78.365%, #7ff0f1 100%);
}

.cp-page--community .cp-card__rank-label {
  background: linear-gradient(90deg, #2cd4d6 34.352%, #fff 69.498%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.cp-page--community .cp-card__name {
  background: linear-gradient(90deg, #36d6d8, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}


/* ===========================
   PC Layout (769px+)
   =========================== */
@media (min-width: 600px) {
  .tp-hero {
    height: 800px;
    background-image: url('/game-award/2026/assets/images/pc-hero.jpg');
    background-position: center center;
    width: 100%;
    margin-left: 0;
  }
  .tp-hero__text {
    position: absolute;
    top: 216px;
    left: 46.3%;
    right: auto;
    text-align: left;
    width: auto;
    max-width: 560px;
  }

  .tp-hero__logo {
    display: none;
  }

  .tp-hero__title-pc {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 24px;
  }

  .tp-hero__title-line {
    font-size: 74px;
    font-family: "RankLabelFont", sans-serif;
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
    margin: 0;
  }

  .tp-hero__year-pc {
    font-size: 74px;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
    margin: 0;
  }

  .tp-hero__tagline {
    font-size: 18px;
    letter-spacing: 3px;
    margin-top: 20px;
    text-align: left;
  }
}

@media (min-width: 769px) {

  /* ===== TOP PAGE ===== */

  /* Global */
  .tp-page {
    max-width: none;
  }

  .sp-only {
    display: none;
  }
  .pc-only {display: block;}
  /* --- Hero --- */



  /* --- About --- */
  .tp-about {
    padding: 100px 20px 60px;
    gap: 40px;
  }

  .tp-categories__title {
    font-size: 30px;
    line-height: 42px;
  }

  .tp-categories__label {
    font-size: 14px;
    letter-spacing: 3px;
  }

  .tp-categories__bar {
    width: 48px;
    height: 5px;
  }

  .tp-about__text {
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    max-width: 760px;
    margin: 0 auto;
  }

  /* --- Categories --- */
  .tp-categories {
    padding: 100px 20px 60px;
    width: 100%;
    margin-left: 0;
    flex-direction: column;
    gap: 49px;
  }

  .tp-cat-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    width: 100%;
    max-width: 1000px;
  }

  .tp-cat-card {
    flex: 0 0 calc(50% - 20px);
    max-width: 490px;
    height: 193px;
    flex-direction: column;
    align-items: center;
    padding: 65px 21px 15px;
    gap: 5px;
  }

  .tp-cat-card__blur {
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: auto;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
  }

  .tp-cat-card__name {
    font-size: 22px;
    text-align: center;
  }

  .tp-cat-card__desc {
    font-size: 14px;
    text-align: center;
    line-height: 1.6;
  }

  /* --- Section header (shared) --- */
  .tp-section-header__title {
    font-size: 30px;
  }

  .tp-section-header__en {
    font-size: 14px;
    letter-spacing: 3px;
  }

  .tp-section-header__bar {
    width: 48px;
    height: 5px;
  }

  /* --- Selection --- */
  .tp-selection {
    align-items: center;
    padding: 100px 20px 60px;
    width: 100%;
    margin-left: 0;
  }

  .tp-selection__title {
    font-size: 30px;
  }

  .tp-selection__en {
    font-size: 14px;
    letter-spacing: 3px;
  }

  .tp-selection__bar {
    width: 48px;
    height: 5px;
  }

  .tp-steps {
    flex-direction: row;
    align-items: stretch;
    gap: 12px;
    max-width: 1000px;
  }

  .tp-step {
    flex: 1;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding: 24px 20px;
    text-align: center;
  }

  .tp-step__body {
    text-align: center;
  }

  .tp-step__arrow {
    transform: rotate(-90deg);
    align-self: center;
    flex-shrink: 0;
    margin: 0;
  }

  .tp-step__title {
    font-size: 16px;
  }

  .tp-step__text {
    font-size: 14px;
  }

  /* --- Judges --- */
  .tp-judges {
    padding: 100px 220px 90px;
    width: 100%;
    margin-left: 0;
  }

  .tp-judges__inner {
    max-width: 870px;
    gap: 32px;
  }

  .tp-judge-list {
    flex-direction: row;
    justify-content: center;
    gap: 14px;
  }

  .tp-judge-row--2,
  .tp-judge-row--3 {
    display: contents;
  }

  .tp-judge-card {
    width: 150px;
    flex: 0 0 150px;
  }

  .tp-judge-row--2 .tp-judge-card,
  .tp-judge-row--3 .tp-judge-card {
    width: 150px;
    flex: 0 0 150px;
    min-width: unset;
  }

  .tp-judge-card__photo {
    height: 120px;
  }

  .tp-judge-card__photo img {
    transition: transform 0.3s ease;
  }

  .tp-judge-card:hover .tp-judge-card__photo img {
    transform: scale(1.08);
  }

  .tp-judge-card__name {
    transition: color 0.2s ease;
  }

  .tp-judge-card:hover .tp-judge-card__name {
    color: #0e3ba2;
  }

  .tp-judge-card__role {
    transition: color 0.2s ease;
  }

  .tp-judge-card:hover .tp-judge-card__role {
    color: #aaaaaa;
  }

  .tp-judge-card__name {
    font-size: 15px;
  }

  .tp-judge-card__role {
    font-size: 12px;
  }

  /* --- Award Winners --- */
  .tp-winners {
    padding: 100px 20px 80px;
    width: 100%;
    margin-left: 0;
    gap: 56px;
  }

  .tp-winner-cats {
    width: 100%;
    max-width: 1000px;
    gap: 60px;
  }

  .tp-winner-cat__name {
    font-size: 22px;
  }

  .tp-winner-cat__en {
    font-size: 14px;
  }

  .tp-winner-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 12px;
  }

  .tp-winner-card--grand {
    grid-column: 1;
    grid-row: 1 / 3;
  }

  .tp-winner-card--silver {
    grid-column: 2;
  }

  /* --- Winner card: badge + hover --- */

  /* Badge (always visible on PC, grand prize only) */
  .tp-winner-card__badge {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: auto;
    mix-blend-mode: soft-light;
    pointer-events: none;
    z-index: 2;
  }

  .tp-winner-card__badge img {
    display: block;
    width: 100%;
    height: auto;
    opacity: 0.4;
  }

  /* Hover: accent gradient becomes more vivid */
  .tp-winner-card--gameplay:hover {
    background:
      linear-gradient(97.74deg, rgba(255, 99, 191, 0) 0%, rgba(255, 99, 191, 0.75) 100.73%),
      linear-gradient(90deg, rgba(108, 92, 231, 0.15) 0%, rgba(23, 23, 102, 0.7) 100%);
  }

  .tp-winner-card--story:hover {
    background:
      linear-gradient(97.74deg, rgba(125, 95, 255, 0) 0%, rgba(125, 95, 255, 0.8) 100.73%),
      linear-gradient(90deg, rgba(108, 92, 231, 0.15) 0%, rgba(23, 23, 102, 0.7) 100%);
  }

  .tp-winner-card--community:hover {
    background:
      linear-gradient(98.31deg, rgba(9, 195, 211, 0) 0%, rgba(9, 195, 211, 0.8) 100.73%),
      linear-gradient(90deg, rgba(108, 92, 231, 0.15) 0%, rgba(23, 23, 102, 0.7) 100%);
  }

  .tp-winner-card--marketing:hover {
    background:
      linear-gradient(106.76deg, rgba(68, 77, 247, 0) 0%, rgba(68, 77, 247, 0.7) 100.73%),
      linear-gradient(90deg, rgba(108, 92, 231, 0.15) 0%, rgba(23, 23, 102, 0.7) 100%);
  }

  /* Marketing: 入賞3枚 → 2-up row1 + 1-card row2 (left-aligned, half-width) */
  .tp-winner-cards--marketing {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
  }

  .tp-winner-cards--marketing .tp-winner-card {
    flex: 1 0 calc(50% - 8px);
    max-width: calc(50% - 8px);
  }

  /* Typography */
  .tp-winner-card__dev {
    font-size: 12px;
  }

  .tp-winner-card__reason {
    margin: 0;
    font-size: 13px;
  }

  /* Icon sizes */
  .tp-winner-card__icon--lg {
    width: 100px;
    height: 100px;
  }

  .tp-winner-card__icon--sm {
    width: 80px;
    height: 80px;
  }

  .tp-winner-card__rank {
    font-size: 18px;
  }

  .tp-winner-card__title {
    font-size: 18px;
  }

  .tp-winner-card--silver .tp-winner-card__title {
    font-size: 15px;
  }

  .tp-winner-card__copyright {
    margin-top: 0;
  }

  /* --- Ceremony --- */
  .tp-ceremony {
    padding: 100px 0 80px;
    width: 100%;
    margin-left: 0;
  }

  .tp-ceremony-box {
    align-items: stretch;
    padding: 48px 60px;
    gap: 16px;
    max-width: 1000px;
    margin: 0 auto;
  }

  .tp-ceremony-box__text {
    flex: 1;
    justify-content: center;
    gap: 20px;
  }

  .tp-ceremony-box__date {
    font-size: 40px;
    line-height: 1.1;
  }

  .tp-ceremony-box__venue {
    font-size: 18px;
  }

  .tp-ceremony-box__desc {
    font-size: 15px;
  }

  .tp-ceremony-box__lower {
    position: static;
    padding-top: 0;
    flex: 1;
    gap: 12px;
  }

  .tp-ceremony-box__main-img {
    width: 100%;
    height: 497px;
    margin: 0;
    border-radius: 10px;
    overflow: hidden;

  }

  .tp-ceremony-sub-imgs {
    flex-direction: row;
    gap: 12px;
    margin-top:14px;
  }

  /* --- Partners --- */
  .tp-partners {
    padding: 100px 220px 60px;
    width: 100%;
    margin-left: 0;
    align-items: center;
  }

  .tp-partners__logos {
    flex-wrap: nowrap;
  }


  /* --- Organizer --- */
  .tp-organizer {
    padding: 60px 220px 100px;
    width: 100%;
    margin-left: 0;
  }

  .tp-organizer__logos {
    gap: 32px;
  }

  .tp-organizer__logo-appliv {
    width: 160px;
  }

  .tp-organizer__logo-games {
    height: 30px;
  }

  /* ===== CATEGORY PAGE ===== */

  /* --- Hero --- */
  .cp-hero {
    height: 300px;
    background-image: url('/game-award/2026/assets/images/pc-header.jpg');
  }

  .cp-hero__bg-img {
    display: none;
  }

  .cp-hero__logo {
    display: none;
  }

  .cp-hero__title {
    display: block;
    position: absolute;
    left: calc(50% + 97.52px);
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    font-family: "RankLabelFont", sans-serif;
    font-weight: 800;
    color: #fff;
    white-space: nowrap;
    margin: 0;
    z-index: 2;
  }

  /* --- Category Title --- */
  .cp-cat-header {
    max-width: 1024px;
    margin: 0 auto;
    padding: 45px 40px;
    justify-content: flex-start;
  }

  .cp-cat-title {
    font-size: 40px;
  }

  /* --- Content --- */
  .cp-content {
    padding: 0 40px 120px;
  }

  .cp-awards {
    gap: 84px;
    max-width: 1024px;
    margin: 0 auto;
  }

  /* --- Card --- */
  .cp-card {
    padding: 35px 0 84px;
  }

  .cp-card--silver {
    padding-top: 70px;
  }

  .cp-card__main {
    gap: 70px;
  }

  .cp-card__top {
    gap: 30px;
  }

  .cp-card__head {
    gap: 17px;
  }

  .cp-card__rank-wrap {
    gap: 23px;
    padding-bottom: 4px;
  }

  .cp-card__rank-img {
    width: 170px;
    height: 155px;
  }

  .cp-card__rank-label {
    font-size: 40px;
    width: auto;
    height: auto;
    line-height: 1;
  }

  .cp-card__badge-wrap {
    padding-bottom: 14px;
  }

  .cp-card__name {
    font-size: 40px;
  }

  .cp-card__app-desc {
    font-size: 21px;
    max-width: 650px;
  }
  .cp-card__app-desc--wide {
    max-width: 675px;
  }

  .cp-card__app-block,
  .cp-card__app-inner {
    gap: 42px;
  }
  /* Judge & Winner */
  .cp-card__judge,
  .cp-card__winner {
    gap: 35px;
  }

  .cp-card__sec-title {
    font-size: 28px;
  }

  .cp-card__comment {
    padding: 0 150px;
    text-align: center;
    gap: 14px;
  }

  .cp-card__comment--wide {
    padding: 0 150px;
  }

  .cp-card__comment-name {
    font-size: 22px;
    line-height: 1.4;
  }

  .cp-card__comment-text {
    font-size: 18px;
    text-align: left;
  }
  .cp-card__comment-text--wide {
    margin: 0 -3px;
  }
  /* Card Buttons */
  .cp-card__btns {
    padding: 0 200px;
  }

  .cp-btn-store {
    width: 624px;
    height: 54px;
    font-size: 20px;
  }

  /* Award Badge */
  .cp-award-badge {
    width: 170px;
    height: 155px;
  }

  /* Back Button */
  .cp-btn-back {
    width: 624px;
    height: 54px;
    font-size: 20px;
  }

}
@media (min-width: 1199px) {
  .tp-hero__tagline {white-space: nowrap;}
}
/* ===========================
   Scroll Fade-in Animation
   =========================== */
.fade-in {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ===========================
   Hero Text: Page Load Fade-in
   =========================== */
@keyframes heroFadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.tp-hero__text {
  animation: heroFadeIn 0.9s ease forwards;
  animation-delay: 0.2s;
  opacity: 0;
}
