@font-face {
  font-family: "Pretendard";
  src: url("https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@media (max-width: 23.374375em) {
  .for-x-small {
    display: none !important;
  }
}

@media (min-width: 23.375em) {
  .for-until-x-small {
    display: none !important;
  }
}

@media (max-width: 29.999375em) {
  .for-small {
    display: none !important;
  }
}

@media (min-width: 30em) {
  .for-until-small {
    display: none !important;
  }
}

@media (max-width: 47.999375em) {
  .for-medium {
    display: none !important;
  }
}

@media (min-width: 48em) {
  .for-until-medium {
    display: none !important;
  }
}

@media (max-width: 59.999375em) {
  .for-large {
    display: none !important;
  }
}

@media (min-width: 60em) {
  .for-until-large {
    display: none !important;
  }
}

@media (max-width: 74.999375em) {
  .for-x-large {
    display: none !important;
  }
}

@media (min-width: 75em) {
  .for-until-x-large {
    display: none !important;
  }
}

@media (max-width: 99.999375em) {
  .for-xx-large {
    display: none !important;
  }
}

@media (min-width: 100em) {
  .for-until-xx-large {
    display: none !important;
  }
}

@media (max-width: 119.999375em) {
  .for-max {
    display: none !important;
  }
}

@media (min-width: 120em) {
  .for-until-max {
    display: none !important;
  }
}

@keyframes gradient-move {
  0% {
    background-position: -200% 100%;
  }
  100% {
    background-position: 200% 0%;
  }
}
@keyframes hero-deco-opacity {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hero-deco-move {
  0% {
    transform: scale(0.8);
    filter: blur(3px);
    background-position: 0% 50%;
  }
  100% {
    transform: scale(1.2);
    filter: blur(0px);
    background-position: 50% 0%;
  }
}
@keyframes base-metal-move {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
@keyframes floating-bounce-up {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  60% {
    transform: translateY(-20%);
    opacity: 1;
  }
  80% {
    transform: translateY(10%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes floating-bounce-down {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  60% {
    transform: translateY(20%);
    opacity: 1;
  }
  80% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(0);
  }
}
.container {
  overflow-x: clip;
  font-family: "Pretendard", sans-serif;
}

.main {
  scroll-margin: 6.25rem;
  position: relative;
  padding-top: 2.5rem;
  padding-bottom: 5rem;
  min-height: 37.5rem;
  z-index: 0;
  word-break: keep-all;
  margin: 0 auto;
  max-width: 80rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 47.999375em) {
  .main {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.main::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100vw;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -50vw;
  background: no-repeat center top/cover;
  background-image: url(/images/campaign/honors/honor-bg-lg.webp);
}
@media (max-width: 59.999375em) {
  .main {
    padding-top: 1.5rem;
    padding-bottom: 3.5rem;
  }
  .main::before {
    background: #f3f0e9;
  }
}

button:not(:disabled) {
  cursor: pointer;
}

.a11y {
  position: absolute;
  display: block;
  top: 0.0625rem;
  left: 0.0625rem;
  width: 0.0625rem;
  height: 0.0625rem;
  overflow: hidden;
  clip-path: inset(1px);
  font-size: 0.0625rem;
  text-indent: 6249.9375rem;
}

[data-reveal-box] [data-reveal]:not([data-reveal=custom]) {
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  will-change: transform, opacity;
}
[data-reveal-box] [data-reveal]:not([data-reveal=custom]):not(.is-reveal) {
  opacity: 0;
  transform: translateY(20px);
}

.header#header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6.25rem;
}
@media (max-width: 59.999375em) {
  .header#header {
    height: 4rem;
  }
}
.header__logo {
  position: relative;
  top: 2.5rem;
  left: 2rem;
  width: 14rem;
  aspect-ratio: 244/52;
  background: url(/images/campaign/honors/logo.svg) no-repeat center/contain;
}
.header__logo-a {
  display: block;
  position: absolute;
  inset: 0;
}
@media (max-width: 74.999375em) {
  .header__logo {
    top: 1.5rem;
  }
}
@media (max-width: 59.999375em) {
  .header__logo {
    top: 1rem;
    width: 12.5rem;
  }
}
@media (max-width: 47.999375em) {
  .header__logo {
    left: 1rem;
    width: 9.375rem;
  }
}

.hero {
  position: relative;
  width: 100%;
  height: 100svh;
  max-height: 35.9375rem;
  z-index: 0;
}
.hero__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
  z-index: -1;
  overflow: hidden;
}
.hero__bg::after, .hero__bg::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: no-repeat center/cover;
  animation: hero-deco-opacity 2s ease-in-out infinite alternate, hero-deco-move 12s linear infinite alternate;
}
.hero__bg::before {
  background-image: url(/images/campaign/honors/hero-deco-01-lg.webp);
}
.hero__bg::after {
  background-image: url(/images/campaign/honors/hero-deco-02-lg.webp);
  animation-delay: -1s, -12s;
  animation-duration: 2s, 12s;
}
.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-position: top right;
}
.hero__img {
  position: absolute;
  left: calc(50% + clamp(0px, 10%, 146px));
  top: 50%;
  transform: translateY(calc(-50% - 12px));
  width: 70%;
  max-width: clamp(18.75rem, 40%, 25.875rem);
  aspect-ratio: 9/13;
  transition: opacity 1s ease-out, transform 1s ease-out;
  will-change: transform, opacity;
}
.hero__img:not(.is-reveal) {
  opacity: 0;
  transform: translateY(calc(-50% - 12px)) scale(1.05);
}
.hero__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__cont {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: clamp(60px, 10%, 120px);
  left: 0rem;
  padding-left: 12%;
  color: #eeeeee;
  margin: 0 auto;
  max-width: 80rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 47.999375em) {
  .hero__cont {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.hero__cont-img {
  display: block;
  aspect-ratio: 430/244;
  object-fit: contain;
}
.hero__desc {
  margin-top: 2.125rem;
  font-size: 1.25rem;
  line-height: 1.7;
  word-break: keep-all;
}
@media (max-width: 59.999375em) {
  .hero {
    max-height: 41rem;
  }
  .hero__bg::before {
    background-image: url(/images/campaign/honors/hero-deco-01-sm.webp);
  }
  .hero__bg::after {
    background-image: url(/images/campaign/honors/hero-deco-02-sm.webp);
  }
  .hero__img {
    left: auto;
    right: 0;
    top: 0;
    max-width: clamp(15rem, 30%, 30rem);
    transform: scale(1);
    aspect-ratio: 388/866;
    width: 50%;
  }
  .hero__img:not(.is-reveal) {
    transform: scale(1.05);
  }
  .hero__cont {
    padding-left: 2rem;
    padding-right: 20%;
    padding-bottom: clamp(56px, 10%, 120px);
  }
  .hero__cont-img {
    max-width: 18.875rem;
  }
  .hero__desc {
    max-width: clamp(200px, 90%, 500px);
    margin-top: 1rem;
    font-size: 1rem;
  }
}
@media (max-width: 47.999375em) {
  .hero__cont {
    padding-left: 1rem;
  }
}

.honors__title {
  text-align: center;
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}
.honors__eyebrow {
  margin-bottom: 0.5rem;
  margin-inline: auto;
  box-sizing: border-box;
  width: fit-content;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
  background-size: 90% auto;
  background-position: 0% 50%;
  background-image: linear-gradient(90deg, #d2ab69 35.81%, #f2cf6e 49.96%, #deac61 61.99%, #8b6836 81.33%);
  animation: gradient-move 4s linear infinite alternate;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 59.999375em) {
  .honors__title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .honors__eyebrow {
    font-size: 0.625rem;
  }
}

.section {
  --section-margin: 4rem;
  box-sizing: border-box;
  padding-block: 0.0625rem;
  margin-block: var(--section-margin);
}
.section:first-of-type {
  margin-top: 0;
}
.section:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 59.999375em) {
  .section {
    --section-margin: 3.75rem;
  }
}

.honors-list {
  box-sizing: border-box;
  position: relative;
  display: grid;
  align-items: flex-start;
  padding: 1.5rem;
  gap: 1.5rem;
  z-index: 0;
}
.honors-list:has(.empty) {
  min-height: 25rem;
  align-items: center;
}
.honors-list::before {
  content: "";
  position: absolute;
  display: block;
  inset: 0;
  background: radial-gradient(50% 50% at 50% 50%, #484848 0%, #282828 100%);
}
.honors-list:not(:has(.empty)) {
  grid-template-columns: repeat(5, 1fr);
}
.honors-list__item {
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 0.75rem 1rem 0.75rem 0.5rem;
  background-color: #333;
  color: #ffffff;
  text-align: right;
  align-self: stretch;
  height: 7.125rem;
  gap: 0.25rem;
  background: no-repeat center top/cover;
  background-image: url(/images/campaign/honors/list-bg.webp);
  filter: drop-shadow(0px 6px 8px rgba(0, 0, 0, 0.5));
}
.honors-list__strong {
  display: block;
  white-space: pre-line;
  word-break: break-all;
  text-align: right;
  color: #ffffff;
  text-align: right;
  font-size: 1rem;
  letter-spacing: 0.1em;
  word-spacing: 0.2em;
  line-height: 1.2;
}
.honors-list__span {
  display: block;
  white-space: pre-line;
  word-break: break-all;
  color: #bbbbbb;
  text-align: right;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.2;
  order: -1;
  letter-spacing: -0.025em;
}
@media (max-width: 74.999375em) {
  .honors-list:not(:has(.empty)) {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 59.999375em) {
  .honors-list {
    gap: 1rem;
  }
  .honors-list:not(:has(.empty)) {
    grid-template-columns: repeat(3, 1fr);
  }
  .honors-list__item {
    height: 6.125rem;
  }
  .honors-list__strong {
    font-size: 1rem;
    margin-top: 0.25rem;
  }
  .honors-list__span {
    font-size: 0.6875rem;
  }
}
@media (max-width: 47.999375em) {
  .honors-list {
    padding: 1rem 0;
  }
  .honors-list::before {
    inset: 0px -1rem;
  }
  .honors-list:not(:has(.empty)) {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 23.374375em) {
  .honors-list:not(:has(.empty)) {
    grid-template-columns: repeat(1, 1fr);
  }
}

.honors-list-btn {
  margin-top: 2.5rem;
  margin-inline: auto;
  padding: 0.875rem 1.25rem;
  display: flex;
  width: fit-content;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  color: #ffffff;
  background: #121212;
  transition: background 0.3s;
}
.honors-list-btn:hover {
  background-color: #555555;
}
.honors-list-btn::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNyIgdmlld0JveD0iMCAwIDE2IDE3IiBmaWxsPSJub25lIj4KPHBhdGggZD0iTTYgNC41TDEwIDguNUw2IDEyLjUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+Cjwvc3ZnPg==");
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align: middle;
}
@media (max-width: 59.999375em) {
  .honors-list-btn {
    font-size: 0.875rem;
  }
}

.emblem-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
}
.emblem-list__item {
  position: relative;
  padding-block: clamp(20px, 10%, 40px);
  padding-inline: clamp(40px, 20%, 80px);
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  gap: clamp(24px, 10%, 40px);
  background: #fafafa;
}
.emblem-list__item::before {
  content: "";
  position: absolute;
  inset: 0.5rem;
  display: block;
  background-image: url("/images/campaign/honors/step-line-lg.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}
.emblem-list__cont {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 1rem;
  min-width: 12.8125rem;
}
.emblem-list__strong {
  font-size: 1.375rem;
  font-weight: 600;
  color: #403932;
}
.emblem-list__desc {
  font-size: 1.25rem;
  color: #121212;
}
.emblem-list__img {
  display: block;
  flex: 0 1 auto;
  width: 40%;
  max-width: 11.5rem;
  object-fit: contain;
  aspect-ratio: 23/16;
}
@media (max-width: 59.999375em) {
  .emblem-list {
    gap: 1rem;
  }
  .emblem-list__item {
    padding-block: clamp(32px, 10%, 40px);
    padding-inline: clamp(24px, 5%, 48px);
    width: 100%;
    gap: 1.5rem;
    display: flex;
    justify-content: center;
  }
  .emblem-list__cont {
    flex: 0 1 auto;
    gap: 0.5rem;
    min-width: 12.8125rem;
  }
  .emblem-list__strong {
    font-size: 1rem;
  }
  .emblem-list__desc {
    font-size: 0.9375rem;
  }
  .emblem-list__img {
    max-width: 6.4375rem;
  }
}
@media (max-width: 47.999375em) {
  .emblem-list__item::before {
    background-image: url("/images/campaign/honors/step-line-sm.png");
  }
}

.step-list {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 2.5rem 0.5rem;
  background: #fafafa;
}
.step-list::before {
  content: "";
  position: absolute;
  inset: 0.5rem;
  display: block;
  background-image: url("/images/campaign/honors/step-line-lg.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}
.step-list__item {
  position: relative;
  padding-inline: clamp(15px, 10%, 33px);
  flex: 1 1 20%;
  display: flex;
  flex-direction: column;
  align-items: start;
  text-align: center;
  position: relative;
}
.step-list__item:not(:last-of-type)::before {
  content: "";
  display: block;
  width: 1px;
  height: 3rem;
  background-color: #ddd;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.step-list__img {
  margin-inline: auto;
  width: 100%;
  max-width: 5rem;
  aspect-ratio: 1/1;
}
.step-list__label {
  margin-top: 0.75rem;
  display: block;
  width: 100%;
  font-size: 1.25rem;
  font-weight: 400;
}
@media (max-width: 74.999375em) {
  .step-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 2rem;
  }
  .step-list__item {
    padding-inline: clamp(15px, 10%, 33px);
  }
  .step-list__item:last-of-type::before {
    content: "";
    display: block;
    width: 1px;
    height: 3rem;
    background-color: #ddd;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
@media (max-width: 59.999375em) {
  .step-list {
    grid-template-columns: repeat(2, 1fr);
    padding: 2rem 1rem;
    row-gap: 1rem;
  }
  .step-list__item:not(:nth-of-type(2n -1))::before {
    display: none;
  }
  .step-list__img {
    max-width: 3.5rem;
  }
  .step-list__label {
    font-size: 0.9375rem;
  }
}
@media (max-width: 47.999375em) {
  .step-list::before {
    background-image: url("/images/campaign/honors/step-line-sm.png");
  }
}

.honors-form {
  margin-top: 2.3125rem;
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
}
.honors-form__form {
  width: fit-content;
}
.honors-form__search {
  position: relative;
  margin-right: 1rem;
}
.honors-form__input {
  box-sizing: border-box;
  min-width: 34.3125rem;
  padding: 1rem 3rem 1rem 1.5rem;
  background-color: #ffffff;
  border: 1px solid #ddd;
  font-size: 1.125rem;
  line-height: 150%;
  letter-spacing: -0.028125rem;
  border-radius: 3.125rem;
}
.honors-form__input:focus {
  border-color: #c9a063;
}
.honors-form__btn {
  position: absolute;
  right: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  top: calc(50% - 12px);
  border: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExIDE5QzE1LjQxODMgMTkgMTkgMTUuNDE4MyAxOSAxMUMxOSA2LjU4MTcyIDE1LjQxODMgMyAxMSAzQzYuNTgxNzIgMyAzIDYuNTgxNzIgMyAxMUMzIDE1LjQxODMgNi41ODE3MiAxOSAxMSAxOVoiIHN0cm9rZT0iIzg5ODQ3QyIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTIwLjk5OTkgMjFMMTYuNjQ5OSAxNi42NSIgc3Ryb2tlPSIjODk4NDdDIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4=");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 59.999375em) {
  .honors-form {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
    align-items: flex-end;
    flex-direction: column;
    gap: 0.75rem;
  }
  .honors-form__form {
    width: 100%;
  }
  .honors-form__search {
    position: relative;
    margin-right: 0;
  }
  .honors-form__input {
    min-width: 100%;
    font-size: 0.9375rem;
  }
}

.tab-list {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.tab-list__item {
  position: relative;
}
.tab-list__item:not(:first-child)::before {
  content: "";
  position: absolute;
  display: block;
  width: 0.1875rem;
  height: 0.1875rem;
  left: -0.75rem;
  top: calc(50% - 1.5px);
  border-radius: 6.25rem;
  background: #b8b8b8;
}
.tab-list .tab {
  border: 0;
  font-weight: 700;
  color: #89847c;
  background-color: transparent;
}
.tab-list .tab.is-active {
  color: #c9a063;
  text-decoration: underline;
  text-underline-offset: 0.35em;
  text-decoration-thickness: 0.0625rem;
}
@media (max-width: 59.999375em) {
  .tab-list {
    margin-right: 1.5rem;
  }
}

.page_wrap {
  text-align: center;
  margin-top: 2.5rem;
}
@media (max-width: 59.999375em) {
  .page_wrap {
    margin-top: 2rem;
  }
}

.page {
  display: inline-flex;
  box-sizing: border-box;
}
.page > a {
  overflow: hidden;
  display: inline-flex;
  position: relative;
  vertical-align: top;
  width: 1.5rem;
  height: 1.5rem;
  text-indent: 9999px;
  filter: brightness(0);
  opacity: 0.8;
}
.page > a:not([href]), .page > a[href^="javascript:void(0)"] {
  cursor: default;
  opacity: 0.3;
}
.page > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: -0.0625rem;
}
.page > a:hover:after {
  z-index: 999;
}
.page > a.first:hover:after, .page > a.prev:hover:after, .page > a.next:hover:after, .page > a.end:hover:after {
  display: block;
}
.page > a.first {
  background: url(/images/sub/arr_ll.png) no-repeat center;
}
.page > a.prev {
  background: url(/images/sub/arr_l.png) no-repeat center;
}
.page > a.next {
  background: url(/images/sub/arr_r.png) no-repeat center;
}
.page > a.end {
  background: url(/images/sub/arr_rr.png) no-repeat center;
}
.page_p {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin-inline: 1.5rem;
}
.page_p a {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 2em;
  height: auto;
  text-indent: 0rem;
  color: #999999;
}
.page_p a.act {
  font-weight: 700;
  color: #121212;
}
@media (min-width: 60em) {
  .page_p {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin-inline: 1.5rem;
  }
  .page_p a {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 2em;
    height: auto;
    text-indent: 0rem;
    color: #999999;
  }
  .page_p a.act {
    font-weight: 700;
    color: #121212;
  }
}
@media (max-width: 59.999375em) {
  .page {
    gap: 0.75rem;
  }
  .page_p {
    display: none;
  }
}

@media (min-width: 60em) {
  .current_m {
    display: none;
  }
}
@media (max-width: 59.999375em) {
  .current_m {
    margin-inline: 1.25rem;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    color: #aeadad;
    text-align: center;
  }
  .current_m .txt_red {
    min-width: 1.125rem;
    font-weight: 700;
    color: #121212;
  }
}

.empty {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.5;
  gap: 1rem;
  color: #fff;
  z-index: 1;
}
.empty__svg {
  width: 5rem;
  aspect-ratio: 1/1;
}
@media (max-width: 59.999375em) {
  .empty {
    font-size: 1rem;
  }
}

.all_sns_wrap {
  display: none;
}

.floating {
  position: sticky;
  top: 2.5rem;
  margin-bottom: 2.5rem;
  padding-block: 0.0625rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  z-index: 10;
  will-change: transform;
}
.floating__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  flex: 1 1 50%;
  height: 4.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  background: #89847c;
  color: #b8b8b8;
  backdrop-filter: blur(10px);
  transition: background 0.3s, transform 0.5s, opacity 0.5s;
  will-change: transform;
}
.floating__link::before {
  content: "";
  display: none;
  width: 2rem;
  aspect-ratio: 1/1;
  background: no-repeat center/cover;
}
@media (hover: hover) and (pointer: fine) {
  .floating__link:hover {
    background: #93713e;
    color: #ffffff;
  }
}
.floating__link.is-active {
  background: #b38747;
  color: #ffffff;
}
@media (max-width: 59.999375em) {
  .floating {
    width: 100vw;
    margin-left: 50%;
    margin-bottom: 1.5rem;
    transform: translate(-50vw);
    top: 1.5rem;
    gap: 1rem;
  }
  .floating__link {
    border: 0;
    border-radius: 0;
    height: 4rem;
    font-size: 0.9375rem;
  }
  .floating__link::before {
    width: 1.5rem;
  }
}

.inquiry-banner {
  box-sizing: border-box;
  padding: 1.6875rem 0 3rem;
  min-height: 15rem;
  position: relative;
  display: flex;
  align-items: center;
  color: #dddddd;
}
.inquiry-banner__bg {
  display: block;
  position: absolute;
  z-index: -1;
  width: 100vw;
  top: 1.6875rem;
  bottom: 3rem;
  left: 50%;
  margin-left: -50vw;
}
.inquiry-banner__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: -16px center;
}
.inquiry-banner__cont {
  display: flex;
  margin-right: auto;
  gap: 2.5rem;
}
.inquiry-banner__title {
  font-size: 2.375rem;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
}
.inquiry-banner__dl {
  margin-top: 0.625rem;
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  font-size: 1.25rem;
}
.inquiry-banner__dt {
  font-weight: 700;
}
.inquiry-banner__dd {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.inquiry-banner-info__item {
  position: relative;
  display: flex;
  gap: 0.75rem;
}
.inquiry-banner-info__item:not(:first-child)::before {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  left: -1rem;
  height: 0.5rem;
  width: 0.0625rem;
  border-left: 1px solid #fff;
}
.inquiry-banner-info__label {
  color: #fff;
}
.inquiry-banner__media {
  position: absolute;
  display: block;
  margin-top: -1.6875rem;
  right: 15.9375rem;
  bottom: 0;
  z-index: -1;
}
.inquiry-banner__btn {
  display: inline-flex;
  padding: 0.75rem 1.25rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
  color: #ffffff;
  border: 1px solid #fff;
}
.inquiry-banner__btn::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNyIgdmlld0JveD0iMCAwIDE2IDE3IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNNiA0LjVMMTAgOC41TDYgMTIuNSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz4KPC9zdmc+");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 74.999375em) {
  .inquiry-banner {
    padding-top: 2.5rem;
    padding-bottom: 3.125rem;
    align-items: flex-start;
    flex-direction: column;
  }
  .inquiry-banner__bg {
    top: 0;
    bottom: 2rem;
  }
  .inquiry-banner__media {
    width: clamp(147px, 35%, 187px);
    left: auto;
    right: 1rem;
  }
  .inquiry-banner__cont {
    padding: 0;
    display: flex;
    margin-right: auto;
    flex-direction: column;
    gap: 0;
  }
  .inquiry-banner__btn {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 59.999375em) {
  .inquiry-banner {
    padding-top: 1.75rem;
    padding-bottom: 2rem;
  }
  .inquiry-banner__title {
    font-size: 1.75rem;
  }
  .inquiry-banner__dl {
    margin-top: 0.75rem;
    flex-direction: column;
    gap: 0.5rem;
    font-size: 0.9375rem;
  }
  .inquiry-banner__dd {
    gap: 1rem;
  }
  .inquiry-banner-info__item {
    gap: 1rem;
  }
  .inquiry-banner-info__item:not(:first-child)::before {
    left: -0.5rem;
  }
  .inquiry-banner__media {
    width: clamp(147px, 35%, 187px);
    right: 1rem;
    bottom: 0;
    position: absolute;
    margin: 0;
    z-index: -1;
  }
  .inquiry-banner__btn {
    padding: 0.75rem 1rem;
    font-size: 0.8125rem;
  }
}

.honors-case {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.honors-case__item {
  display: block;
  background-color: #ffffff;
}
.honors-case__media {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column;
  width: 100%;
  aspect-ratio: 342/250;
  z-index: 0;
  padding: 1rem;
  gap: 0.5rem;
}
.honors-case__media-img {
  display: block;
  position: absolute;
  max-width: none;
  width: 100%;
  inset: 0;
  object-fit: cover;
  z-index: -1;
}
.honors-case__eyebrow {
  text-align: right;
  font-size: 0.875rem;
  font-weight: 700;
  color: #ddd;
}
.honors-case__strong {
  text-align: right;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #f3dfa5;
}
.honors-case__cont {
  padding: 2.5rem 2rem;
}
.honors-case__desc {
  font-size: 1.125rem;
  line-height: 1.5;
  word-break: keep-all;
}
@media (max-width: 74.999375em) {
  .honors-case {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 47.999375em) {
  .honors-case {
    grid-template-columns: repeat(1, 1fr);
  }
  .honors-case__media {
    gap: 0.25rem;
  }
  .honors-case__eyebrow {
    font-size: 0.75rem;
  }
  .honors-case__strong {
    font-size: 1.25rem;
  }
  .honors-case__cont {
    padding: 2rem 1.5rem;
  }
  .honors-case__desc {
    font-size: 0.9375rem;
  }
}

.floating-box {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 50%;
  right: 0;
  width: 4rem;
  z-index: 1;
  transform: translateY(-50%);
}
@media (max-width: 59.999375em) {
  .floating-box {
    top: auto;
    bottom: 2.5rem;
    gap: 0.5rem;
    transform: translateY(0%);
  }
}

.inquiry-floating-btn {
  box-sizing: border-box;
  z-index: 10;
  right: 0;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  word-break: break-all;
  color: #f3dfa5;
  will-change: transform;
  transition: opacity 0.3s ease-out;
}
.inquiry-floating-btn::after {
  content: "";
  display: block;
  position: absolute;
  background: #242424 no-repeat center bottom/100% auto;
  background-image: url(/images/campaign/honors/inquiry-floating-bg.webp);
  z-index: -1;
}
.inquiry-floating-btn:not(.is-active) {
  opacity: 0;
  pointer-events: none;
}
.inquiry-floating-btn.is-active {
  opacity: 1;
}
@media (min-width: 60em) {
  .inquiry-floating-btn {
    position: relative;
    width: 4rem;
    padding-inline: 1.375rem;
    padding-bottom: 2rem;
    font-size: 1.25rem;
  }
  .inquiry-floating-btn::before {
    content: "";
    position: relative;
    display: block;
    margin-inline: -1.375rem;
    height: 3.75rem;
    background: #242424;
    z-index: -1;
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
  }
  .inquiry-floating-btn::after {
    top: 3.6875rem;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .inquiry-floating-btn__svg {
    margin-top: 0.5rem;
  }
}
@media (max-width: 59.999375em) {
  .inquiry-floating-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    aspect-ratio: 1/1;
    width: 4rem;
    padding: 1rem;
    font-size: 0.8125rem;
    border-radius: 6.25rem;
    overflow: hidden;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
  }
  .inquiry-floating-btn::after {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .inquiry-floating-btn__svg {
    display: none;
    aspect-ratio: 1/1;
  }
}

.scroll-top-btn {
  position: relative;
  box-sizing: border-box;
  padding: 0.625rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #c9a063;
  color: #ffffff;
  gap: 0.25rem;
  z-index: 0;
  transition: opacity 0.3s ease-out;
}
.scroll-top-btn::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: #c9a063 no-repeat center bottom/100% auto;
  background-image: url(/images/campaign/honors/scroll-top-btn-bg.webp);
  z-index: -1;
}
.scroll-top-btn:not(.is-active) {
  opacity: 0;
  pointer-events: none;
}
.scroll-top-btn.is-active {
  opacity: 1;
}
@media (max-width: 59.999375em) {
  .scroll-top-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    aspect-ratio: 1/1;
    width: 4rem;
    padding: 0.5625rem;
    font-size: 0.75rem;
    border-radius: 6.25rem;
    overflow: hidden;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
  }
  .scroll-top-btn::after {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .scroll-top-btn__svg {
    width: 1.25rem;
  }
}

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