/* event */
#wrap .event_wrap {
  --evNaviHeight: 102;
  --evDriftOffsetY: -20%;
  --evDriftDegStart: -25deg;
}

.event_wrap .evtNavi.round {
  background-color: #B0D1FF;
}

.event_wrap .evtNavi.round .inner {
  display: flex;
  width: 100%;
  gap: 3px;
  background: #fff url('./bg_navi.webp') left top / 100% auto no-repeat;
}

.event_wrap .evtNavi.round .inner button {
  flex: 1;
  background-color: #15B8BB;
  color: rgba(255,255,255, 0.6);
  border-radius: 20px 20px 0 0;
  font-size: 25px;
  border: 0 !important;
  line-height: 110%;
  font-weight: 600;
}

.event_wrap .evtNavi.round .inner button em {
  font-size: 32px;
  margin-top: 3px;
  line-height: 110%;
  font-weight: 700;
}

.event_wrap .evtNavi.round .inner button.on {
  background-color: #CCFEFF;
  color: #15B8BB;
}

.event_wrap .evtNavi.round .inner button.on em {
  color: #007C7E;
}

.eveCont .btn01 {
  width: 90%;
  height: 20%;
  top: 40%;
}

.eveCont .btn02 {
  width: 90%;
  height: 20%;
  top: 63%;
}

.eveCont [class^=obj] {
  animation: evDrift 2.8s infinite ease-in-out;
}

.eveCont .obj01 {
  width: calc(68 / 750 * 100%);
  top: calc(82 / 750 * 100%);
  left: calc(-15 / 750 * 100%)
}

.eveCont .obj02 {
  width: calc(89 / 750 * 100%);
  top: calc(58 / 750 * 100%);
  right: calc(-45 / 750 * 100%);
  --evDriftOffsetY: 15%;
  --evDriftDegStart: 15deg;
  animation-duration: 2.2s !important;
}

.eveCont .obj03 {
  width: calc(88 / 750 * 100%);
  top: calc(326 / 750 * 100%);
  left: calc(-25 / 750 * 100%);
  --evDriftOffsetX: 5%;
  --evDriftDegStart: 15deg;
  animation-duration: 2.5s !important;
}

.eveCont .obj04 {
  width: calc(70 / 750 * 100%);
  top: calc(222 / 750 * 100%);
  right: calc(35 / 750 * 100%);
  --evDriftOffsetX: 5%;
  --evDriftDegStart: 15deg;
  animation-duration: 2.5s !important;
}

.eveCont .obj05 {
  width: calc(89 / 750 * 100%);
  top: calc(156 / 750 * 100%);
  right: calc(55 / 750 * 100%);
  --evDriftOffsetX: 15%;
  --evDriftDegStart: 15deg;
  animation-duration: 3s !important;
}

.eveCont .obj06 {
  width: calc(75 / 750 * 100%);
  top: 54%;
  left: 4%;
}

.eveCont .obj07 {
  width: calc(43 / 750 * 100%);
  top: 84%;
  left: -2%;
  animation-duration: 2.5s !important;
}

.eveCont .obj08 {
  width: calc(32 / 750 * 100%);
  top: 42%;
  left: 15%;
  animation-duration: 2.5s !important;
}

.eveCont .obj09 {
  width: calc(62 / 750 * 100%);
  top: 59%;
  right: 5%;
  --evDriftOffsetX: 15%;
  animation-duration: 3.5s !important;
}

.eveCont .obj10 {
  width: calc(99 / 750 * 100%);
  top: 7%;
  left: 6%;
  --evDriftOffsetY: 20%;
  --evDriftOffsetX: 15%;
}

.eveCont .obj11 {
  width: calc(92 / 750 * 100%);
  top: 32%;
  right: -3%;
}

.eveCont .obj12 {
  width: calc(46 / 750 * 100%);
  top: 6.5%;
  left: 22%;
}

.eveCont .obj13 {
  width: calc(66 / 750 * 100%);
  top: 50%;
  left: -1%;
  --evDriftOffsetX: 10%;
  animation-duration: 2.5s !important;
}

.eveCont .obj14 {
  width: calc(45 / 750 * 100%);
  top: 6.5%;
  left: 22%;
}

.eveCont .obj15 {
  width: calc(31 / 750 * 100%);
  top: 15.5%;
  left: 26%;
  --evDriftOffsetY: -20%;
  --evDriftOffsetX: 10%;
  animation-duration: 2.2s !important;
}

.eveCont .obj16  {
  width: calc(85   / 750 * 100%);
  top: 13%;
  right: 26%;
  --evDriftOffsetY: -20%;
  --evDriftOffsetX: 10%;
  animation-duration: 3.5s !important;
}

.eveCont .obj17  {
  width: calc(60   / 750 * 100%);
  top: 56%;
  right: -1%;
}

/* mo */
.mo .event_wrap .evtNavi.round .inner {
  gap: 0.15rem; 
}

.mo .event_wrap .evtNavi.round .inner button {
  border-radius: 1rem 1rem 0 0;
  font-size: 1.25rem;
}

.mo .event_wrap .evtNavi.round .inner button em {
  font-size: 1.6rem;
  margin-top: 1.5rem;
}

/* front */
.event_wrap #eventTypeArea.inner_wide {
  padding: calc(34 / 750 * 100%) 0;
}

.event_wrap #eventTypeArea.inner_wide .desc {
  margin-top: 0;
}

.event_wrap #eventTypeArea.inner_wide>.inner {
  margin: 0 auto !important;
}