html {
  overflow-x: hidden;
  font-size: max(0.8vw, 16px);
}
@media (max-width: 767px) {
  html {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  #overview {
    margin-bottom: 0px;
  }
}
#overview .container-bg {
  background: transparent;
  position: relative;
}
#overview .container-bg::before {
  background: linear-gradient(90deg, rgba(76, 27, 2, 0.4) 0%, rgba(76, 27, 2, 0.7) 100%);
  clip-path: polygon(12% 1%, 100% 0%, 88% 100%, 0% 100%);
  max-width: unset;
  content: "";
  position: absolute;
  left: -5%;
  top: 0;
  height: 100%;
  width: 110%;
}
@media (max-width: 767px) {
  #overview .container-bg::before {
    clip-path: polygon(15% 0, 99% 0, 100% 100%, 0 100%, 0 25%);
  }
}
#overview .container {
  position: relative;
  z-index: 2;
  text-align: left;
  padding: 40px 80px;
}
@media (max-width: 767px) {
  #overview .container {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
#overview h1 {
  color: #f0c170;
  padding-left: 20px;
  padding-top: 40px;
}
@media (max-width: 767px) {
  #overview h1 {
    padding-top: 20px;
    font-size: 2rem;
  }
}
#overview .special-line {
  display: flex;
  align-items: center;
}
#overview .special-line .line {
  width: 100%;
  height: 2px;
  background-color: #fe7400;
  position: relative;
}
#overview .special-line .line::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fe7400;
  position: absolute;
  right: -100%;
  top: 0;
  transform: rotate(55deg);
  transform-origin: top left;
}
@media (max-width: 767px) {
  #overview .special-line .line::after {
    transform: rotate(0deg);
  }
}
#overview article p {
  margin-bottom: 4%;
  line-height: 200%;
  font-size: 1.25rem;
  font-weight: 300;
  text-align: left;
}
@media (max-width: 767px) {
  #overview article p {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  #overview article p {
    font-size: 1rem;
  }
}

main .container-bg {
  max-width: 100%;
}

.container {
  max-width: 1350px;
}

.squares {
  display: flex;
}

.square {
  width: 16px;
  aspect-ratio: 1;
  background-color: #fe7400;
  margin-right: 16px;
}
.square:last-child {
  margin-right: 0;
}
.square.no-mr {
  margin-right: 0;
}
@media (max-width: 767px) {
  .square {
    width: 6px;
    margin-right: 6px;
  }
}

.badge {
  position: relative;
}
.badge figure {
  margin: 0 auto;
}
.badge figure img {
  width: 230px;
  height: auto;
  object-fit: cover;
}
.badge .label {
  background-color: #492410;
  color: #fff;
  font-size: 2.375rem;
  font-weight: 300;
  padding: 20px 50px;
  clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0% 100%);
  position: relative;
  z-index: 2;
  transform: translateY(-50%);
  min-width: 280px;
}

.award {
  text-align: center;
  padding: 30px;
}
.award p {
  margin-bottom: 8px;
}
.award img {
  max-width: 150px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .award img {
    max-width: 70px;
  }
}
@media (max-width: 576px) {
  .award img {
    max-width: 50px;
  }
}
.award .title {
  font-size: 1.5rem;
  line-height: 110%;
  font-weight: 300;
  color: #fff;
  letter-spacing: 2px;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .award .title {
    font-size: 0.9375rem;
    padding-top: 15px;
  }
}
@media (max-width: 576px) {
  .award .title {
    font-size: 0.6875rem;
    padding-top: 10px;
    letter-spacing: 1px;
  }
}
.award .money {
  font-size: 1.5rem;
  font-weight: 700;
  color: #c99f5a;
  letter-spacing: 2px;
  margin-top: -2%;
}
@media (max-width: 767px) {
  .award .money {
    font-size: 0.9375rem;
  }
}
@media (max-width: 576px) {
  .award .money {
    font-size: 0.75rem;
    letter-spacing: 1px;
  }
}

#intro-video .container-bg {
  background: transparent;
}
#intro-video .video-wrapper {
  border: 2px solid #fe7400;
  padding: 5px;
}
@media (max-width: 767px) {
  #intro-video {
    margin-top: 5%;
  }
}

#qualification .item p {
  margin-top: -8%;
}
@media (max-width: 767px) {
  #qualification .item p {
    margin-top: -20%;
  }
}
#qualification .container-bg {
  background: transparent;
  position: relative;
  padding-bottom: 40px;
}
#qualification .container-bg::before {
  background: linear-gradient(90deg, rgba(76, 27, 2, 0.4) 0%, rgba(76, 27, 2, 0.7) 100%);
  clip-path: polygon(10% 0, 100% 0%, 100% 100%, 10% 100%, 0% 50%);
  max-width: unset;
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
#qualification .container {
  position: relative;
  z-index: 2;
  text-align: left;
  padding: 0;
  padding-bottom: 50px;
  padding-top: 30px;
}
#qualification .special-line {
  display: flex;
  align-items: center;
  transform: translateY(-50%);
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
#qualification .special-line .line {
  width: 100%;
  height: 2px;
  background-color: #fe7400;
  position: relative;
}
#qualification .special-line .line.line-1 .inner-line {
  content: "";
  width: 200%;
  height: 2px;
  background-color: #fe7400;
  position: absolute;
  left: 1px;
  top: 1px;
  transform: rotate(117deg);
  transform-origin: top left;
}
#qualification .special-line .line.line-2::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fe7400;
  position: absolute;
  right: -100%;
  top: 1px;
  transform: rotate(-55deg);
  transform-origin: top left;
}
#qualification .bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 80%;
  transform: translate(-50%, 50%);
}
#qualification .bottom .csutom-square-1 {
  margin-right: 0;
}
#qualification .bottom .line {
  height: 2px;
  background-color: #fe7400;
  position: relative;
  flex-grow: 1;
}

