.ambassador-mv {
  position: relative;
}
.ambassador-mv .product_image {
  position: absolute;
  bottom: -22%;
  right: 7%;
  width: 300px;
  height: auto;
  z-index: 2;
  -webkit-animation: wiggle 2s ease-in-out infinite;
          animation: wiggle 2s ease-in-out infinite;
}
.ambassador-mv .product_image img {
  width: 100%;
  height: auto;
}

.overview {
  padding: 12rem 0;
  background-color: #FFFFFF;
  position: relative;
}
.overview__inner {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 2rem;
}
.overview__inner .section-title {
  font-size: 3.6rem;
  font-weight: 700;
  color: #1A1A1A;
  margin-bottom: 2rem;
}
.overview__details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  max-width: 900px;
  margin: 0 auto;
}
.overview__item {
  background: #FFFFFF;
  border-radius: 2rem;
  padding: 3rem 2rem;
  text-align: center;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.overview__item:hover {
  -webkit-transform: translateY(-1rem);
          transform: translateY(-1rem);
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.overview__item-icon {
  width: 6rem;
  height: 6rem;
  background: linear-gradient(135deg, #C0C0C0, #e0e0e0);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 2rem;
}
.overview__item-icon i {
  font-size: 2.4rem;
  color: #FFFFFF;
}
.overview__item-content h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 1rem;
}
.overview__item-content p {
  font-size: 2rem;
  font-weight: 700;
  color: #333333;
}

.benefits {
  padding: 12rem 0;
  background-image: url("../images/ambassador/benefits-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.benefits__inner {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 2rem;
}
.benefits__list {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
.benefits__item {
  background: #FFFFFF;
  border-radius: 2rem;
  padding: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.benefits__item:hover {
  -webkit-transform: translateX(1rem);
          transform: translateX(1rem);
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
          box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}
.benefits__item-icon {
  width: 6rem;
  height: 6rem;
  background: linear-gradient(135deg, #FFD700, #FFA500);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
          box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
}
.benefits__item-icon i {
  font-size: 2.4rem;
  color: #FFFFFF;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.benefits__item-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.benefits__item-content h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 700;
  color: #1A1A1A;
  margin-bottom: 1rem;
}
.benefits__item-content p {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #1A1A1A;
  margin-bottom: 1.5rem;
}
.benefits__item-content p:last-child {
  margin-bottom: 0;
}
.benefits__prizes {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.benefits__prize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding: 1rem 1.5rem;
  background: linear-gradient(135deg, #C0C0C0, #d0d0d0);
  border-radius: 1rem;
  color: #000;
  font-weight: 500;
  font-size: 2rem;
  font-weight: bold;
}
.benefits__prize-icon {
  font-weight: normal;
  font-size: 2rem;
}
.benefits__prize.gold {
  background: linear-gradient(135deg, #FFD700, #FFA500);
}
.benefits__prize.silver {
  background: linear-gradient(135deg, #C0C0C0, #d0d0d0);
}

.about-brand {
  padding: 12rem 0;
  background-color: #1A1A1A;
  position: relative;
}
.about-brand__inner {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 2rem;
}
.about-brand__content {
  max-width: 1000px;
  margin: 0 auto;
}
.about-brand__text {
  text-align: center;
  margin-bottom: 6rem;
}
.about-brand__description {
  font-size: 1.8rem;
  line-height: 2;
  color: #FFFFFF;
  margin-bottom: 3rem;
}
.about-brand__description:last-of-type {
  margin-bottom: 4rem;
}
.about-brand__catch {
  font-family: "Noto Serif JP", serif;
  font-size: 2.6rem;
  font-weight: 700;
  color: #e35e52;
  line-height: 1.8;
}
.about-brand__features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
.about-brand__feature {
  background: #FFFFFF;
  border-radius: 2rem;
  padding-bottom: 2rem;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about-brand__feature img {
  border-top-right-radius: 2rem;
  border-top-left-radius: 2rem;
}
.about-brand__feature:hover {
  -webkit-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
}
.about-brand__feature__pic {
  width: 100%;
  margin-bottom: 2rem;
}
.about-brand__feature__pic img {
  width: 100%;
  height: auto;
}
.about-brand__feature h4 {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 700;
  color: #1A1A1A;
  margin-bottom: 1rem;
}
.about-brand__feature p {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #1A1A1A;
}

.posting-content {
  padding: 8rem 0;
  background-color: #FFFFFF;
  position: relative;
}
.posting-content__inner {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 2rem;
}
.posting-content__inner .section-title {
  font-size: 3.6rem;
  font-weight: 700;
  color: #1A1A1A;
}
.posting-content__details {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  max-width: 900px;
  margin: 0 auto 4rem;
}
.posting-content__item {
  background: #FFFFFF;
  border-radius: 2rem;
  padding: 3rem 2rem;
  text-align: center;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
.posting-content__item:hover {
  -webkit-transform: translateY(-1rem);
          transform: translateY(-1rem);
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  border-color: #C0C0C0;
}
.posting-content__item-icon {
  width: 6rem;
  height: 6rem;
  background: linear-gradient(135deg, #4CAF50, #45a049);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 2rem;
}
.posting-content__item-icon i {
  font-size: 2.4rem;
  color: #FFFFFF;
}
.posting-content__item-content h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #1A1A1A;
  margin-bottom: 1rem;
}
.posting-content__item-content p {
  font-size: 1.6rem;
  font-weight: 500;
  color: #333333;
  line-height: 1.6;
}
.posting-content__note {
  text-align: center;
  background: linear-gradient(135deg, #E3F2FD, #BBDEFB);
  border-radius: 2rem;
  padding: 2rem;
  max-width: 800px;
  margin: 0 auto;
}
.posting-content__note p {
  font-size: 1.6rem;
  font-weight: 600;
  color: #1A1A1A;
  margin: 0;
}

.application-requirements {
  padding: 8rem 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  position: relative;
}
.application-requirements__inner {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 2rem;
}
.application-requirements__inner .section-title {
  font-size: 3.6rem;
  font-weight: 700;
  color: #1A1A1A;
}
.application-requirements__list {
  max-width: 800px;
  margin: 0 auto 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.application-requirements__item {
  background: #FFFFFF;
  border-radius: 2rem;
  padding: 1.5rem 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-left: 5px solid transparent;
}
.application-requirements__item:hover {
  -webkit-transform: translateX(1rem);
          transform: translateX(1rem);
  -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
  border-left-color: #E73828;
}
.application-requirements__item-icon {
  width: 5rem;
  height: 5rem;
  background: linear-gradient(135deg, #E73828, #c62828);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-shadow: 0 4px 15px rgba(231, 56, 40, 0.3);
          box-shadow: 0 4px 15px rgba(231, 56, 40, 0.3);
}
.application-requirements__item-icon i {
  font-size: 2rem;
  color: #FFFFFF;
}
.application-requirements__item-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.application-requirements__item-content p {
  font-size: 1.6rem;
  font-weight: 500;
  color: #1A1A1A;
  margin: 0;
  line-height: 1.6;
}
.application-requirements__note {
  text-align: center;
  background: linear-gradient(135deg, #FFF3E0, #FFE0B2);
  border-radius: 2rem;
  padding: 2rem;
  max-width: 600px;
  margin: 0 auto;
  border: 2px solid #FF9800;
}
.application-requirements__note p {
  font-size: 1.4rem;
  font-weight: 600;
  color: #E65100;
  margin: 0;
  font-style: italic;
}

.apply {
  padding: 5rem 0;
  background: linear-gradient(135deg, #C0C0C0 0%, #d0d0d0 100%);
  text-align: center;
  position: relative;
}
.apply::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');
  opacity: 0.5;
}
.apply__inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  z-index: 2;
}
.apply__inner .section-title {
  font-size: 3.6rem;
  font-weight: 700;
  color: #1A1A1A;
  margin-bottom: 2rem;
}
.apply__text {
  font-size: 1.8rem;
  color: #000000;
  margin-bottom: 3rem;
  font-weight: 600;
}
.apply__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  background: #E73828;
  color: #fff;
  padding: 2rem 4rem;
  border-radius: 3rem;
  font-size: 1.8rem;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  margin-bottom: 2rem;
}
.apply__button:hover {
  -webkit-transform: translateY(-0.3rem);
          transform: translateY(-0.3rem);
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
          box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
  background: #fff;
  color: #E73828;
}
.apply__button i {
  font-size: 2rem;
}
.apply__note {
  font-size: 1.4rem;
  color: #333333;
  font-style: italic;
  font-weight: 500;
}

@-webkit-keyframes wiggle {
  0%, 100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

@keyframes wiggle {
  0%, 100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@-webkit-keyframes shimmer {
  0% {
    -webkit-transform: translateX(-100%) translateY(-100%) rotate(45deg);
            transform: translateX(-100%) translateY(-100%) rotate(45deg);
  }
  100% {
    -webkit-transform: translateX(100%) translateY(100%) rotate(45deg);
            transform: translateX(100%) translateY(100%) rotate(45deg);
  }
}
@keyframes shimmer {
  0% {
    -webkit-transform: translateX(-100%) translateY(-100%) rotate(45deg);
            transform: translateX(-100%) translateY(-100%) rotate(45deg);
  }
  100% {
    -webkit-transform: translateX(100%) translateY(100%) rotate(45deg);
            transform: translateX(100%) translateY(100%) rotate(45deg);
  }
}
@-webkit-keyframes goldPulse {
  0%, 100% {
    -webkit-box-shadow: 0 0 30px rgba(255, 215, 0, 0.3), 0 15px 35px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 30px rgba(255, 215, 0, 0.3), 0 15px 35px rgba(0, 0, 0, 0.2);
  }
  50% {
    -webkit-box-shadow: 0 0 40px rgba(255, 215, 0, 0.5), 0 15px 35px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 40px rgba(255, 215, 0, 0.5), 0 15px 35px rgba(0, 0, 0, 0.3);
  }
}
@keyframes goldPulse {
  0%, 100% {
    -webkit-box-shadow: 0 0 30px rgba(255, 215, 0, 0.3), 0 15px 35px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 30px rgba(255, 215, 0, 0.3), 0 15px 35px rgba(0, 0, 0, 0.2);
  }
  50% {
    -webkit-box-shadow: 0 0 40px rgba(255, 215, 0, 0.5), 0 15px 35px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 40px rgba(255, 215, 0, 0.5), 0 15px 35px rgba(0, 0, 0, 0.3);
  }
}
@-webkit-keyframes sparkle {
  0%, 100% {
    opacity: 0;
    -webkit-transform: scale(0.5) rotate(0deg);
            transform: scale(0.5) rotate(0deg);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.2) rotate(180deg);
            transform: scale(1.2) rotate(180deg);
  }
}
@keyframes sparkle {
  0%, 100% {
    opacity: 0;
    -webkit-transform: scale(0.5) rotate(0deg);
            transform: scale(0.5) rotate(0deg);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.2) rotate(180deg);
            transform: scale(1.2) rotate(180deg);
  }
}
.important-notes {
  padding: 8rem 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  position: relative;
}
.important-notes__inner {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 2rem;
}
.important-notes__inner .section-title {
  font-size: 3.6rem;
  font-weight: 700;
  color: #1A1A1A;
}
.important-notes__list {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.important-notes__item {
  background: #FFFFFF;
  border-radius: 2rem;
  padding: 1rem 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-left: 5px solid transparent;
}
.important-notes__item:hover {
  -webkit-transform: translateX(1rem);
          transform: translateX(1rem);
  -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
  border-left-color: #FF6B6B;
}
.important-notes__item-number {
  width: 4rem;
  height: 4rem;
  background: linear-gradient(135deg, #FF6B6B, #ee5a52);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 700;
  -webkit-box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
          box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
}
.important-notes__item-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.important-notes__item-content p {
  font-size: 1.6rem;
  font-weight: 500;
  color: #1A1A1A;
  margin: 0;
  line-height: 1.8;
}
.important-notes__item-content p a {
  color: #E73828;
  text-decoration: underline;
  font-weight: 600;
}
.important-notes__item-content p a:hover {
  color: #c62828;
}

.announcement-delivery {
  padding: 8rem 0;
  background-color: #FFFFFF;
  position: relative;
}
.announcement-delivery__inner {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 2rem;
}
.announcement-delivery__inner .section-title {
  font-size: 3.6rem;
  font-weight: 700;
  color: #1A1A1A;
}
.announcement-delivery__list {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.announcement-delivery__item {
  background: #FFFFFF;
  border-radius: 2rem;
  padding: 1.5rem 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-left: 5px solid transparent;
}
.announcement-delivery__item:hover {
  -webkit-transform: translateX(1rem);
          transform: translateX(1rem);
  -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
  border-left-color: #4ECDC4;
}
.announcement-delivery__item-icon {
  width: 5rem;
  height: 5rem;
  background: linear-gradient(135deg, #4ECDC4, #44a08d);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-shadow: 0 4px 15px rgba(78, 205, 196, 0.3);
          box-shadow: 0 4px 15px rgba(78, 205, 196, 0.3);
}
.announcement-delivery__item-icon i {
  font-size: 2rem;
  color: #FFFFFF;
}
.announcement-delivery__item-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.announcement-delivery__item-content p {
  font-size: 1.6rem;
  font-weight: 500;
  color: #1A1A1A;
  margin: 0;
  line-height: 1.8;
}

.ambassador-entry-thanks {
  min-height: 65vh;
  padding-top: 12rem;
  width: 80%;
  margin: 0 auto;
}
.ambassador-entry-thanks h2 {
  color: #1A1A1A;
}
.ambassador-entry-thanks p {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #1A1A1A;
}
.ambassador-entry-thanks .totop_btn {
  margin-top: 5%;
}
.ambassador-entry-thanks .totop_btn a {
  background-color: #1A1A1A;
  display: block;
  width: 200px;
  margin: 0 auto;
  text-align: center;
  padding: 1rem 2rem;
  border-radius: 3rem;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #1A1A1A;
}
.ambassador-entry-thanks .totop_btn a:hover {
  background-color: #FFFFFF;
  color: #1A1A1A;
}
@media screen and (max-width: 768px) {
  .ambassador-entry-thanks {
    padding-top: 5rem;
    margin: 0 auto 50px;
  }
  .ambassador-entry-thanks p {
    text-align: left;
  }
  .ambassador-entry-thanks .totop_btn {
    margin-top: 10%;
  }
}

@media screen and (max-width: 768px) {
  .ambassador-mv {
    min-height: 80vh;
  }
  .ambassador-mv .product_image {
    width: 100px;
    bottom: -20%;
    right: 2%;
    -webkit-animation: wiggle 2s ease-in-out infinite;
            animation: wiggle 2s ease-in-out infinite;
  }
  .overview {
    padding: 5rem 0;
  }
  .overview__details {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .overview__item {
    padding: 2rem;
  }
  .overview__item-icon {
    width: 5rem;
    height: 5rem;
  }
  .overview__item-icon i {
    font-size: 2rem;
  }
  .overview__item-content h3 {
    font-size: 1.6rem;
    color: #000000;
  }
  .overview__item-content p {
    font-size: 1.8rem;
    color: #333333;
  }
  .benefits {
    padding: 5rem 0;
    background-image: url("../images/ambassador/benefits-bg-sp.jpg");
  }
  .benefits__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    padding: 2rem;
  }
  .benefits__item:hover {
    -webkit-transform: translateY(-0.5rem);
            transform: translateY(-0.5rem);
  }
  .benefits__item-icon {
    margin: 0 auto;
    width: 5rem;
    height: 5rem;
    background: linear-gradient(135deg, #FFD700, #FFA500);
    -webkit-box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
            box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
  }
  .benefits__item-icon i {
    font-size: 2rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  }
  .benefits__item-content {
    width: 100%;
  }
  .benefits__item-content h3 {
    font-size: 1.8rem;
    text-align: center;
  }
  .benefits__item-content p {
    font-size: 1.4rem;
    text-align: center;
  }
  .benefits__prizes {
    margin-top: 1rem;
  }
  .benefits__prize {
    padding: 0.8rem 1rem;
    font-size: 1.3rem;
  }
  .benefits__prize-icon {
    font-size: 1.6rem;
  }
  .about-brand {
    padding: 5rem 0;
  }
  .about-brand__text {
    margin-bottom: 4rem;
  }
  .about-brand__description {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
  .about-brand__description:last-of-type {
    margin-bottom: 3rem;
  }
  .about-brand__catch {
    font-size: 2rem;
  }
  .about-brand__features {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .about-brand__feature-pic {
    width: 5rem;
    height: 5rem;
  }
  .about-brand__feature h4 {
    font-size: 1.6rem;
  }
  .about-brand__feature p {
    font-size: 1.3rem;
  }
  .posting-content {
    padding: 5rem 0;
  }
  .posting-content__details {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .posting-content__item {
    padding: 2rem;
  }
  .posting-content__item-icon {
    width: 5rem;
    height: 5rem;
  }
  .posting-content__item-icon i {
    font-size: 2rem;
  }
  .posting-content__item-content h3 {
    font-size: 1.6rem;
  }
  .posting-content__item-content p {
    font-size: 1.4rem;
  }
  .posting-content__note {
    padding: 1.5rem;
  }
  .posting-content__note p {
    font-size: 1.4rem;
  }
  .application-requirements {
    padding: 5rem 0;
  }
  .application-requirements__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    padding: 2rem;
    gap: 1.5rem;
  }
  .application-requirements__item:hover {
    -webkit-transform: translateY(-0.5rem);
            transform: translateY(-0.5rem);
  }
  .application-requirements__item-icon {
    margin: 0 auto;
    width: 4.5rem;
    height: 4.5rem;
  }
  .application-requirements__item-icon i {
    font-size: 1.8rem;
  }
  .application-requirements__item-content p {
    font-size: 1.4rem;
  }
  .application-requirements__note {
    padding: 1.5rem;
  }
  .application-requirements__note p {
    font-size: 1.2rem;
  }
  .apply {
    padding: 5rem 0;
  }
  .apply__text {
    font-size: 1.6rem;
    margin-bottom: 2rem;
    color: #000000;
    font-weight: 600;
  }
  .apply__button {
    padding: 1.5rem 3rem;
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
  .apply__button i {
    font-size: 1.8rem;
  }
  .apply__note {
    font-size: 1.2rem;
    color: #333333;
    font-weight: 500;
  }
  .important-notes {
    padding: 5rem 0;
  }
  .important-notes__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    padding: 1.3rem;
    gap: 1.5rem;
  }
  .important-notes__item:hover {
    -webkit-transform: translateY(-0.5rem);
            transform: translateY(-0.5rem);
  }
  .important-notes__item-number {
    margin: 0 auto;
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.6rem;
  }
  .important-notes__item-content p {
    font-size: 1.4rem;
  }
  .announcement-delivery {
    padding: 8rem 0;
  }
  .announcement-delivery__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    padding: 2rem;
    gap: 1.5rem;
  }
  .announcement-delivery__item:hover {
    -webkit-transform: translateY(-0.5rem);
            transform: translateY(-0.5rem);
  }
  .announcement-delivery__item-icon {
    margin: 0 auto;
    width: 4.5rem;
    height: 4.5rem;
  }
  .announcement-delivery__item-icon i {
    font-size: 1.8rem;
  }
  .announcement-delivery__item-content p {
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=ambassador.css.map */