/** @format */

@font-face {
  font-family: "GmarketSansMedium";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Pretendard-Light";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff") format("woff");
  font-weight: 300;
}

@font-face {
  font-family: "Pretendard-Regular";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff") format("woff");
  font-weight: 400;
}

@font-face {
  font-family: "Pretendard-Medium";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff") format("woff");
  font-weight: 500;
}

@font-face {
  font-family: "Pretendard-SemiBold";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff") format("woff");
  font-weight: 600;
}

@font-face {
  font-family: "Pretendard-Bold";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff") format("woff");
  font-weight: 700;
}

.is-active {
  display: flex !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 50 !important;
}

main {
  opacity: 0;
  overflow-x: hidden;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  overflow: unset;
  word-break: keep-all;
  animation: fadeInOpacity 0.4s forwards;
  transition: 0.25s;
  margin-top: 80px;
}

main.interactive section header > *,
main.interactive section ul > *,
main.interactive section .images > *,
main.interactive section .texts > * {
  opacity: 0;
}

main.interactive section.is-active header > *,
main.interactive section.is-active ul > *,
main.interactive section.is-active .images > *,
main.interactive section.is-active .texts > * {
  animation: fadeInOpacity 0.8s forwards;
}

main.interactive section.is-active header > *:nth-child(2),
main.interactive section.is-active ul > *:nth-child(2),
main.interactive section.is-active .images > *:nth-child(2),
main.interactive section.is-active .texts > *:nth-child(2) {
  animation-delay: 0.2s !important;
}

main.interactive section.is-active header > *:nth-child(3),
main.interactive section.is-active ul > *:nth-child(3),
main.interactive section.is-active .images > *:nth-child(3),
main.interactive section.is-active .texts > *:nth-child(3) {
  animation-delay: 0.4s !important;
}

main.interactive section.is-active header > *:nth-child(4),
main.interactive section.is-active ul > *:nth-child(4),
main.interactive section.is-active .images > *:nth-child(4),
main.interactive section.is-active .texts > *:nth-child(4) {
  animation-delay: 0.6s !important;
}

main.interactive section.is-active header > *:nth-child(5),
main.interactive section.is-active ul > *:nth-child(5),
main.interactive section.is-active .images > *:nth-child(5),
main.interactive section.is-active .texts > *:nth-child(5) {
  animation-delay: 0.8s !important;
}

main.interactive section.is-active header > *:nth-child(6),
main.interactive section.is-active ul > *:nth-child(6),
main.interactive section.is-active .images > *:nth-child(6),
main.interactive section.is-active .texts > *:nth-child(6) {
  animation-delay: 1s !important;
}

main.interactive section.is-active header > *:nth-child(7),
main.interactive section.is-active ul > *:nth-child(7),
main.interactive section.is-active .images > *:nth-child(7),
main.interactive section.is-active .texts > *:nth-child(7) {
  animation-delay: 1.2s !important;
}

main.interactive section.is-active header > *:nth-child(8),
main.interactive section.is-active ul > *:nth-child(8),
main.interactive section.is-active .images > *:nth-child(8),
main.interactive section.is-active .texts > *:nth-child(8) {
  animation-delay: 1.4s !important;
}

main.interactive section.is-active header > *:nth-child(9),
main.interactive section.is-active ul > *:nth-child(9),
main.interactive section.is-active .images > *:nth-child(9),
main.interactive section.is-active .texts > *:nth-child(9) {
  animation-delay: 1.6s !important;
}

main.interactive section.is-active header > *:nth-child(10),
main.interactive section.is-active ul > *:nth-child(10),
main.interactive section.is-active .images > *:nth-child(10),
main.interactive section.is-active .texts > *:nth-child(10) {
  animation-delay: 1.8s !important;
}

main.interactive section.is-active header > *:nth-child(11),
main.interactive section.is-active ul > *:nth-child(11),
main.interactive section.is-active .images > *:nth-child(11),
main.interactive section.is-active .texts > *:nth-child(11) {
  animation-delay: 2s !important;
}

main.interactive section.is-active header > *:nth-child(12),
main.interactive section.is-active ul > *:nth-child(12),
main.interactive section.is-active .images > *:nth-child(12),
main.interactive section.is-active .texts > *:nth-child(12) {
  animation-delay: 2.2s !important;
}

main {
  padding: 0;
  margin: 0;
  font-family: "Pretendard-Regular";
  letter-spacing: -1px;
}

main ul::after {
  content: none;
}