h1 {
  margin: 20px auto 30px;
  color: #f0c170;
}
@media (max-width: 767px) {
  h1 {
    margin: 20px auto 10px;
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  h1 {
    margin: 5px auto 10px;
    font-size: 1.5rem;
  }
}

article p {
  margin-bottom: 4%;
  line-height: 200%;
  font-size: 1.25rem;
  font-weight: 300;
  text-align: center;
}
@media (max-width: 767px) {
  article p {
    font-size: 1rem;
  }
}
article .items {
  margin: 0 auto;
  max-width: 1000px;
  text-align: center;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
article .items .item {
  width: 50%;
}

.bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  transform: translateY(70%);
}
.bottom .line {
  height: 2px;
  background-color: #fe7400;
  position: relative;
  flex-grow: 1;
}

@media (max-width: 767px) {
  #theme {
    margin-top: -30%;
  }
}
#theme .container-bg {
  background: transparent;
  position: relative;
  padding-bottom: 40px;
}
#theme .container-bg::before {
  background: linear-gradient(90deg, rgba(76, 27, 2, 0.7) 0%, rgba(76, 27, 2, 0.4) 100%);
  clip-path: polygon(0% 0%, 90% 0, 100% 50%, 90% 100%, 0% 100%);
  max-width: unset;
  content: "";
  position: absolute;
  right: 5%;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  #theme .container-bg::before {
    clip-path: polygon(0 0, 90% 0, 100% 26%, 100% 68%, 85% 100%, 0 100%);
    right: 0%;
  }
}
#theme .container {
  position: relative;
  z-index: 2;
  text-align: left;
  padding: 0;
  padding: 30px 50px 50px 50px;
}
#theme h1 {
  color: #f0c170;
  margin: 50px auto 50px;
}
@media (max-width: 767px) {
  #theme h1 {
    margin: 20px auto 10px;
    font-size: 2rem;
  }
}
@media (max-width: 567px) {
  #theme h1 {
    margin: 10px auto 5px;
    font-size: 1rem;
  }
}
#theme article {
  text-align: center;
}
#theme article p {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  #theme article p {
    margin-bottom: 20px;
    font-size: 0.9375rem;
  }
}
@media (max-width: 567px) {
  #theme article p {
    margin-bottom: 10px;
    font-size: 0.625rem;
  }
}
#theme article img {
  width: 80%;
}
@media (max-width: 767px) {
  #theme article img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  #theme article .desktop-theme-image {
    display: none;
  }
}
#theme article .mobile-theme-image {
  display: none;
}
@media (max-width: 767px) {
  #theme article .mobile-theme-image {
    display: block;
  }
}
#theme .special-line {
  display: flex;
  align-items: center;
  transform: translateY(-50%);
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  #theme .special-line {
    width: 80%;
  }
}
#theme .special-line .line {
  width: 100%;
  height: 2px;
  background-color: #fe7400;
  position: relative;
}
#theme .special-line .line.line-1::after {
  content: "";
  width: 200%;
  height: 2px;
  background-color: #fe7400;
  position: absolute;
  left: 1px;
  top: 1px;
  transform: rotate(243deg);
  transform-origin: top left;
}
@media (max-width: 767px) {
  #theme .special-line .line.line-2 {
    width: 110%;
  }
}
#theme .special-line .line.line-2 .inner-line {
  content: "";
  width: 150%;
  height: 2px;
  background-color: #fe7400;
  position: absolute;
  right: -150%;
  top: 1px;
  transform: rotate(64deg);
  transform-origin: top left;
}
@media (max-width: 767px) {
  #theme .special-line .line.line-2 .inner-line {
    transform: rotate(63deg) !important;
  }
}

