/* event */
.event_wrap .evtNavi.line {
  padding: 0;
}

.event_wrap .evtNavi.line .inner {
  gap: 0;
}

.event_wrap .evtNavi.line button {
  height: 120px;
  line-height: 130% !important;
}

.event_wrap .evtNavi.line button em {
  font-size: 27px;
}

.event_wrap .evtNavi.line button em sup {
  position: relative;
  top: 6px;
  margin-top: -8px;
  display: inline-block;
}

.event_wrap .evtNavi.line button.on em:after {
  background-color: #fff;
  width: 100%;
}

.eveCont .blink {
  position: absolute;
  animation: blink_fade 2s infinite ease-in-out;
}

/* fade blink */
@keyframes blink_fade {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.eveCont .fadeWrap {
  position: absolute;
  left: 50%;
  top: 8%;
  width: calc(665 / 750 * 100%);
  height: 24.1%;
  transform: translateX(-50%);
  z-index: 2;
}

.eveCont .fadeInit {
  width: auto;
  position: absolute;
  opacity: 0;
  transform: translateY(-50px);
  transition: opacity 0.8s, transform 0.8s;
}

.fadeWrap.fadeUp .fadeInit {
  opacity: 1;
  transform: translateY(0);
}

.eveCont .fade01 {
  width: calc(389 / 665 * 100%);
  top: 0;
  left: 4%;
}

.eveCont .fade02 {
  width: calc(315 / 665 * 100%);
  top: 25%;
  right: 0;
  transition-delay: 0.3s;
  z-index: 1;
}

.eveCont .fade03 {
  width: calc(291 / 665 * 100%);
  top: 53%;
  left: 0;
  transition-delay: 0.6s;
}

.eveCont img[class^=icon] {
  position: absolute;
  animation: blink 2s infinite ease-in-out;
}

.eveCont .icon01 {
  width: calc(198 / 750 * 100%);
  top: 52.5%;
  left: 55.5%;
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.eveCont img[class^=float] {
  position: absolute;
  animation: float 2s infinite ease;
}

.eveCont .float01 {
  width: calc(157 / 750 * 100%);
  top: 27%;
  right: 30%;
}

.eveCont .float02 {
  width: calc(210 /750 * 100%);
  right: 15%;
  bottom: -14%;
  z-index: 1;
  animation-delay: .3s !important;
}

.eveCont .float03 {
  width: calc(167 /750 * 100%);
  right: 5.3%;
  top: 26%;
}

@keyframes float {
  0% {
    transform: translateY(-2%);
  }

  50% {
    transform: translateY(3%);
  }

  100% {
    transform: translateY(-2%);
  }
}

scroll-ani-wrap .img01 {
  animation: auto_scroll ease-in-out infinite 5s;
}

@keyframes auto_scroll {

  0% {
    transform: translateY(0%);
  }

  20% {
    transform: translateY(0%);
  }

  40% {
    transform: translateY(-50%);
  }

  65% {
    transform: translateY(-50%);
  }

  100% {
    transform: translateY(0%);
  }
}

.eveCont .evtSwiper {
  position: absolute;
  top: 21%;
}

.eveCont .evtSwiper .swiper-slide {
  width: 88.8%;
  margin: 0 1.334%;
}

.eveCont .img02 {
  width: calc(589 /669 * 100%);
  position: absolute;
  bottom: 12%;
  left: 50%;
  transform: translate(-50%, 0px);
  animation: none;
}

.scrollwrap {
  width: 83.744%;
  height: 53%;
  margin: auto;
  overflow: hidden;
  position: absolute;
  top: 23%;
  left: 50%;
  transform: translate(-50%, 0%);
}

.scrollwrap .img01 {
  animation: auto_scroll ease-in-out infinite 5s;
}

.eveCont.paList {
  background-color: #f0f0f0 !important;
}

/* mo */
.mo .event_wrap .evtNavi.line button {
  height: 6rem;
}

.mo .event_wrap .evtNavi.line button em {
  font-size: 1.35rem;
}

.mo .event_wrap .evtNavi.line button em sup {
  top: .3rem;
  margin-top: -.4rem;
}

/* front */
#wrap .event_wrap .box {
  margin-top: 0;
}

.event_wrap .bgTarget {
  background: linear-gradient(180deg, #96EDFE 0%, #D0F8FE 100%);
  margin-top: 0 !important;
}

.event_wrap div[class*="bgTarget"].box .btn_wrap button.btn_outline {
  background-color: #fff !important;
  /* border-color: #fff !important; */
}

.event_wrap div[class*="bgTarget"].box .swiper_wrap {
  margin: 30px 0;
}

.event_wrap .box .list_wrap .goods_list {
  margin: 30px auto;
}

.mo .event_wrap div[class*="bgTarget"].box .swiper_wrap {
  margin: 0 -2.1rem;
}

.mo .event_wrap .box .list_wrap .goods_list {
  margin: 0 auto;
}

.event_wrap .box .list_wrap .goods_list.single .no_name.no_price.goods_item .cont {
  margin: 0;
}

.mo .event_wrap .bgTarget {
  padding: 0 2.1rem 3rem;
}