main .texts {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

main section {
  flex-direction: column;
  padding: 8rem 0;
  background-repeat: no-repeat;
}

main .image,
main .images {
  display: flex;
}

main .image img,
main .images img {
  flex: 1;
}

main .wrapper {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.content-festa h1 {
  text-align: center;
  font-size: clamp(32px, 4vw, 72px);
  font-weight: 400;
  margin: 1.5rem 0;
  font-family: "Pretendard-Light";
  letter-spacing: -2px;
}

.content-festa h2 {
  text-align: center;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 400;
  margin: 1.5rem 0;
  font-family: "Pretendard-Regular";
}

.content-festa h1 strong {
  font-family: "Pretendard-Bold";
}

.content-festa h3 {
  font-size: clamp(24px, 4vw, 36px);
  text-align: center;
  font-family: "GmarketSansMedium";
}

.content-festa p {
  display: flex;
  flex-direction: column;
  font-size: clamp(17px, 2.5vw, 20px);
  font-family: "Pretendard-Regular";
  line-height: 1.25;
}

.content-festa .benefit {
  font-size: clamp(14px, 3vw, 20px);
  margin: 0 auto;
  line-height: 1;
}

.content-festa .section-main {
  background: url("../images/event/2024/festa/festa_main.png") no-repeat center;
  height: 1029px;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding: 4rem 0;
}

.content-festa .section-main h2 {
  color: #e3bdf9;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "GmarketSansMedium";
  font-size: clamp(22px, 2.5vw, 42px);
  max-width: 60vw;
}

.content-festa .section-main p {
  color: #674fde;
  font-family: "GmarketSansMedium";
  font-size: clamp(18px, 2.5vw, 28px);
}

.content-festa .section-main .texts {
  align-items: center;
  gap: 6.5rem;
}

.content-festa .section-main .image {
  position: absolute;
  top: 0;
  left: 0;
}

.content-festa .section-pricing {
  background-image: url("../images/event/2024/festa/festa_pricing_bg.png");
  background-size: cover;
}

.content-festa .section-pricing h1 strong {
  background: linear-gradient(to right, #7529e7, #5860e4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.content-festa .section-pricing h3 {
  color: #6a3dc9;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-bottom: 1.5rem;
}

.content-festa .section-pricing h3::before,
.content-festa .section-pricing h3::after {
  content: "";
  display: block;
  background: url("../images/event/2024/festa/bullet.png") no-repeat center;
  width: 18px;
  height: 18px;
  background-size: 100%;
}

.content-festa .section-pricing .benefit {
  background: url(../images/event/2024/festa/ellipse_1.png) no-repeat center;
  color: #521ca1;
  font-family: "GmarketSansMedium";
  width: 180px;
  max-width: 36vw;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: contain;
}

.content-festa .section-discount,
.content-festa .section-discount h1 {
  color: white;
}

.content-festa .section-discount {
  background-image: url("../images/event/2024/festa/festa_heart_bg.png");
  background-size: cover;
}

.content-festa .section-discount h3 {
  color: #d5c9f0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-bottom: 1.5rem;
}

.content-festa .section-discount h3::before,
.content-festa .section-discount h3::after {
  content: "";
  display: block;
  background: url("../images/event/2024/festa/bullet_2.png") no-repeat center;
  width: 18px;
  height: 18px;
  background-size: contain;
}

.content-festa .section-discount .benefit {
  background: url(../images/event/2024/festa/ellipse_2.png) no-repeat center;
  color: white;
  font-family: "GmarketSansMedium";
  width: 180px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: contain;
}

.content-festa .section-pricing2 {
  background-image: url("../images/event/2024/festa/festa_pricing_2_bg.png");
  background-size: cover;
}

.content-festa .section-pricing2 .benefit {
  background: url(../images/event/2024/festa/ellipse_2.png) no-repeat center;
  color: white;
  font-family: "GmarketSansMedium";
  width: 180px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: contain;
}

.content-festa .section-pricing2 h1 strong {
  background: linear-gradient(to right, #580ac0, #3620e9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.content-festa .section-pricing2 h3 {
  color: #6a3dc9;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}

.content-festa .section-pricing2 h3::before,
.content-festa .section-pricing2 h3::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
  background-color: #6a3dc9;
}

.content-festa .section-marquee {
  background-color: #0e0430;
  color: white;
}

.content-festa .section-marquee .benefit {
  color: #c0c1fd;
  border: 1px solid #c0c1fd;
  border-radius: 50%;
  width: 140px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-festa .section-marquee h1 {
  display: flex;
  flex-direction: column;
  color: white;
  font-family: "Pretendard-SemiBold";
  line-height: 1.25;
}

.content-festa .section-marquee h1 strong {
  background: linear-gradient(to right, #fbcdf1, #e8dce9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 auto;
}

.content-festa .section-marquee li {
  flex: 0 0 auto;
}

.content-festa .section-marquee ul {
  display: flex;
  gap: 1rem;
  animation: marquee 20s linear infinite;
}

.content-festa .section-marquee ul:hover {
  animation-play-state: paused;
}

.content-festa .section-marquee .benefits {
  overflow: hidden;
  padding: 2rem 0;
}

.content-festa .section-types .wrapper {
  gap: 3rem;
}

.content-festa .section-types h1 {
  font-family: "Pretendard-Bold";
}

.content-festa .section-types h2 {
  text-align: left;
  margin: 0;
  font-weight: 600;
  line-height: 1;
}

.content-festa .section-types h2 {
  font-size: clamp(24px, 3vw, 42px);
}

.content-festa .section-types h3 {
  font-size: clamp(20px, 4vw, 30px);
  text-align: left;
  font-weight: bold;
  color: #3a1b95;
  margin-bottom: 5px;
}

.content-festa .section-types p {
  font-size: clamp(18px, 4vw, 24px);
}

.content-festa .section-types small {
  color: #6972a4;
}
.content-festa .section-types img {
  position: absolute;
  left: 2.5rem;
  bottom: 0;
}

.content-festa .section-types li p {
  color: #3a1b95;
  font-size: clamp(17px, 4vw, 20px);
}

.content-festa .section-types article {
  display: flex;
  justify-content: space-between;
}

.content-festa .section-types article:first-of-type {
  margin-bottom: 3.5rem;
}

.content-festa .section-types li {
  background-color: #ecebfe;
  border-radius: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  padding: 2.5rem 2.5rem 0;
  aspect-ratio: 4.15 / 1;
  position: relative;
}

.content-festa .section-types li div {
  padding-left: 50%;
}

.content-festa .section-types ul {
  flex: 1.75;
  display: flex;
  gap: 1rem;
  flex-direction: column;
}

.content-festa .section-types article:nth-of-type(2) li {
  background-color: #e9f2ff;
}

.content-festa .section-types article:nth-of-type(2) li h3,
.content-festa .section-types article:nth-of-type(2) li p {
  color: #001894;
}

.content-festa .section-types .texts {
  flex: 1;
}

.content-festa .section-why {
  background-color: #1a1b1f;
}

.content-festa .section-why h1 {
  color: white;
  font-family: "Pretendard-Bold";
}

.content-festa .section-why h1 strong {
  background: linear-gradient(to right, #af61ff, #50a6f8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.content-festa .section-why ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.8rem;
  justify-content: space-between;
}

.content-festa .section-recommend {
  background: url("../images/event/2024/festa/festa_recommend_bg.png") no-repeat;
  background-size: cover;
}

.content-festa .section-recommend h1 {
  color: white;
  font-family: "Pretendard-SemiBold";
}

.content-festa .section-recommend h1 strong {
  color: #c7faf3;
}

.content-festa .section-recommend h2 {
  color: white;
  display: flex;
  position: relative;
  justify-content: center;
  margin-bottom: 0.75rem;
  font-family: "GmarketSansMedium";
  font-size: clamp(24px, 4vw, 35px);
}

.content-festa .section-recommend h2::before,
.content-festa .section-recommend h2::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 36%;
  height: 1px;
  display: block;
  background-color: white;
  opacity: 0.5;
}

.content-festa .section-recommend h2::after {
  left: auto;
  right: 0;
}

.content-festa .section-recommend li {
}

.content-festa .section-recommend ul {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  padding-bottom: 1.5rem;
}

.content-festa .section-partners {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.content-festa .section-partners h1 {
  font-family: "Pretendard-Bold";
  margin-bottom: 4rem;
}

.content-festa .section-partners h1 strong {
  color: #331dd9;
}

.content-festa .section-partners li {
  flex: 0 0 auto;
  position: relative;
}

.content-festa .section-partners li a::before,
.content-festa .section-partners li a::after {
  position: absolute;
  transition: 0.25s;
}

.content-festa .section-partners li a:hover::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}

.content-festa .section-partners li a:hover::after {
  content: "자세히보기";
  border: 1px solid white;
  border-radius: 5px;
  top: 50%;
  left: 50%;
  padding: 0.5rem 1em;
  color: white;
  transform: translate(-50%, -50%);
  font-size: 16px;
}

.content-festa .section-partners li strong {
  position: absolute;
  color: white;
  left: 1rem;
  bottom: 1rem;
  font-size: clamp(14px, 2.5vw, 20px);
}

.content-festa .section-partners ul {
  display: flex;
  gap: 1rem;
  animation: marquee 25s linear infinite;
}

.content-festa .section-partners ul:hover {
  animation-play-state: paused;
}

.content-festa .section-partners .marquee:nth-of-type(2) ul {
  justify-content: center;
  animation-name: marquee2;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes marquee2 {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(50%);
  }
}

.content-festa .section-partners .marquee {
  overflow: hidden;
  width: 100%;
  display: flex;
  gap: 1rem;
  position: relative;
  height: 210px;
}

.content-festa .section-caution {
  background-color: #32343a;
  color: white;
}

.content-festa .section-caution h2 {
  text-align: center;
  color: white;
}

.content-festa .section-caution h3 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: white;
  font-family: "Pretendard-Bold";
  font-size: clamp(20px, 2.5vw, 24px);
  margin-bottom: 1rem;
}

.content-festa .section-caution h3::before {
  flex: 0 0 auto;
  content: "!";
  background-color: #757882;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  font-size: 18px;
}

.content-festa .section-caution p {
  font-family: "Pretendard-Light";
  color: #cdcfd4;
  padding-left: 2rem;
  line-height: 1.5;
  flex-direction: row;
  gap: 0.5rem;
}

.content-festa .section-caution p::before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #cdcfd4;
  margin-top: 14px;
}

.content-festa .section-caution li:not(:last-of-type) {
  padding-bottom: 2rem;
  border-bottom: 1px solid #757882;
}

.content-festa .section-caution ul {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.content-festa .section-sticky-button {
  padding: 0;
  position: sticky;
  bottom: 9rem;
  height: 0;
  display: flex;
  align-items: center;
  z-index: 1000 !important;
}

.content-festa .section-sticky-button button {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  transition: opacity 0.25s;
}

.content-festa .section-sticky-button button.is-active {
  opacity: 1;
  visibility: visible;
  max-height: 999px;
}

.content-festa .section-sticky-button + section {
  background-color: #32343a;
}

.content-dream h1 {
  text-align: center;
  font-size: clamp(32px, 4vw, 72px);
  font-weight: 400;
  margin: 1.5rem 0;
  font-family: "Pretendard-Light";
  letter-spacing: -2px;
}

.content-dream h2 {
  text-align: center;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 400;
  margin: 1.5rem 0;
  font-family: "Pretendard-Regular";
}

.content-dream h1 strong {
  font-family: "Pretendard-Bold";
}

.content-dream h3 {
  font-size: clamp(18px, 4vw, 36px);
  text-align: center;
  font-weight: 600;
  padding-bottom: 0.5rem;
}

.content-dream p {
  display: flex;
  flex-direction: column;
  font-size: clamp(17px, 2.5vw, 20px);
  font-family: "Pretendard-Regular";
  line-height: 1.25;
}

.content-dream .buttons {
  display: flex;
  gap: 3rem;
  align-items: center;
}

.content-dream .wrapper {
  align-items: center;
  gap: 2rem;
}

.content-dream .section-main {
  padding: 4rem 0;
  background: url(../images/event/2024/dream/1_bg.png) no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

.content-dream .section-main h3 {
  display: flex;
  flex-direction: column;
  font-size: clamp(20px, 2.5vw, 23px);
}

.content-dream .section-main .date {
  font-size: clamp(18px, 2.5vw, 20px);
  color: #6788a1;
  text-align: center;
}

.content-dream .section-main .texts + img {
  margin-bottom: -15rem;
  transform: translateY(50px);
  animation: handsUp 0.5s forwards 1s;
}

.content-dream .section-main .wrapper img {
}

.content-dream .section-main .wrapper img:first-of-type {
  opacity: 0;
  margin-bottom: -4.5rem;
  z-index: 1;
  animation: fadeInOpacity 1s forwards 0.25s;
}

.content-dream .section-main .wrapper img:nth-of-type(2) {
  opacity: 0;
  animation: fadeInOpacity 2s forwards 0.75s;
}

@keyframes handsUp {
  0% {
    transform: translateY(50px);
  }

  100% {
    transform: translateY(0);
  }
}

.content-dream .section-solution {
  background: url(../images/event/2024/dream/2_bg.png) no-repeat;
  background-size: cover;
}

.content-dream .section-solution .images {
  gap: 1.5rem;
}

.content-dream .section-solution .images img {
  filter: drop-shadow(0 5px 20px rgba(0, 100, 200, .5));
}

.content-dream .section-free {
  background: url(../images/event/2024/dream/3_bg.png) no-repeat;
  background-size: cover;
}

.content-dream .section-free .images img:nth-of-type(1),
.content-dream .section-free .images img:nth-of-type(2) {
  filter: drop-shadow(0 5px 20px #D21564);
}

.content-dream .section-free .images {
  position: relative;
  gap: 1.5rem;
  margin-bottom: 2rem
}

.content-dream .section-free .images :last-of-type {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}

.content-dream .section-extra {
  background: url(../images/event/2024/dream/2_bg.png) no-repeat;
  background-size: cover;
}

.content-dream .section-extra .wrapper {
  gap: 2rem;
}

.content-dream .section-extra .wrapper .images img {
  margin: 0 -1rem;
}

.content-dream .section-participate {
  background: url(../images/event/2024/dream/5_1.png) no-repeat;
  background-size: cover;
}

.content-dream .section-participate dd {
  font-size: clamp(17px, 4vw, 20px);
}

.content-dream .section-participate dd strong {
  position: relative;
  color: #0499EE;
}
.content-dream .section-participate dd strong::before {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 100%;
  background-color: #0499EE;
  display: block;
  height: 1px;
  left: 0;
}

.content-dream .section-participate h1 {
}

.content-dream .section-participate li > strong {
  flex: 0 0 160px;
  font-size: clamp(16px, 4vw, 24px);
  color: #fa4792;
  padding: 0.5rem 2rem;
  border-radius: 0 30px 30px 30px;
  border: 1px solid #f2c0d5;
  background-color: #fff3f8;
  text-align: center;
}

.content-dream .section-participate li > div {
  padding-top: 0.5rem;
}

.content-dream .section-participate li {
  font-size: clamp(18px, 4vw, 26px);
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #d6d4d5;
}

.content-dream .section-participate li:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
}

.content-dream .section-participate li p {
  font-size: clamp(18px, 4vw, 26px);
}

.content-dream .section-participate li h3 {
  font-size: clamp(20px, 4vw, 26px);
  display: flex;
  align-items: center;
  gap: 5px;
}
.content-dream .section-participate li h3::before {
  counter-increment: li;
  content: counter(li);
  background-color: #fa4792;
  color: white;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: inline-block;
  font-size: clamp(17px, 2.5vw, 18px);
  text-align: center;
}

.content-dream .section-participate ul {
  counter-reset: li;
  background-color: white;
  padding: 3rem;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.content-dream .section-participate .buttons {
  padding: 3rem 0;
}

.content-dream .section-participate dt:not(:first-of-type),
.content-dream .section-participate li img {
  margin-top: 2rem;
}

.content-dream .section-participate dt {
  font-size: clamp(18px, 4vw, 23px);
  font-weight: 600;
}
.content-dream .section-participate dt strong {
  color: #fa4792;
}

.content-dream .section-participate dl {
  background-color: #f7f7f7;
  padding: 1.5rem;
  border-radius: 1rem;
  margin-bottom: 3rem;
}

.content-dream .section-participate dl:last-of-type {
  margin-bottom: 0;
}

.content-dream .section-participate i {
  border: 1px solid black;
  border-radius: 30px;
  padding: 3px 0.75rem;
  font-style: normal;
  font-size: clamp(16px, 2.5vw, 18px);
  margin-bottom: 0.5rem;
  display: inline-flex;
}

.content-dream .section-caution {
  font-size: clamp(17px, 2.5vw, 18px);
  color: #bfc9ce;
  background-color: #2d373d;
}

.content-dream .section-caution h3 {
  font-size: 22px;
  border-bottom: 1px solid #94a1a9;
  color: #94a1a9;
  width: 100%;
  text-align: left;
}

.content-dream .section-caution ul {
  width: 100%;
  line-height: 1.75;
}

@media screen and (max-width: 640px) {
  .content-festa section {
    padding: 4rem 0;
  }

  .content-festa .texts {
    gap: 0.5rem !important;
  }

  .content-festa p {
    display: block;
    word-break: keep-all;
  }

  .content-festa h1 {
    line-height: 1.25;
    margin: 0 0 1rem;
    word-break: keep-all;
  }

  .content-festa h2 {
    margin: 0.5rem 0;
  }

  .content-festa ul {
    padding: 0 1rem;
  }

  .content-festa .image,
  .content-festa .images {
    padding: 0 1rem;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
  }

  .content-festa .section-main {
    background: url("../images/event/2024/festa/festa_main_s.png") no-repeat center;
    height: auto;
    aspect-ratio: 1/1.14;
    background-size: cover;
  }

  .content-festa .section-pricing h3 {
    margin-bottom: 0;
  }

  .content-festa .section-discount h3 {
    margin-bottom: 0;
    gap: 1rem;
  }

  .content-festa .section-discount h3::before,
  .content-festa .section-discount h3::after {
    width: 12px;
    height: 12px;
  }

  .content-festa .section-discount img,
  .content-festa .section-marquee img {
    max-width: 270px;
    margin-right: -0.5rem;
  }

  .content-festa .section-types h1 {
    margin-bottom: 0;
  }

  .content-festa .section-types article {
    flex-direction: column;
    padding: 0 1rem;
    gap: 1rem;
  }

  .content-festa .section-types img {
    position: relative;
    left: auto;
    order: 1;
  }

  .content-festa .section-types li {
    gap: 1rem;
    padding: 2rem 2rem 0;
    aspect-ratio: unset;
  }

  .content-festa .section-types li div {
    padding: 0;
  }

  .content-festa .section-types .wrapper {
    gap: 2rem;
  }

  .content-festa .section-types .texts {
    align-items: center;
    text-align: center;
  }

  .content-festa .section-why ul {
    gap: 1rem;
  }

  .content-festa .section-recommend h2 {
    margin: 0.5rem 1rem;
  }

  .content-festa .section-recommend ul {
    flex-direction: column;
  }

  .content-festa .section-recommend h2::before,
  .content-festa .section-recommend h2::after {
    width: 25%;
  }

  .content-festa .section-recommend img {
    max-width: 320px;
  }

  .content-festa .section-recommend li {
    margin: 0 auto;
  }

  .content-festa .section-sticky-button {
    scale: 0.8;
    bottom: 4rem;
  }

  .content-festa .section-partners {
    gap: 0.5rem;
  }

  .content-festa .section-partners li {
    max-width: 40vw;
  }
  .content-festa .section-partners .marquee {
    height: auto;
  }

  .content-festa .section-partners li strong {
    left: 0.5rem;
    bottom: 0.5rem;
  }

  .content-festa .section-partners ul {
    gap: 0.5rem;
  }

  .content-dream section {
    padding: 2rem 0;
  }

  .content-dream h1 img {
    max-width: 90%;
  }

  .content-dream .images {
    flex-wrap: wrap;
    justify-content: center;
  }

  .content-dream .images img {
    flex: 1 1 auto;
  }

  .content-dream .section-free .images :last-of-type {
    scale: 0.8;
    margin-left: -0.75rem;
  }

  .content-dream .wrapper {
    padding: 1rem;
    gap: 1rem;
  }

  .content-dream .section-main {
    padding: 0;
  }

  .content-dream .section-main .wrapper img:first-of-type {
    scale: 0.5;
  }

  .content-dream .section-main .texts + img {
    margin-bottom: -10rem;
    margin-right: -3rem;
  }

  .content-dream .section-solution .images {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 1rem;
  }
  .content-dream .section-solution .images img {
  }
  .content-dream .section-solution .images img:last-of-type {
    margin-bottom: 0;
  }

  .content-dream .section-extra .wrapper {
    gap: 1rem;
  }

  .content-dream .section-participate .wrapper {
    gap: 2rem;
  }

  .content-dream .section-participate h1 {
    font-size: initial;
    max-width: 250px;
    margin: 0;
  }

  .content-dream .section-participate li {
    flex-direction: column;
    padding-bottom: 1rem;
  }

  .content-dream .section-participate li > strong {
    flex: 0 0 auto;
    line-height: 1;
  }

  .content-dream .section-participate li > div {
    padding-top: 0;
  }

  .content-dream .section-participate ul {
    padding: 1rem;
    gap: 1rem;
  }

  .content-dream .section-participate dl {
    padding: 1rem;
  }

  .content-dream .buttons {
    padding: 0 !important;
    gap: 1rem;
    flex-wrap: wrap;
  }

  .content-dream .section-participate dd strong {
    text-decoration: underline;
  }
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