#prize {
  margin-bottom: 0px;
}
#prize::before {
  margin-top: -250px;
}
@media (max-width: 767px) {
  #prize::before {
    margin-top: -250px;
  }
}
#prize .container-bg {
  background: transparent;
  position: relative;
  padding-bottom: 40px;
}
#prize .container {
  position: relative;
  z-index: 2;
  text-align: left;
  padding: 0;
  padding-bottom: 50px;
  padding-top: 10px;
}
#prize h1 {
  color: #f0c170;
  margin: 50px auto 50px;
}
#prize .special-line {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
}
#prize .special-line .line {
  width: 100%;
  height: 2px;
  position: relative;
}
@media (max-width: 767px) {
  #prize .special-line .line {
    width: 45%;
  }
}
#prize .special-line .line.line-1 {
  background-color: #fe7400;
}
#prize .special-line .line.line-1::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fe7400;
  position: absolute;
  left: 0px;
  top: 2px;
  transform: rotate(180deg);
  transform-origin: top left;
}
#prize .special-line .line.line-2::before {
  content: "";
  width: max(80%, 100px);
  height: 2px;
  background-color: #fe7400;
  position: absolute;
  left: 0%;
  top: 1px;
}
#prize .special-line .line.line-2::after {
  content: "";
  width: 200%;
  height: 2px;
  background-color: #fe7400;
  position: absolute;
  left: calc( max(80%, 100px) - 2px);
  top: 2px;
  transform: rotate(-62deg);
  transform-origin: top left;
}
@media (max-width: 767px) {
  #prize .special-line {
    margin-top: -15%;
  }
}
#prize .groups {
  display: flex;
  align-items: center;
  margin-top: 230px;
  align-items: stretch;
}
#prize .groups .group {
  position: relative;
}
#prize .groups .group:first-child .bg {
  width: 80vw;
  height: 100%;
  position: absolute;
  right: -15%;
  top: 0;
}
#prize .groups .group:first-child .bg::before {
  background: linear-gradient(90deg, rgba(76, 27, 2, 0.7) 0%, rgba(76, 27, 2, 0.4) 100%);
  clip-path: polygon(0% 0%, 85% 0, 100% 50%, 85% 100%, 0% 100%);
  max-width: unset;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
#prize .groups .group:first-child .special-line-top .line {
  width: 100%;
  height: 2px;
  background-color: #fe7400;
  position: relative;
}
#prize .groups .group:first-child .special-line-top .line::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fe7400;
  position: absolute;
  left: 0px;
  top: 2px;
  transform: rotate(180deg);
  transform-origin: top left;
}
#prize .groups .group:first-child .special-line-top .line .inner-line {
  content: "";
  width: 35%;
  height: 2px;
  background-color: #fe7400;
  position: absolute;
  right: -35%;
  top: 1px;
  transform: rotate(56deg);
  transform-origin: top left;
}
#prize .groups .group:first-child .special-line-bottom {
  justify-content: flex-end;
}
#prize .groups .group:first-child .special-line-bottom .line {
  height: 2px;
  background-color: #fe7400;
  position: relative;
}
#prize .groups .group:first-child .special-line-bottom .line::before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #fe7400;
  position: absolute;
  left: -16px;
  top: -8px;
}
#prize .groups .group:first-child .special-line-bottom .line .inner-line {
  content: "";
  width: 35%;
  height: 2px;
  background-color: #fe7400;
  position: absolute;
  right: -35%;
  top: 1px;
  transform: rotate(-57deg);
  transform-origin: top left;
}
#prize .groups .group:last-child .bg {
  width: 80vw;
  height: 100%;
  position: absolute;
  left: -15%;
  top: 0;
}
#prize .groups .group:last-child .bg::before {
  background: linear-gradient(90deg, rgba(76, 27, 2, 0.4) 0%, rgba(76, 27, 2, 0.7) 100%);
  clip-path: polygon(15% 0, 100% 0%, 100% 100%, 15% 100%, 0% 50%);
  max-width: unset;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
#prize .groups .group:last-child .special-line-top {
  transform: translateX(15%);
}
#prize .groups .group:last-child .special-line-top .line {
  width: 100%;
  height: 2px;
  background-color: #fe7400;
  position: relative;
}
#prize .groups .group:last-child .special-line-top .line .inner-line {
  content: "";
  width: 35%;
  height: 2px;
  background-color: #fe7400;
  position: absolute;
  left: 0%;
  top: 1px;
  transform: rotate(124deg);
  transform-origin: top left;
}
#prize .groups .group:last-child .special-line-top .line::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fe7400;
  position: absolute;
  right: -200%;
  top: 2px;
  transform: rotate(180deg);
  transform-origin: top left;
}
#prize .groups .group:last-child .special-line-bottom {
  transform: translateX(15%);
}
#prize .groups .group:last-child .special-line-bottom .line {
  height: 2px;
  background-color: #fe7400;
  position: relative;
}
#prize .groups .group:last-child .special-line-bottom .line .inner-line {
  content: "";
  width: 35%;
  height: 2px;
  background-color: #fe7400;
  position: absolute;
  left: 0%;
  top: 1px;
  transform: rotate(236deg);
  transform-origin: top left;
}
#prize .groups .group:last-child .special-line-bottom .line::after {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #fe7400;
  position: absolute;
  right: -16px;
  top: -8px;
}
#prize .groups .group .student,
#prize .groups .group .company {
  position: relative;
  z-index: 2;
  padding-top: 60px;
  width: 85%;
}
#prize .groups .group .company {
  margin-left: auto;
}
#prize .groups .group .student {
  margin-right: auto;
}
#prize .groups .group .badge {
  position: absolute;
  left: 50%;
  top: -55px;
  transform: translate(-50%, -50%);
  z-index: 2;
}
#prize .groups .group .badge .label {
  font-weight: 700;
}
#prize .groups .group .awards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  align-items: flex-start;
}
#prize .groups .group .awards .award:nth-child(2), #prize .groups .group .awards .award:last-child {
  width: 45%;
}
#prize .groups .group .awards .award:first-child {
  width: 100%;
}
#prize .special-line-top {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  transform: translateX(-15%);
}
#prize .special-line-bottom {
  width: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  transform: translateX(-15%);
}
#prize .special-line-bottom .line {
  width: 45%;
}

