@charset "utf-8";

body {
     background-color: transparent;
}

img {
     width: 100%;
}

#header {
     background: transparent;
}

#header .title {
     background-color: transparent;
}

#header .links a {
     border-width: 0;
}

#header.sticky {
     background-color: rgba(0, 50, 142, 0.7);
}

.view-winners-btn {
     position: absolute;
     top: 16%;
     right: 50%;
     width: 90px;
     height: 90px;
     font-size: 20px;
     font-weight: 700;
     color: #fff;
     text-align: center;
     line-height: 1.3;
     border-radius: 50%;
     box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.3);
     background-color: #f545ad;
     transform: translate(calc(50% + 115px), 0%);
     z-index: 100;
}

#content {
     padding-bottom: 0;
}

.visual-sec {
     position: relative;
}

.visual-sec .abs {
     position: absolute;
     bottom: 70px;
     left: 0;
     padding: 30px 0;
     width: 100%;
}

.visual-sec .abs h2 {
     display: flex;
     justify-content: center;
     align-items: center;
     gap: 10px;
     flex-wrap: wrap;
     padding: 0 10px;
     font-size: 42px;
     letter-spacing: -2px;
     text-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
}

.visual-sec .abs h2 img {
     width: 140px;
}

.visual-sec .abs h3 {
     display: flex;
     justify-content: center;
     align-items: center;
     flex-direction: column;
     gap: 5px;
     margin-top: 10px;
     padding: 0 10px;
     font-weight: 500;
     letter-spacing: -2px;
     text-align: center;
     text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

.visual-sec .apply-link-box {
     position: relative;
     z-index: 30;
}

.visual-sec .apply-link-box .gs-btn {
     height: 70px;
     font-size: 24px;
     border-radius: 0;
     background-color: #f545ad;
}

.visual-sec .apply-link-box.arrival {
     position: fixed;
     bottom: 0;
     left: 0;
     width: 100%;
     animation: anime_show 0.35s ease-out;
}

@keyframes anime_show {
     0% {
          transform: translateY(100%);
     }

     100% {
          transform: translateY(0%);
     }
}

body:has(.apply-link-box.arrival) .scroll-top-btn {
     bottom: 150px;
}

body:has(.apply-link-box.arrival) .scroll-bottom-btn {
     bottom: 100px;
}

.overview-sec {
     margin-top: -10%;
     padding: calc(48px + 10%) 20px 150px;
     background: linear-gradient(to bottom, #1AC8FF 0%, #0D6EFF 10%, #0550FF 100%);
}

.overview-list {
     display: flex;
     flex-direction: column;
     gap: 15px;
     font-size: 16px;
}

.overview-list .top {
     font-size: 20px;
     font-weight: 700;
     color: var(--gs-color-deep-saffron);
}

.overview-list .con {
     line-height: 1.8;
}

.overview-sec p {
     font-size: 20px;
     font-weight: 700;
     color: var(--gs-color-deep-saffron);
}

.overview-sec li {
     font-size: inherit;
}

.overview-sec .title-line~.title-line {
     margin-top: 40px;
}

.overview-list .con li>ul {
     padding-left: 20px;
}

.overview-list li .bg-txt {
     padding: 3px 5px;
     background-color: var(--gs-color-deep-saffron);
}

.guide-btn {
     display: flex;
     justify-content: center;
     align-items: center;
     gap: 10px;
     margin: 25px 0;
     padding: 12px 15px 8px;
     border-radius: 100px;
     background-color: #2645f8;
}

.guide-btn img {
     margin-top: 5px;
     width: 110px;
}

.guide-btn .txt {
     display: flex;
     flex-direction: column;
     gap: 3px;
     font-size: 13px;
     color: #ade0ff;
}

.guide-btn .txt strong {
     font-size: 20px;
     color: var(--gs-color-white);
     letter-spacing: -2px;
}

.guide-btn.link {
     gap: 0;
     margin-bottom: 12px;
     margin-left: 20px;
     margin-right: 20px;
}

.guide-btn.link+p {
     font-size: 13px;
     font-weight: 700;
     text-align: center;
     text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.guide-btn.link+p span {
     position: relative;
     top: 3px;
}

body:has(.winners-list-popup.opened) {
     overflow: hidden;
}

.winners-list-popup {
     display: flex;
     justify-content: center;
     align-items: center;
     position: fixed;
     top: 0;
     left: 0;
     padding: 20px;
     width: 100%;
     min-width: var(--gs-min-width);
     height: 100%;
     background-color: rgba(0, 0, 0, 0.5);
     visibility: hidden;
     z-index: 999;
}

.winners-list-popup>div {
     margin: 0 auto;
     padding-bottom: 20px;
     width: 100%;
     max-width: 540px;
     border-radius: 15px;
     background-color: var(--gs-color-white);
     overflow: hidden;
     opacity: 0;
     visibility: hidden;
}

.winners-list-popup .hd {
     padding: 15px 12px 12px;
     font-size: 22px;
     text-align: center;
     color: var(--gs-color-white);
     background-color: #f545ad;
}

.winners-list-popup .bd {
     padding: 15px;
     font-size: 16px;
     color: var(--gs-color-black);
}

.winners-list-popup .txt {
     line-height: 1.3;
     text-align: center;
}

.winners-list-popup .list {
     margin: 15px 0;
     padding: 10px 20px;
     max-height: 50vh;
     overflow-y: auto;
     border-radius: 10px;
     background-color: #efefef;
}

.winners-list-popup .list dl {
     display: flex;
     gap: 15px;
     margin: 8px 0;
}

.winners-list-popup .list dt {
     font-size: 20px;
     font-weight: 700;
     color: #2645f8;
}

.winners-list-popup .list dd {
     display: flex;
     align-items: center;
     gap: 5px 20px;
     flex-wrap: wrap;
     align-self: flex-start;
     margin-top: 2px;
}

.winners-list-popup .list dd span {
     display: inline-block;
}

.winners-list-popup .ft {
     padding: 0 15px;
}

.winners-list-popup .close-btn {
     height: 45px;
     font-size: 20px;
     background-color: #2645f8;
}

.winners-list-popup.opened {
     visibility: visible;
}

.winners-list-popup.opened>div {
     opacity: 1;
     visibility: visible;
     transition: opacity 0.4s, visibility 0.4s;
}