@charset "UTF-8";
/* html {
  scroll-behavior: smooth;
} */
.p-2025 {
  position: relative !important;
}

.p-2025-section__bg {
  background-color: #FCF4EF;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

/* PJカードスライダー */
.p-2025-nominated .splide {
  visibility: visible !important;
}

.p-2025-nominated .splide__pagination {
  display: flex !important;
  visibility: visible !important;
  position: relative !important;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 90;
  margin: 20px auto 30px;
}

.p-2025-nominated .splide__pagination .splide__pagination__page {
  background-color: rgba(253, 120, 29, 0.4);
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.splide__pagination .splide__pagination__page.is-active {
  background-color: #FD781D;
}

.award-project-card {
  width: 347px;
  height: auto;
  padding: 20px;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.award-project-card__link {
  aspect-ratio: 3/2;
  overflow: hidden;
  border-radius: 5px;
  width: 100%;
  height: unset;
  margin-bottom: 15px;
}

.award-project-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.award-project-card__description {
  display: flex;
  align-items: stretch;
  border: 2px solid;
  height: 24px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
  padding: 0;
  border-radius: 3rem;
  overflow: hidden;
  color: white;
}

.socialgood .award-project-card__description {
  border-color: #50BCE7;
  background-color: #50BCE7;
}

.humanrights .award-project-card__description,
.local .award-project-card__description,
.culture .award-project-card__description {
  border-color: #9566d6;
  background-color: #9566d6;
}

.earth .award-project-card__description,
.food .award-project-card__description {
  border-color: #9DC93F;
  background-color: #9DC93F;
}

.welfare .award-project-card__description {
  border-color: #F4748C;
  background-color: #F4748C;
}

.international .award-project-card__description,
.education .award-project-card__description,
.disaster .award-project-card__description {
  border-color: #EBCE2A;
  background-color: #EBCE2A;
}

.animal .award-project-card__description {
  border-color: #FF8B3B;
  background-color: #FF8B3B;
}

.award-project-card__for {
  display: inline-flex;
  align-items: center;
  background: #FFF;
}

.award-project-card__for span {
  display: table-cell;
  position: relative;
  top: 0;
  display: block;
  width: 2em;
  background: #FFF;
  text-align: center;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.3em;
  line-height: 1;
  padding: 0 0 0 5px;
}

.socialgood .award-project-card__for span {
  color: #50BCE7;
}

.humanrights .award-project-card__for span,
.local .award-project-card__for span,
.culture .award-project-card__for span {
  color: #9566d6;
}

.earth .award-project-card__for span,
.food .award-project-card__for span {
  color: #9DC93F;
}

.welfare .award-project-card__for span {
  color: #F4748C;
}

.international .award-project-card__for span,
.education .award-project-card__for span,
.disaster .award-project-card__for span {
  color: #EBCE2A;
}

.animal .award-project-card__for span {
  color: #FF8B3B;
}

.award-project-card__keyword {
  font-size: 1.3rem;
  padding: 0 0.5em;
  height: 1em;
  font-weight: 600;
  margin: 0;
  display: grid;
  align-items: center;
  text-align: left;
  color: white;
}

.award-project-card__title {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  padding: 10px 0 15px;
  font-size: 16px;
  height: 87px;
  overflow: hidden;
}

.vote-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 18px;
  font-weight: bold;
  margin: 0 auto;
  border-radius: 50px;
  color: #FD781D;
  border: #FD781D solid 2px;
  width: 100%;
  height: 46px;
  background-color: white;
}

.vote-button.voted {
  color: white;
  background-color: #FD781D;
}

.vote-button.nonvoted {
  color: #808080;
  background-color: #E5E5E5;
  border: 0;
}

.vote-button[disabled] {
  cursor: not-allowed;
}

.vote-button.voted rect {
  fill: white;
  opacity: 0.9;
}

.vote-button.voted path {
  stroke: #FD781D;
}

.vote-button.nonvoted svg {
  display: none;
}

.p-2025-common__title {
  color: #FD781D;
  font-size: 28px;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
}

.p-2025-top {
  position: relative;
  letter-spacing: 0.05em;
}

.p-2025-top__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  background-image: url("../images/award2025/award2025-fv_bg.svg");
  background-size: 92%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .p-2025-top__bg {
    background-size: 165%;
  }
}

.p-2025-top__inner {
  position: relative;
  width: 100%;
  z-index: 1;
  padding: 80px 0 50px;
}

.p-2025-top__inner .p-2025-top__inner--text {
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  line-height: 1.8;
  color: #fff;
}

.p-2025-top__inner--logo {
  width: 100%;
  max-width: 737px;
  margin: 0 auto 60px;
}

.p-2025-top__inner--sticker {
  position: absolute;
  max-width: 169px;
  height: auto;
  right: 5%;
  bottom: 8%;
}

.p-2025-menu {
  position: sticky;
  top: -1px;
  transition: top 0.5s;
  z-index: 96;
}

.p-2025-menu__inner {
  background-color: #000;
  display: flex;
  width: 100%;
  padding: 20px 0;
}

.p-2025-menu__inner li {
  color: white;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  margin: 0 auto;
  border-right: rgba(255, 255, 255, 0.3) solid 1px;
  width: 25%;
}

.p-2025-menu__inner--arrow {
  margin-left: 20px;
  vertical-align: middle;
}

.p-2025-total {
  position: relative;
}

.p-2025-total .background-01 {
  position: absolute;
  left: 0;
  max-width: 197px;
  z-index: -2;
}

.p-2025-total .background-02 {
  position: absolute;
  right: 0;
  max-width: 196px;
  z-index: -2;
}

.p-2025-total__inner {
  padding: 70px 10px;
}

.vote-digits {
  display: flex;
  justify-content: center;
  gap: 12px;
  font-size: 100px;
  font-weight: 900;
  background: linear-gradient(76.58deg, #FFDC61 -10.38%, #FF8B3B 105.24%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-blend-mode: overlay, normal;
}

@media (max-width: 768px) {
  .vote-digits {
    gap: 4px;
    font-size: 60px;
  }
}
.digit {
  width: 120px;
  height: 140px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

@media (max-width: 768px) {
  .digit {
    width: 60px;
    height: 80px;
  }
}
.p-2025-total__votes {
  margin: 0 auto;
  padding: 40px 20px;
}

.p-2025-total__votes--txt {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.p-2025-total__votes--txt h3 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  background: linear-gradient(transparent 50%, rgba(253, 120, 29, 0.3) 50%);
  padding-bottom: 0.1em;
  margin-bottom: 15px;
}

.p-2025-total__votes--txt p {
  font-weight: 300;
}

.p-2025-about {
  width: 100%;
  padding: 0px 0px 80px;
  position: relative;
}

#particles {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}

.p-2025-about__inner--box {
  max-width: 800px;
  margin: 0 auto;
  background: linear-gradient(51.64deg, #FF8B3B 0%, #FFCA58 100%);
  border-radius: 15px;
  overflow: hidden;
  padding: 4px;
  z-index: 56;
}

.p-2025-about__inner--title {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0px;
  width: 100%;
  height: 55px;
  background: transparent;
  font-size: 28px;
  font-weight: 900;
}

.p-2025-about__inner--text {
  width: 100%;
  height: 100%;
  background-color: white;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  padding: 40px 20px 50px;
  border-radius: 0 0 16px 16px;
}

.p-2025-nominated {
  padding: 80px 0;
  /* background-color: #FCF4EF; */
  position: relative;
}

.p-2025-nominated__menu {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 20px;
}

.p-2025-nominated__menu__inner {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin: 20px auto;
  max-width: 1100px;
  width: 100%;
}

.p-2025-nominated__menu__inner li {
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  position: relative;
  border: 1px solid #EDECEC;
  width: 16.6666%;
}

.p-2025-nominated__menu__inner li:hover {
  background-color: #FD781D;
  color: white;
}

.p-2025-nominated__menu__inner a {
  display: flex;
  align-items: center;
  padding: 15px 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  cursor: pointer;
  letter-spacing: -0.05em;
}

.p-2025-nominated__menu__inner svg {
  position: absolute;
  right: 5px;
}

.p-2025-nomimated__category {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 3px 0px;
  gap: 15px;
  width: 100%;
  height: 47px;
  border-radius: 5px;
  color: white;
  margin-top: 30px;
}

.p-2025-nominated__projects .purple {
  background: #9566d6;
}

.p-2025-nominated__projects .blue {
  background: #50BCE7;
}

.p-2025-nominated__projects .green {
  background: #9DC93F;
}

.p-2025-nominated__projects .pink {
  background: #F4748C;
}

.p-2025-nominated__projects .yellow {
  background: #EBCE2A;
}

.p-2025-nominated__projects .orange {
  background-image: linear-gradient(90deg, #ff8b3b, #ffca58);
}

.p-2025-nomimated__category .eng {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.9);
}

.p-2025-nominated__projects--container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .p-2025-nominated__projects--box {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px 29px;
    max-width: 1100px;
  }
}
.p-2025-prizes {
  position: relative;
}

.p-2025-prizes .background-01 {
  position: absolute;
  left: 0;
  top: -15%;
  max-width: 197px;
  z-index: -2;
}

.p-2025-prizes .background-03 {
  position: absolute;
  right: 0;
  bottom: -15%;
  max-width: 186px;
  z-index: -2;
}

.p-2025-prizes__inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 80px;
}

.p-2025-prizes__lists {
  padding: 40px 0 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 800px;
  gap: 30px;
}

.p-2025-prizes__lists--box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 347px;
  background: linear-gradient(90deg, #D9BE28 0%, #E6C92A 33.4%, #E6C92A 65.89%, #D9BE28 100%);
  border-radius: 15px;
  overflow: hidden;
  padding: 3px;
}

.p-2025-prizes__lists--title {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 33px;
  background: transparent;
  font-size: 16px;
  font-weight: 700;
}

.p-2025-prizes__box--inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: white;
  padding: 14px 0 30px;
  border-radius: 0 0 16px 16px;
}

.p-2025-prizes__box--image {
  width: 90px;
  height: 90px;
}

.p-2025-prizes__box--image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.p-2025-prizes__lists--name {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.5;
}

.p-2025-schedule {
  /* background-color: #FCF4EF; */
  position: relative;
}

.p-2025-schedule__inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  max-width: 1000px;
  padding: 80px 20px;
  margin: 0 auto;
  gap: 40px;
}