#awards-2::before {
  margin-top: -150px;
}
#awards-2 .container-bg {
  background: transparent;
  position: relative;
  padding-bottom: 40px;
}
#awards-2 .container-bg::before {
  background: linear-gradient(90deg, rgba(76, 27, 2, 0.7) 0%, rgba(76, 27, 2, 0.4) 100%);
  clip-path: polygon(0% 0%, 90% 0, 100% 50%, 90% 100%, 0% 100%);
  max-width: unset;
  content: "";
  position: absolute;
  right: 5%;
  top: 0;
  height: 100%;
  width: 100%;
}
#awards-2 img {
  max-width: 150px;
  margin-bottom: 20px;
  height: 150px;
}
@media (max-width: 767px) {
  #awards-2 img {
    max-width: 70px;
    height: 70px;
  }
}
@media (max-width: 576px) {
  #awards-2 img {
    max-width: 50px;
    height: 50px;
  }
}
#awards-2 img .title {
  font-size: 1.5rem;
  font-weight: 300;
  color: #fff;
  letter-spacing: 2px;
  padding-top: 20px;
  margin-top: auto;
}
#awards-2 img .money {
  font-size: 1.5rem;
  font-weight: 700;
  color: #c99f5a;
  letter-spacing: 2px;
}
#awards-2 img .container {
  position: relative;
  z-index: 2;
  text-align: left;
}

#chance::before {
  margin-top: -200px;
}
@media (max-width: 767px) {
  #chance::before {
    margin-top: -250px;
  }
}
#chance .container-bg {
  background: transparent;
  position: relative;
  padding-bottom: 40px;
}
#chance .container-bg::before {
  background: linear-gradient(90deg, rgba(76, 27, 2, 0.4) 0%, rgba(76, 27, 2, 0.7) 100%);
  clip-path: polygon(10% 0, 100% 0%, 100% 100%, 10% 100%, 0% 50%);
  max-width: unset;
  content: "";
  position: absolute;
  left: 5%;
  top: 0;
  height: 100%;
  width: 100%;
}
#chance .container {
  position: relative;
  z-index: 2;
  text-align: left;
  padding: 0;
  padding-bottom: 50px;
  padding-top: 50px;
}
#chance .special-line {
  display: flex;
  align-items: center;
  transform: translateY(-50%);
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
#chance .special-line .line {
  width: 100%;
  height: 2px;
  background-color: #fe7400;
  position: relative;
}
#chance .special-line .line.line-1 .inner-line {
  content: "";
  width: 200%;
  height: 2px;
  background-color: #fe7400;
  position: absolute;
  left: 1px;
  top: 1px;
  transform: rotate(126deg);
  transform-origin: top left;
}
#chance .special-line .line.line-2::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fe7400;
  position: absolute;
  right: -100%;
  top: 1px;
  transform: rotate(-55deg);
  transform-origin: top left;
}
#chance h1 {
  margin: 50px auto 50px;
  color: #f0c170;
}
@media (max-width: 567px) {
  #chance h1 {
    margin: 20px auto 10px;
    font-size: 2rem;
  }
}
#chance article {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

#schedule .container-bg {
  background: transparent;
  position: relative;
  padding-bottom: 40px;
}
#schedule .container-bg::before {
  background: linear-gradient(90deg, rgba(76, 27, 2, 0.7) 0%, rgba(76, 27, 2, 0.4) 100%);
  clip-path: polygon(0% 0%, 90% 0, 100% 50%, 90% 100%, 0% 100%);
  max-width: unset;
  content: "";
  position: absolute;
  right: 5%;
  top: 0;
  height: 100%;
  width: 100%;
}
#schedule .container {
  position: relative;
  z-index: 2;
  text-align: left;
  padding: 0;
  padding-bottom: 50px;
  padding-top: 50px;
}
#schedule h1 {
  margin: 50px auto 50px 10%;
  color: #f0c170;
  text-align: left;
}
#schedule .special-line {
  display: flex;
  align-items: center;
  transform: translateY(-50%);
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
#schedule .special-line .line {
  width: 100%;
  height: 2px;
  background-color: #fe7400;
  position: relative;
}
#schedule .special-line .line.line-1 {
  width: 0%;
}
#schedule .special-line .line.line-1::after {
  content: "";
  width: 30vw;
  height: 2px;
  background-color: #fe7400;
  position: absolute;
  left: 1px;
  top: 1px;
  transform: rotate(243deg);
  transform-origin: top left;
}
#schedule .special-line .line.line-2 .inner-line {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fe7400;
  position: absolute;
  right: -100%;
  top: 1px;
  transform: rotate(64deg);
  transform-origin: top left;
}
#schedule article figure {
  width: 80%;
  position: relative;
}
#schedule article figure:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #e55811;
  border-bottom: 1px solid #953809;
  position: absolute;
  left: calc(-50% + 1px);
  top: calc(62.5% - 1px);
  transform: translateX(-50%);
}
#schedule article .figure-en {
  width: 80%;
  position: relative;
}
#schedule article .figure-en:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #e55811;
  border-bottom: 1px solid #953809;
  position: absolute;
  left: calc(-50% + 1px);
  top: calc(58% - -11px);
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  #schedule article .figure-en:before {
    display: none;
  }
}

