.pa-secMain {
  position: relative;
  user-select: none;
}
@media screen and (min-width: 769px) {
  .pa-secMain_main {
    width: 77%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .pa-secMain_news {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secMain_news {
    margin-top: 7.5vw;
  }
}
.pa-secMain_news ._txt1 {
  text-align: center;
  color: #847344;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
}
@media screen and (min-width: 769px) {
  .pa-secMain_news ._txt1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secMain_news ._txt1 {
    font-size: 3.75vw;
  }
}

.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;
  }
}

@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%);
  }
}

.pa-newsPop {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.pa-newsPop {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.pa-newsPop.is-active {
  z-index: 1000;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.pa-newsPopCover {
  cursor: pointer;
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.pa-newsPop.is-active .pa-newsPopCover {
  opacity: 1;
}
.pa-newsPop.is-active .pa-newsPop_cnt {
  opacity: 1;
  transition-delay: 0.6s;
  transform: translateY(0);
}
.pa-newsPop_cnt {
  position: relative;
  z-index: 1;
  background: #fff;
  width: 85%;
  transition: all 0.6s ease-out;
  opacity: 0;
  transform: translateY(5%);
}
@media screen and (min-width: 769px) {
  .pa-newsPop_cnt {
    max-width: 580px;
    padding-top: 85px;
    padding-bottom: 85px;
    border-radius: 17px;
  }
}
@media screen and (max-width: 768px) {
  .pa-newsPop_cnt {
    padding-top: 10vw;
    padding-bottom: 10vw;
    border-radius: 3.75vw;
  }
}
.pa-newsPop_cnt ._close {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  background: #847344;
  top: 0;
  right: 0;
}
@media screen and (min-width: 769px) {
  .pa-newsPop_cnt ._close {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    transform: translate(50%, -50%);
  }
}
@media screen and (max-width: 768px) {
  .pa-newsPop_cnt ._close {
    width: 10vw;
    height: 10vw;
    border-radius: 25vw;
    transform: translate(30%, -30%);
  }
}
.pa-newsPop_cnt ._close:before, .pa-newsPop_cnt ._close:after {
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  background: #fff;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
}
.pa-newsPop_cnt ._close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.pa-newsPop_cnt ._close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.pa-newsPop_cnt ._txt1 {
  text-align: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  color: #847344;
  line-height: 1.4166666667;
}
@media screen and (min-width: 769px) {
  .pa-newsPop_cnt ._txt1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .pa-newsPop_cnt ._txt1 {
    font-size: 4.5vw;
  }
}
.pa-newsPop_cnt ._img1 {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .pa-newsPop_cnt ._img1 {
    width: 297px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .pa-newsPop_cnt ._img1 {
    width: 50vw;
    margin-top: 7.5vw;
  }
}
.pa-newsPop_cnt ._img1 img {
  width: 100%;
  height: auto;
}/*# sourceMappingURL=top.css.map */