.p-2025-schedule__wrapper {
  width: 100%;
  max-width: min(600px, 90vw);
  margin: 0 auto;
}

.p-2025-schedule__timeline {
  position: relative;
  width: 100%;
  background: transparent;
}
.p-2025-schedule__timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 115px;
  bottom: 85px;
  width: 15px;
  opacity: 0.5;
  background: linear-gradient(180deg, #FFD93D 0%, #FFB84D 40%, #FF9F5A 80%, #FF8A65 100%);
  transform: translateX(-50%);
  z-index: 0;
}
@media (max-width: 768px) {
  .p-2025-schedule__timeline::before {
    left: 50%;
    top: 100px;
    bottom: 70px;
    width: 15px;
    opacity: 0.5;
  }
}

.p-2025-schedule__year {
  font-size: 28px;
  font-weight: 400;
  color: #FD781D;
  margin: 0 0 20px 0;
  padding-left: 15px;
  font-family: "Bebas Neue", sans-serif;
}
@media (max-width: 768px) {
  .p-2025-schedule__year {
    font-size: 22px;
    padding-left: 10px;
    margin: 0 0 15px 0;
  }
}

.p-2025-schedule__item {
  display: flex;
  align-items: stretch;
  margin-bottom: 35px;
  position: relative;
  z-index: 1;
  gap: 0;
  border: 3px solid;
  border-radius: 50px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-2025-schedule__item {
    margin-bottom: 30px;
    border-radius: 40px;
    border-width: 2px;
  }
}
.p-2025-schedule__item:nth-child(2) {
  border-color: #FFB146;
}
.p-2025-schedule__item:nth-child(2) .p-2025-schedule__date {
  background: #FFB146;
}
.p-2025-schedule__item:nth-child(4) {
  border-color: #FF9538;
}
.p-2025-schedule__item:nth-child(4) .p-2025-schedule__date {
  background: #FF9538;
}
.p-2025-schedule__item:nth-child(5) {
  border-color: #FF7530;
}
.p-2025-schedule__item:nth-child(5) .p-2025-schedule__date {
  background: #FF7530;
}