#qna {
  margin-bottom: 0px;
}
#qna .container-bg {
  background: transparent;
  padding-bottom: 0;
}
#qna .button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#qna .button .line {
  height: 2px;
  background-color: #fe7400;
  position: relative;
  flex-grow: 1;
}
#qna .email-btn {
  background: url(../img/2025/main_button_edge.png) no-repeat center center;
  background-size: contain;
  display: inline-block;
  color: #fff;
  font-size: 1.75rem;
  font-weight: bold;
  padding: 20px 50px;
}
#qna .email-btn:hover {
  color: #e2b56b;
  text-decoration: none;
}
#qna .email-btn:hover a {
  color: #e2b56b;
  text-decoration: none;
}
#qna .email-btn a {
  color: #fff;
  text-decoration: none;
  font-weight: 300;
}

#info h1 {
  color: #f0c170;
}
#info .container {
  padding-bottom: 0px;
  padding-top: 0px;
}
@media (max-width: 767px) {
  #info .container {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

@media (max-width: 767px) {
  #requirements {
    margin-bottom: 0px;
  }
}
#requirements .container-bg {
  background: transparent;
  position: relative;
  padding-bottom: 40px;
  padding-top: 80px;
}
@media (max-width: 567px) {
  #requirements .container-bg {
    padding-top: 40px;
  }
}
#requirements .container-bg::before {
  background: linear-gradient(90deg, rgba(76, 27, 2, 0.7) 0%, rgba(76, 27, 2, 0.4) 100%);
  clip-path: polygon(0% 0%, 90% 0, 100% 50%, 90% 100%, 0% 100%);
  max-width: unset;
  content: "";
  position: absolute;
  right: 5%;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  #requirements .container-bg::before {
    clip-path: polygon(0 9%, 79% 9%, 100% 25%, 100% 77%, 86% 100%, 0 100%);
    right: 0%;
  }
}
@media (max-width: 567px) {
  #requirements .container-bg::before {
    clip-path: polygon(84% 0, 100% 14%, 100% 62%, 82% 81%, 0 81%, 0 0);
    right: 0%;
  }
}
#requirements .container {
  position: relative;
  z-index: 2;
  text-align: left;
  padding: 0;
  padding-bottom: 50px;
}
#requirements h1 {
  margin: 50px auto 50px;
  color: #f0c170;
}
@media (max-width: 767px) {
  #requirements h1 {
    font-size: 2.5rem;
    margin: 40px auto 20px;
  }
}
@media (max-width: 576px) {
  #requirements h1 {
    font-size: 1.25rem;
    margin: 5px auto 10px;
  }
}
#requirements .special-line {
  display: flex;
  align-items: center;
  transform: translateY(-50%);
  width: 100%;
}
#requirements .special-line .line {
  width: 100%;
  height: 2px;
  background-color: #fe7400;
  position: relative;
}
@media (max-width: 767px) {
  #requirements .special-line .line {
    height: 1px;
  }
}
#requirements .desc p,
#requirements .desc2 p {
  margin-bottom: 4%;
  line-height: 200%;
  font-size: 1.25rem;
  font-weight: 300;
  text-align: center;
}
@media (max-width: 767px) {
  #requirements .desc p,
#requirements .desc2 p {
    font-size: 0.75rem;
    padding: 0 20px;
  }
}
@media (max-width: 576px) {
  #requirements .desc p,
#requirements .desc2 p {
    font-size: 0.625rem;
  }
}
#requirements .items {
  display: flex;
  max-width: 700px;
  margin: 0 auto;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 767px) {
  #requirements .items {
    justify-content: center;
  }
}
@media (max-width: 567px) {
  #requirements .items {
    margin-right: 5%;
  }
}
#requirements .items .item {
  font-size: 70px;
  color: #ed7000;
}
@media (max-width: 767px) {
  #requirements .items .item {
    font-size: 40px;
    font-weight: bold;
    margin-right: 5%;
  }
}
@media (max-width: 567px) {
  #requirements .items .item {
    font-size: 20px;
    font-weight: bold;
    margin-right: 0%;
  }
}
@media (max-width: 767px) {
  #requirements .items .item img {
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 567px) {
  #requirements .items .item img {
    width: 30%;
    display: block;
  }
}

