#wrap .event_wrap {
  --evNaviHeight: 102;
  --evNaviFontSize: 25;
  --evDriftOffsetY: 7%;
}

.eveCont .obj00 {
  width: calc(233 / 1125 * 100%);
  top: 5%;
  right: calc(28 / 750 * 100%);
  animation: evDrift 2s ease-in-out infinite;
}

.eveCont .obj01 {
  width: calc(277 / 1125 * 100%);
  top: 31%;
  right: calc(22 / 750 * 100%);
  animation: blink  1.6s step-end infinite;
}

.eveCont [class^=obj02] {
  animation: evDrift 3.5s ease-in-out infinite;
  --evDriftDegStart: 20deg;
  --evDriftOffsetY: 30%;
  --evDriftOffsetX: 4%;
}

.eveCont .obj02-1 {
  width: calc(71 / 750 * 100%);
  top: 3%;
  right: calc(-10 / 750 * 100%);
}

.eveCont .obj02-2 {
  width: calc(42 / 750 * 100%);
  top: 18%;
  right: calc(158 / 750 * 100%);
  animation-duration: 3.9s !important;
  --evDriftOffsetY: -50%;
  --evDriftDegStart: -20deg;
}

.eveCont .obj02-3 {
  width: calc(39 / 750 * 100%);
  top: 29%;
  left: calc(139 / 750 * 100%);
  animation-duration: 2.5s !important;
  --evDriftOffsetY: 20%;
  --evDriftDegStart: -20deg;
}

.eveCont .obj02-4 {
  width: calc(102 / 750 * 100%);
  top: 32%;
  left: calc(-5 / 750 * 100%);
  animation-duration: 4s !important;
  --evDriftOffsetY: -15%;
  --evDriftDegStart: -20deg;
  --evDriftOffsetX: -4%;
}

.eveCont .obj02-5 {
  width: calc(52 / 750 * 100%);
  top: 35%;
  left: calc(76 / 750 * 100%);
  animation-duration: 3s !important;
  --evDriftOffsetY: 35%;
  --evDriftDegStart: 20deg;
}

.event_wrap .evtNavi.round {
  background: #fff url('./bg_navi.webp') 0 0 / 100% auto no-repeat;
}

.event_wrap .evtNavi.round .inner {
  display: flex;
  width: 100%;
  gap: 2px;
}

.event_wrap .evtNavi.round .inner button {
  flex: 1;
  background-color: #F8FFF3;
  color: #49CC7F;
  border-radius: 20px 20px 0 0;
  border: 0 !important;
  box-shadow: -2px 1px 5px rgba(0, 0, 0, 0.1);
}

.event_wrap .evtNavi.round button em {
  font-size: 28px;
  font-weight: 700;
}

.event_wrap .evtNavi.round .inner button.on {
  background-color: #49CC7F;
  color: #E0FFCC;
  box-shadow: none !important;
}

.event_wrap .evtNavi.round .inner button.on em {
  color: #fff;
}

.eveCont .evtSwiper {
  position: absolute;
  top: 27%;
}

.eveCont .evtSwiper .swiper-slide {
  width: calc(650 / 750 * 100%);
  margin: 0 1.334%;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}

.eveCont .swiper-slide .texture {
  position: absolute;
  z-index: -1;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);  
  width: 98.5%;
  height: 78%;
  overflow: hidden;
  border-radius: 30px;
}

.eveCont .swiper-slide .texture img {
  position: absolute;
  left: 0;
  top: 0;
}

.evtSwiper [class^=obj]  {
  opacity: 0;
  transform: translateY(-50px);
  transition: none;
}

.eveCont .evtSwiper .swiper-slide-active [class^=obj] {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.2s, transform 1.2s;
}

.evtSwiper .obj03 {  
  width: calc(486 / 650 * 100%);
  top: 5%;
  left: calc(56 / 650 * 100%);
  z-index: 1;
}

.evtSwiper .obj04 {
  width: calc(379 / 650 * 100%);
  top: 12.5%;
  right: calc(36 / 650 * 100%);
  z-index: 1;
  transition-delay: .3s !important;
}

.evtSwiper .obj05 {
  width: calc(355 / 650 * 100%);
  top: 21%;
  left: calc(35 / 650 * 100%);
  z-index: 1;  
  transition-delay: .6s !important;
}

.evtSwiper .obj06 {
  width: calc(304 / 650 * 100%);
  top: 26.7%;
  right: calc(58 / 650 * 100%);
  z-index: 2;
  transition-delay: .9s !important;
}

.eveCont .obj07 {
  width: calc(767 / 1125 * 100%);
  top: 12.5%;
  left: calc(108 / 750 * 100%);
  animation: blink 1.2s step-end infinite;
}

.eveCont .obj08 {
  opacity: 0;
  width: calc(31 / 1125 * 100%);
  top: 15.5%;
  right: calc(89 / 750 * 100%);
  animation: blink 1.2s step-end infinite .6s;
}

.eveCont .obj09 {
  width: calc(183 / 1125 * 100%);
  top: 11.5%;
  right: calc(23 / 750 * 100%);
  animation: blink 1.6s step-end infinite;
}

.eveCont .obj10 {
  width: calc(160 / 1125 * 100%);
  top: 57.5%;
  right: calc(27 / 750 * 100%);
  animation: blink 1.6s step-end infinite;
}

.eveCont .obj11 {
  width: calc(160 / 1125 * 100%);
  top: 37.5%;
  right: calc(17 / 750 * 100%);
  animation: blink 1.6s step-end infinite;
}

.eveCont .eventLink.btn01 {
  top: 79%;
  width: 90%;
  height: 15%;
}

.eveCont .eventLink.btn02 {
  bottom: 11%;
  width: 90%;
  height: 6%;
}

/* mo */
.mo .event_wrap .evtNavi.round .inner {
  gap: .1rem;
}

.mo .event_wrap .evtNavi.round .inner button {
  border-radius: 1rem 1rem 0 0;
  line-height: 130%;
  box-shadow: -.1rem .05rem .25rem rgba(0, 0, 0, 0.1);
}

.mo .event_wrap .evtNavi.round button em {
  font-size: 1.4rem;
}

.mo .eveCont .swiper-slide,
.mo .eveCont .swiper-slide .texture {
  border-radius: 1.5rem;
}

/* front */
.event_wrap .bgTarget.box {
  margin-top: 0;
  background-color: #CFFABF;
}