.p-2025-schedule__date {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 110px;
  padding: 20px;
  font-size: 26px;
  font-weight: 400;
  color: #FFF;
  background: #FFD93D;
  border-radius: 0;
  flex-shrink: 0;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1;
}
.p-2025-schedule__date span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.25em;
}
@media (max-width: 768px) {
  .p-2025-schedule__date {
    min-width: 90px;
    font-size: 20px;
    padding: 15px;
  }
}

.p-2025-schedule__content {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 20px;
  background: #FFFFFF;
  border-radius: 0;
  font-size: 18px;
  font-weight: 700;
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-2025-schedule__content {
    font-size: 14px;
    padding: 15px;
  }
}

.p-2025-schedule__subtitle {
  color: #FD781D;
  font-size: 28px;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  margin-bottom: 20px;
}

.p-2025-schedule__link {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-top: 1em;
}

.p-2025-schedule__image--onair {
  transition: opacity 0.3s ease;
  border-radius: 3rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-2025-schedule__image--onair {
    border-radius: 1.5rem;
  }
}
.p-2025-schedule__image--onair:hover {
  opacity: 0.8;
}

.p-2025-pastawards {
  position: relative;
}

.p-2025-pastawards .background-01 {
  position: absolute;
  left: 0;
  top: -20%;
  max-width: 197px;
  z-index: -2;
}