@media (max-width: 767px) {
  #proposal {
    margin-bottom: 10%;
  }
}
@media (max-width: 567px) {
  #proposal {
    margin-bottom: 1%;
  }
}
#proposal .container-bg {
  background: transparent;
  position: relative;
  padding-bottom: 40px;
  padding-top: 80px;
}
@media (max-width: 567px) {
  #proposal .container-bg {
    padding-top: 40px;
  }
}
#proposal .container-bg::before {
  background: linear-gradient(90deg, rgba(76, 27, 2, 0.4) 0%, rgba(76, 27, 2, 0.7) 100%);
  clip-path: polygon(10% 0, 100% 0%, 100% 100%, 10% 100%, 0% 50%);
  max-width: unset;
  content: "";
  position: absolute;
  left: 5%;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  #proposal .container-bg::before {
    clip-path: polygon(11% 9%, 100% 9%, 100% 100%, 11% 100%, 0 82%, 0 29%);
    left: 0%;
  }
}
@media (max-width: 567px) {
  #proposal .container-bg::before {
    clip-path: polygon(9% 0, 100% 0, 100% 87%, 9% 87%, 0 59%, 0% 25%);
    left: 0%;
  }
}
#proposal .container {
  position: relative;
  z-index: 2;
  text-align: left;
  padding: 0;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  #proposal .container {
    padding: 0% 10%;
  }
}
#proposal h1 {
  margin: 50px auto 50px;
  color: #f0c170;
}
@media (max-width: 767px) {
  #proposal h1 {
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 567px) {
  #proposal h1 {
    margin-top: 10px;
    margin-bottom: 5px;
  }
}
#proposal .special-line {
  display: flex;
  align-items: center;
  transform: translateY(-50%);
  width: 100%;
}
#proposal .special-line .line {
  width: 100%;
  height: 2px;
  background-color: #fe7400;
  position: relative;
}
#proposal img {
  margin: 30px auto 30px;
  display: block;
}
@media (max-width: 767px) {
  #proposal img {
    width: 20%;
  }
}
@media (max-width: 567px) {
  #proposal img {
    width: 10%;
  }
}
#proposal .desc,
#proposal .desc2 {
  display: flex;
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
@media (max-width: 1800px) {
  #proposal .desc,
#proposal .desc2 {
    margin-left: 15%;
  }
}
@media (max-width: 767px) {
  #proposal .desc,
#proposal .desc2 {
    margin-left: 5%;
  }
}
#proposal .desc h4,
#proposal .desc2 h4 {
  color: #ffffff;
  font-weight: 400;
  width: 30px;
  margin: 0;
  flex-shrink: 0;
  padding-top: 8px;
}
@media (max-width: 767px) {
  #proposal .desc h4,
#proposal .desc2 h4 {
    width: 25px;
    font-size: 15px;
  }
}
@media (max-width: 567px) {
  #proposal .desc h4,
#proposal .desc2 h4 {
    padding-top: 5px;
    padding-left: 10px;
    font-size: 0.75rem;
    margin-bottom: 0px;
  }
}
#proposal .desc p,
#proposal .desc2 p {
  margin-bottom: 20px;
  line-height: 200%;
  font-size: 1.25rem;
  font-weight: 300;
  text-align: left;
}
@media (max-width: 767px) {
  #proposal .desc p,
#proposal .desc2 p {
    font-size: 1.125rem;
  }
}
@media (max-width: 567px) {
  #proposal .desc p,
#proposal .desc2 p {
    font-size: 0.75rem;
    line-height: 200%;
    margin-bottom: 0px;
  }
}

#remark {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  #remark {
    margin-right: 0;
    margin-left: 0;
    max-width: 100%;
    margin-bottom: 0px;
  }
}
#remark .container-bg {
  background: transparent;
  position: relative;
  padding-bottom: 0;
}
#remark .container-bg::before {
  background: linear-gradient(90deg, rgba(76, 27, 2, 0.4) 0%, rgba(76, 27, 2, 0.7) 100%);
  clip-path: polygon(88% 1%, 0% 0%, 12% 100%, 100% 100%);
  max-width: unset;
  content: "";
  position: absolute;
  left: 0%;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  #remark .container-bg::before {
    width: 110%;
    left: -5%;
  }
}
#remark .container {
  position: relative;
  z-index: 2;
  text-align: left;
  padding: 50px;
}
@media (max-width: 767px) {
  #remark .container {
    padding: 20px;
  }
}
#remark .desc p,
#remark .desc2 p {
  margin-bottom: 20px;
  line-height: 200%;
  font-size: 1.25rem;
  font-weight: 300;
  text-align: center;
}
@media (max-width: 767px) {
  #remark .desc p,
#remark .desc2 p {
    font-size: 0.9375rem;
  }
}
@media (max-width: 567px) {
  #remark .desc p,
#remark .desc2 p {
    font-size: 0.625rem;
    margin-bottom: 0px;
  }
}

#download::before {
  height: 0;
}
@media (max-width: 768px) {
  #download::before {
    height: 150px;
  }
}
@media (max-width: 767px) {
  #download {
    margin-bottom: 0%;
  }
}
#download .container-bg {
  background: transparent;
}
#download .container-bg .container {
  padding: 40px 150px;
}
@media (max-width: 767px) {
  #download .container-bg .container {
    padding: 40px 50px 40px 50px;
  }
}
#download .button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#download .button .line {
  height: 2px;
  background-color: #fe7400;
  position: relative;
  flex-grow: 1;
}
#download a {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  #download a {
    width: 70%;
  }
}
@media (max-width: 576px) {
  #download a {
    width: 60%;
  }
}
#download .email-btn {
  background: url(../img/2025/main_button_edge.png) no-repeat center center;
  background-size: contain;
  display: inline-block;
  color: #fff;
  font-size: 1.75rem;
  font-weight: 300;
  padding: 20px 50px;
}

