.pa-secMain {
  position: relative;
  user-select: none;
}

@media screen and (max-width: 768px) {
  .pa-secLead {
    padding-top: 17.5vw;
  }
}
@media screen and (min-width: 769px) {
  .pa-secLead_in {
    max-width: 910px;
  }
}
@media screen and (min-width: 769px) {
  .pa-secLead_main {
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  .pa-secLead_main ._copy {
    width: 50%;
    font-size: 24px;
    line-height: 1.8333333333;
  }
}
@media screen and (max-width: 768px) {
  .pa-secLead_main ._copy {
    font-size: 4.5vw;
  }
}
.pa-secLead_main ._body {
  color: #767b7c;
}
@media screen and (min-width: 769px) {
  .pa-secLead_main ._body {
    width: 50%;
    font-size: 16px;
    line-height: 2.375;
  }
}
@media screen and (max-width: 768px) {
  .pa-secLead_main ._body {
    margin-top: 5.75vw;
    line-height: 2;
  }
}

.pa-secHighlights_main {
  position: relative;
  padding-bottom: 1px;
}
@media screen and (min-width: 769px) {
  .pa-secHighlights_main {
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 4 0px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secHighlights_main {
    margin-top: 15vw;
  }
}
@media screen and (max-width: 768px) {
  .pa-secHighlights_main .pr-bg {
    top: -3.75vw;
    left: -5vw;
  }
}
.pa-secHighlights_main .pr-swiperStyle1 {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .pa-secHighlights_main .pr-swiperStyle1 {
    margin-left: -50px;
    margin-right: -50px;
  }
}
.pa-secHighlights_scrolltxt {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
@media screen and (min-width: 769px) {
  .pa-secHighlights_scrolltxt {
    margin-top: 35px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secHighlights_scrolltxt {
    margin-top: 6.25vw;
  }
}
.pa-secHighlights_scrolltxt ._txt1 {
  width: fit-content;
  font-family: "Cinzel", serif;
  font-weight: 500;
  opacity: 0.2;
  line-height: 1;
  color: #847344;
  animation: scroll-txt-anime 10s linear infinite;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .pa-secHighlights_scrolltxt ._txt1 {
    font-size: 130px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secHighlights_scrolltxt ._txt1 {
    font-size: 20vw;
  }
}
@keyframes scroll-txt-anime {
  0% {
    transform: translateX(101%);
  }
  100% {
    transform: translateX(-101vw);
  }
}

@media screen and (min-width: 769px) {
  .pa-secLineup_head {
    margin: 0 auto;
    max-width: 1200px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secLineup_head {
    padding-left: 10vw;
    padding-right: 10vw;
  }
}
@media screen and (min-width: 769px) {
  .pa-secLineup_main {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secLineup_main {
    margin-top: 0vw;
  }
}
@media screen and (min-width: 769px) {
  .pa-secLineup .pr-swiperStyle1 .swiper {
    opacity: 1;
  }
  .pa-secLineup .pr-swiperStyle1 .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  .pa-secLineup .pr-swiperStyle1 .swiper-ctrl {
    display: none;
  }
  .pa-secLineup .pr-swiperStyle1:has(.swiper-pagination) {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secLineup .pr-swiperStyle1 .swiper-button-next, .pa-secLineup .pr-swiperStyle1 .swiper-button-prev {
    top: 12.5vw;
    transform: translateY(0%);
  }
}

.pa-secOther {
  padding-top: 0;
}
.pa-secOther_head h2 {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .pa-secOther_head h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secOther_head h2 {
    font-size: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .pa-secOther_main {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secOther_main {
    margin-top: 8.75vw;
  }
}

@media screen and (min-width: 769px) {
  .pa-secBusiness_main {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secBusiness_main {
    margin-top: 8.75vw;
  }
}

@media screen and (min-width: 769px) {
  .pa-secCampaign .pr-swiperStyle1 .swiper {
    opacity: 1;
  }
  .pa-secCampaign .pr-swiperStyle1 .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 80px 60px;
  }
  .pa-secCampaign .pr-swiperStyle1 .swiper-ctrl {
    display: none;
  }
  .pa-secCampaign .pr-swiperStyle1:has(.swiper-pagination) {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secCampaign .pr-swiperStyle1 .swiper-button-next, .pa-secCampaign .pr-swiperStyle1 .swiper-button-prev {
    top: 30vw;
    transform: translateY(0%);
  }
}/*# sourceMappingURL=top.css.map */