.p-2025-pastawards__inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 80px 0;
  margin: 0 auto;
  max-width: 1362px;
  gap: 40px;
}

.p-2025-pastawards__box {
  width: 100%;
}

.p-2025-pastawards__box {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  max-width: 800px;
  margin: 0 auto;
}

.p-2025-pastawards__thumb {
  display: flex;
  gap: 15px;
  align-items: center;
  flex-direction: column;
  flex-basis: calc(50% - 20px);
}

.p-2025-pastawards__thumb a {
  width: 100%;
  height: auto;
  display: block;
  transition: opacity 0.3s ease;
}
.p-2025-pastawards__thumb a:hover {
  opacity: 0.8;
}

.p-2025-pastawards__thumb a img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}

.p-2025-pastawards__thumb p {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin: 0;
}

@media (max-width: 767px) {
  .l-mainContent {
    padding-top: 82px;
  }
  .p-2025-section__inner {
    padding: 40px 18px;
  }
  .p-2025-top__inner {
    padding: 80px 0 30px;
  }
  .p-2025-top__inner--logo {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
  }
  .p-2025-top__inner--sticker {
    position: relative;
    right: unset;
    bottom: unset;
    max-width: 169px;
    height: auto;
    margin: 0 auto;
  }
  .p-2025-top__inner .p-2025-top__inner--text {
    margin-bottom: 30px;
  }
  .p-2025-menu {
    top: 83px;
  }
  .p-2025-menu__inner {
    flex-wrap: wrap;
    padding: 0;
  }
  .p-2025-menu__inner li {
    width: 50%;
    font-size: 13px;
    padding: 10px 0;
    text-align: left;
    position: relative;
  }
  .p-2025-menu__inner a {
    display: flex;
    align-items: center;
    padding-left: 20px;
  }
  .p-2025-menu__inner svg {
    margin: 0;
    position: absolute;
    right: 15px;
  }
  .p-2025-total .background-01 {
    max-width: 68px;
  }
  .p-2025-total .background-02 {
    display: none;
  }
  .p-2025-total__votes--txt {
    text-align: left;
  }
  .p-2025-total__inner {
    padding: 50px 18px 0 18px;
  }
  .p-2025-about {
    padding: 40px 18px;
  }
  .p-2025-about__inner--title {
    font-size: 20px;
  }
  .p-2025-about__inner--text {
    text-align: left;
    line-height: 25px;
    padding: 40px 20px 50px;
  }
  .p-2025-common__title {
    line-height: 40px;
    font-size: 24px;
  }
  .p-2025-nominated {
    padding: 0;
  }
  .p-2025-nominated__menu {
    margin-bottom: 40px;
    align-items: center;
  }
  .p-2025-nominated__menu__inner li {
    width: 50%;
    font-size: 13px;
    padding: 8px;
  }
  .p-2025-nomimated__category {
    width: 100%;
  }
  .p-2025-prizes__lists {
    padding-bottom: 40px;
  }
  .p-2025-prizes .background-01 {
    display: none;
  }
  .p-2025-prizes .background-03 {
    bottom: 4%;
    max-width: 67px;
  }
  .p-2025-prizes__inner {
    padding-top: 40px;
  }
  .p-2025-schedule__inner {
    padding: 40px 18px;
  }
  .p-2025-pastawards .background-01 {
    display: none;
  }
  .p-2025-pastawards__inner {
    padding: 40px 0;
    gap: 20px;
  }
  .p-2024-pastawards__box {
    flex-direction: column;
    gap: 30px;
  }
  .p-2024-pastawards__thumb {
    flex-basis: 100%;
    max-width: 100%;
  }
  .p-2024-pastawards__thumb a {
    max-width: 340px;
    margin: 0 auto;
  }
  .award-project-card {
    width: 280px;
  }
}
/* モーダル表示 */
.p-2025-modal__bg {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.p-2025-modal__bg.is-active {
  display: block;
}

.p-2025-modal__main {
  width: min(80vw, 400px);
  height: 440px;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #fff;
  border-radius: 30px;
  position: absolute;
}

.p-2025-modal__main--top {
  background-color: #FD781D;
  padding: 30px 0 20px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  text-align: center;
}

.p-2025-modal__main--top h2,
.p-2025-modal__main--top p {
  color: white;
  line-height: normal;
}

.p-2025-modal__main--top h2 {
  margin-bottom: 24px;
}

.p-2025-modal__main--top p {
  font-size: 14px;
}

.p-2025-modal__main .gradient {
  height: 40px;
  width: 100%;
  background-image: linear-gradient(180deg, rgb(253, 121, 14), rgb(255, 255, 255));
}

.p-2025-modal__main--bottom {
  text-align: center;
}

.p-2025-modal__main--bottom p {
  font-size: 16px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New";
  color: #FD781D;
  margin: 5px auto 10px;
}

.p-2025-modal__main--bottom h2 {
  font-size: 26px;
}

.p-2025-modal__main .custom-footer__sharebutton {
  margin-top: 20px;
  flex-wrap: wrap;
}

.award2025__sharebutton {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.award2025__sharebutton .sns-link-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}

.award2025__sharebutton .sns-link-list li {
  flex-shrink: 0;
}

.award2025__sharebutton .sns-link-list li a {
  display: block;
  transition: transform 0.2s ease;
}

.award2025__sharebutton .sns-link-list li a:hover {
  transform: scale(1.1);
}

.award2025__sharebutton .sns-link-list li img {
  width: auto;
  height: 40px;
  display: block;
}

.award2025__sharebutton .sns-link-list__x {
  width: auto;
  height: 40px;
}

@media (max-width: 768px) {
  .award2025__sharebutton .sns-link-list {
    gap: 12px;
    margin: 15px 0 0;
  }
  .award2025__sharebutton .sns-link-list li img {
    height: 36px;
  }
  .award2025__sharebutton .sns-link-list__x {
    height: 36px;
  }
}
.p-2025-modal__btn--close {
  display: flex;
  align-items: center;
  gap: 5px;
  position: absolute;
  bottom: -10%;
  left: 45%;
}

.p-2025-modal__btn--close p {
  color: white;
}

@media (max-width: 768px) {
  .p-2025-modal__main--top h2 {
    margin-bottom: 15px;
  }
  .p-2025-modal__main--top p {
    font-size: 12px;
  }
  .p-2025-modal__main--bottom p {
    font-size: 14px;
  }
  .p-2025-modal__main--bottom h2 {
    font-size: 22px;
  }
  .p-2025-modal__btn--close {
    left: 40%;
  }
}
/*# sourceMappingURL=award2025-style.css.map */