.pe-btn {
  background-image: url("../img/PastEvent_botton_edge.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  width: 40%;
  display: inline-block;
  padding: 10px 10px;
  color: #e2b56b;
  font-size: 1.5rem;
  text-decoration: none;
  text-align: center;
}
.pe-btn:hover {
  opacity: 0.8;
  transition: opacity 0.3s ease;
  color: #b08c53;
  text-decoration: none;
}

@media (max-width: 767px) {
  #past-event {
    margin-bottom: 10%;
    padding-bottom: 20%;
  }
}
#past-event .container-bg {
  background: transparent;
  position: relative;
  padding-bottom: 3%;
  padding-top: 5%;
  margin-bottom: 10%;
}
#past-event .container-bg::before {
  background: linear-gradient(90deg, rgba(76, 27, 2, 0.7) 0%, rgba(141, 49, 3, 0.4) 100%);
  clip-path: polygon(0% 0%, 90% 0, 100% 50%, 90% 100%, 0% 100%);
  max-width: unset;
  content: "";
  position: absolute;
  right: 5%;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  #past-event .container-bg::before {
    clip-path: polygon(0 0, 93% 0, 100% 20%, 100% 80%, 93% 100%, 0 100%);
    right: 0%;
  }
}
@media (max-width: 767px) {
  #past-event .container-bg {
    padding-bottom: 0;
    padding-top: 10%;
  }
}
#past-event .container {
  position: relative;
  z-index: 2;
  text-align: left;
  padding: 0;
  padding-bottom: 50px;
}
#past-event .container .video-container {
  width: 100%;
}
@media (max-width: 767px) {
  #past-event .container .video-container {
    width: 90%;
    margin: auto auto;
    height: auto;
  }
}
#past-event h1 {
  margin: 50px auto 50px;
  color: #f0c170;
  letter-spacing: 3px;
  font-size: 3rem;
}
@media (max-width: 767px) {
  #past-event h1 {
    font-size: 2rem;
    margin: 20px auto 50px;
  }
}
@media (max-width: 576px) {
  #past-event h1 {
    font-size: 1.8rem;
    margin: 20px auto 50px;
  }
}
#past-event .special-line {
  display: flex;
  align-items: center;
  transform: translateY(-50%);
  width: 100%;
}
#past-event .special-line .line {
  width: 100%;
  height: 1px;
  background-color: #fe7400;
  position: relative;
}
@media (max-width: 767px) {
  #past-event .special-line .squares .square {
    width: 5px;
    margin-right: 6px;
  }
}
#past-event .desc p,
#past-event .desc2 p {
  margin-bottom: 4%;
  line-height: 200%;
  font-size: 1.25rem;
  font-weight: 300;
  text-align: center;
}
#past-event .items {
  display: flex;
  max-width: 700px;
  margin: 0 auto;
  justify-content: space-around;
  align-items: center;
}
#past-event .items .item {
  font-size: 70px;
  color: #ed7000;
}
#past-event .pe-btn {
  background-image: url("../img/PastEvent_botton_edge.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  width: 40%;
  display: inline-block;
  padding: 10px 10px;
  color: #e2b56b;
  font-size: 1.5rem;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 767px) {
  #past-event .pe-btn {
    font-size: 1.125rem;
    width: 60%;
    font-weight: 800;
  }
}
@media (max-width: 767px) {
  #past-event .pe-btn {
    font-size: 0.9375rem;
    width: 75%;
    font-weight: 800;
  }
}
#past-event .pe-btn:hover {
  opacity: 0.8;
  transition: opacity 0.3s ease;
  color: #b08c53;
  text-decoration: none;
}

#past-event-bg {
  background-image: url("../img/2026/past content.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  #past-event-bg {
    background-image: url("../img/2026_mobile/confirmation.png");
  }
}

#past-video-bg {
  background-image: url("../img/2026/past video.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.container-bg {
  text-align: left;
}

.container-bg {
  text-align: left;
}

main .container-bg {
  text-align: left;
}

#faq-bg {
  background-image: url("../img/2026/info.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  min-height: 100vh;
}
@media (max-width: 767px) {
  #faq-bg {
    background-image: url("../img/2026_mobile/faq.png");
  }
}

