.event_area * { font-family: noto,sans-serif; box-sizing: border-box; } 
.event_area img { width: 100%; } 
.p_r { position:relative; } 
.p_c { position: absolute; left: 50%; transform: translate(-50%, -50%); } 

/* evt_main */
.evt_main .evt_date {width: 100%; top: 72.5vw; left: 50%; transform: translateX(-50%); font-size: 4.45vw; color: #000; text-align: center;}

/* cont01 */
.cont01 .evt_tab {position: absolute; left: 50%; top: 128vw; transform: translateX(-50%); width: 88%; display: flex; flex-wrap: wrap; justify-content: center; gap: 0.6rem;}
.cont01 .evt_tab li {width: 27%;}
.cont01 .evt_tab li a {display: block; width: 100%; padding: 1.5vw; font-size: 3.5vw; text-align: center; border: 1px solid #ffacbe; color: #222; border-radius: 2rem;}
.cont01 .evt_tab li a:hover, .cont01 .evt_tab li a:focus {background-color: #f6081e; color: #fff;}