#faq .container-heading {
  padding: 5% 20%;
}
@media (max-width: 767px) {
  #faq .container-heading {
    padding: 5% 5%;
  }
}
#faq .container-heading h1 {
  font-size: 3rem;
  margin-top: 0;
}
@media (max-width: 767px) {
  #faq .container-heading h1 {
    font-size: 2rem;
  }
}
@media (max-width: 500px) {
  #faq .container-heading h1 {
    font-size: 1.5rem;
  }
}
#faq .container-heading .year {
  display: block;
  font-weight: 700;
  text-align: center;
  padding: 1rem;
  color: white;
  font-size: 3rem;
}
@media (max-width: 767px) {
  #faq .container-heading .year {
    font-weight: bold;
    font-size: 3rem;
  }
}
@media (max-width: 576px) {
  #faq .container-heading .year {
    font-weight: bold;
    font-size: 2rem;
  }
}
#faq .container-heading img {
  width: 100%;
  position: relative;
  margin-top: -35% !important;
  margin-left: -100px;
}
@media (max-width: 767px) {
  #faq .container-heading img {
    width: 120%;
    margin-left: -10%;
  }
}
#faq .container-heading h2 {
  margin-top: 5%;
  font-size: 3rem;
  color: #e2b56b;
}
@media (max-width: 767px) {
  #faq .container-heading h2 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  #faq .container-heading h2 {
    font-size: 1.5rem;
  }
}
#faq .container-heading .special-line {
  display: flex;
  align-items: center;
  transform: translateY(-50%);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  #faq .container-heading .special-line {
    width: 90%;
  }
}
#faq .container-heading .special-line .line {
  width: 30%;
  height: 2px;
  background-color: #fe7400;
  position: relative;
}
@media (max-width: 767px) {
  #faq .container-heading .special-line .line {
    width: 20%;
  }
}
#faq .container-heading .special-line .line.line-1::after {
  content: "";
  width: 200%;
  height: 2px;
  background-color: #fe7400;
  position: absolute;
  left: 1px;
  top: 1px;
  transform: rotate(243deg);
  transform-origin: top left;
}
#faq .container-heading .special-line .line.line-2 {
  width: 100%;
}
#faq .container-heading .special-line .line.line-2 .inner-line {
  content: "";
  width: 0%;
}
#faq .container {
  margin: auto 10% auto 10%;
}
#faq .container-bg {
  width: 80%;
  font-size: 1rem;
  margin: 0 auto;
  text-align: left;
  padding: 7% 3%;
  margin-bottom: 10%;
}
#faq .container-bg .row.no-gutters {
  display: flex;
  justify-content: center;
}
#faq .container-bg .row.no-gutters .col-1 {
  flex: 0 0 5%;
  line-height: 2;
}
@media (max-width: 1440px) {
  #faq .container-bg .row.no-gutters .col-1 {
    margin-right: 5px;
  }
}
@media (max-width: 1000px) {
  #faq .container-bg .row.no-gutters .col-1 {
    margin-right: 2%;
  }
}
@media (max-width: 767px) {
  #faq .container-bg .row.no-gutters .col-1 {
    flex: 0 0 4%;
    margin-right: 3px;
    line-height: 1.5;
  }
}
#faq .container-bg .row.no-gutters .col-10 {
  flex: 0 0 80%;
  line-height: 2;
}
@media (max-width: 767px) {
  #faq .container-bg .row.no-gutters .col-10 {
    flex: 0 0 70%;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  #faq .container-bg {
    padding: 7% 1%;
    font-size: 0.9rem;
  }
}
@media (max-width: 576px) {
  #faq .container-bg {
    padding: 7% 0%;
    font-size: 0.75rem;
    line-height: 1.8;
  }
}

footer {
  width: 100%;
}
footer .partner-container {
  background-color: white;
  display: flex;
  justify-content: center;
  padding: 20px 20px;
}
@media (max-width: 767px) {
  footer .partner-container {
    padding: 10px 20px;
  }
}
footer .mobile-footer {
  display: none;
}
@media (max-width: 767px) {
  footer .mobile-footer {
    display: block;
    max-width: 100%;
    height: auto;
    margin-right: auto;
  }
}
footer .desktop-footer {
  display: block;
  max-width: 60%;
  height: auto;
  padding-top: 30px;
}
@media (max-width: 767px) {
  footer .desktop-footer {
    display: none;
  }
}
footer .orange-bar-container {
  margin: 0;
  width: 100%;
  background-image: url("../img/Bottom_orange_bar.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 0;
  padding-bottom: 3.904%;
}
@media (max-width: 767px) {
  footer .orange-bar-container {
    padding-bottom: 5%;
  }
}
footer .orange-bar-container .col-12 {
  padding: 0;
}
@media (max-width: 767px) {
  footer {
    min-height: 10px;
    background-image: none;
    text-align: center;
  }
}

.container-tnc {
  font-size: 1.25rem;
}
.container-tnc p {
  padding-left: 20px;
}
@media (max-width: 767px) {
  .container-tnc {
    padding: 10%;
    font-size: 0.9375rem;
  }
}
.container-tnc li {
  line-height: 2;
}

#succ-fail .succ-fail-msg {
  max-width: 100%;
  text-align: left;
}
#succ-fail .succ-fail-msg p {
  margin-bottom: 15px;
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  #succ-fail .succ-fail-msg p {
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  #succ-fail .succ-fail-msg p {
    font-size: 0.9rem;
  }
}

#message-page {
  background-image: url("../img/2026/form.png");
  background-color: black;
  background-repeat: no-repeat;
  color: #fff;
  background-size: cover;
  min-height: 100vh;
  margin: 0;
}
#message-page .container {
  margin-left: 5%;
  text-align: left;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  #message-page .container {
    margin-left: 5%;
    font-size: 1rem;
  }
}
@media (max-width: 567px) {
  #message-page .container {
    margin-left: 5%;
    font-size: 0.8rem;
  }
}
#message-page .special-line {
  display: flex;
  align-items: center;
  width: 15%;
  margin: 0 0;
}
@media (max-width: 767px) {
  #message-page .special-line {
    width: 20%;
  }
}
#message-page .special-line .line {
  width: 100%;
  height: 2px;
  background-color: #fe7400;
  position: relative;
}
#message-page .special-line .line.line-1 {
  width: 60%;
}
#message-page .special-line .squares {
  display: flex;
}
#message-page .special-line .square {
  width: 10px;
  aspect-ratio: 1;
  background-color: #fe7400;
}
#message-page .special-line .square:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  #message-page .special-line .square {
    width: 7px;
  }
}
#message-page .pe-btn {
  width: 10%;
  height: 20%;
}
@media (max-width: 767px) {
  #message-page .pe-btn {
    width: 20%;
    height: 20%;
  }
}